]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
ci: Disable PPC jobs temporarily
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 11 Sep 2025 08:07:49 +0000 (10:07 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 11 Sep 2025 09:35:36 +0000 (11:35 +0200)
Something in the PPC runners is broken causing all CI jobs to get
cancelled when trying to rerun CI jobs. Let's disable the PPC jobs
temporarily until the issues with the underlying runners are fixed
so the rest of CI can run again and we can merge PRs again.

.github/workflows/ci.yml

index 5044a7c24b952696e9597a3f12e8a27027e9e400..8fb3e1729f7669a56eedea181a8ad6135627999e 100644 (file)
@@ -159,12 +159,13 @@ jobs:
           - distro: ubuntu
             tools: ubuntu
             runner: ubuntu-24.04-arm
-          - distro: fedora
-            tools: fedora
-            runner: ubuntu-24.04-ppc64le
-          - distro: debian
-            tools: debian
-            runner: ubuntu-24.04-ppc64le
+          # TODO: Re-enable when https://github.com/IBM/actionspz/issues/27 is addressed.
+          # - distro: fedora
+          #   tools: fedora
+          #   runner: ubuntu-24.04-ppc64le
+          # - distro: debian
+          #   tools: debian
+          #   runner: ubuntu-24.04-ppc64le
 
     steps:
       - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683