]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
ci: disable failing extra integration tests
authorJo Zzsi <jozzsicsataban@gmail.com>
Mon, 12 May 2025 15:02:31 +0000 (11:02 -0400)
committerLaszlo <laszlo.gombos@gmail.com>
Sun, 18 May 2025 11:15:50 +0000 (07:15 -0400)
These tests are known to fail for weeks, so let's stop running them.

.github/workflows/integration-extra.yml

index 0df456f20aa0b5f90d8881c6ce92c0264401e5b7..907178a77574c1bc204d29fc448d59b1242853b2 100644 (file)
@@ -56,6 +56,16 @@ jobs:
                     - "80"
                     - "81"
                     - "82"
+                exclude:
+                    # https://github.com/dracut-ng/dracut-ng/issues/1224
+                    - container: gentoo:amd64-openrc
+                    test: "43"
+                    # https://github.com/dracut-ng/dracut-ng/issues/1315
+                    - container: azurelinux:3.0
+                    test: "41"
+                    # https://github.com/dracut-ng/dracut-ng/issues/1314
+                    - container: azurelinux:3.0
+                    test: "43"
         container:
             image: ghcr.io/dracut-ng/${{ matrix.container }}-amd
             options: '--device=/dev/kvm --privileged'