]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
ci: exclude test 41 on arch due to systemd v258 regression
authorJo Zzsi <jozzsicsataban@gmail.com>
Sat, 20 Sep 2025 01:08:40 +0000 (21:08 -0400)
committerLaszlo <laszlo.gombos@gmail.com>
Sat, 20 Sep 2025 12:32:03 +0000 (08:32 -0400)
Skip to keep the CI green for the ongoing development.

Based on the information available currently, this is
likely a regression with systemd.

.github/workflows/integration-extra.yml
.github/workflows/integration.yml

index b083d704ea3bfdf3f56097fce0042d18e448d27b..fa19d07612562f0bdccee51dd12c2f6497375eec 100644 (file)
@@ -69,6 +69,9 @@ jobs:
                     # https://github.com/dracut-ng/dracut-ng/issues/1314
                     - container: azurelinux:3.0
                       test: "43"
+                    # https://github.com/dracut-ng/dracut-ng/issues/1677
+                    - container: arch:latest
+                      test: "41"
         container:
             image: ghcr.io/dracut-ng/${{ matrix.container }}-amd
             options: '--device=/dev/kvm --privileged'
index 170f7d9d70e5dbe8eb8bcb0ec7d894f00c31364b..7a14f2e8eb8a96453a6b1f22d51a6b4da3209e98 100644 (file)
@@ -121,6 +121,10 @@ jobs:
                     - "41"
                     - "42"
                     - "43"
+                exclude:
+                    # https://github.com/dracut-ng/dracut-ng/issues/1677
+                    - container: arch:latest
+                      test: "41"
         container:
             image: ghcr.io/dracut-ng/${{ matrix.container }}-amd
             options: '--device=/dev/kvm --privileged'