]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
ci(fedora): test 61 (MULTINIC) is failing on Fedora
authorJo Zzsi <jozzsicsataban@gmail.com>
Wed, 23 Apr 2025 01:29:48 +0000 (21:29 -0400)
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Wed, 23 Apr 2025 11:29:25 +0000 (07:29 -0400)
This test is only flaky on Fedora and it needs several times to retry
on each PR.

Let's disable it and let the Fedora team investigate it.

.github/workflows/integration.yml

index 0e5c5f78efef26c63b606d95aeb65df12690e758..5d513baed64319f53a31fc0dd0bd9c982daa08d6 100644 (file)
@@ -183,6 +183,9 @@ jobs:
                     # on openSUSE run tests with network-legacy
                     - container: "opensuse:latest"
                       network: "network-legacy"
+                exclude:
+                    - container: fedora:latest
+                      test: "61"
         container:
             image: ghcr.io/dracut-ng/${{ matrix.container }}-amd
             options: '--device=/dev/kvm'