]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
ci: disable TEST 99
authorHarald Hoyer <harald@redhat.com>
Fri, 5 Feb 2021 15:51:26 +0000 (16:51 +0100)
committerHarald Hoyer <harald@hoyer.xyz>
Mon, 8 Feb 2021 15:07:37 +0000 (16:07 +0100)
1. people got annoyed by merge conflicts
2. spec file can be update per release
3. uses "mount" preventing container testing

.github/workflows/fedora-32.yml
.github/workflows/fedora-33.yml
.github/workflows/fedora-latest.yml
test/TEST-99-RPM/test.sh

index 589bf1762d41bcad272139aa281c4414cb118199..d4283c6753fbe004d1ad57de6f96fd81a247b08d 100644 (file)
@@ -43,7 +43,6 @@ jobs:
           "51",
           "60",
           "61",
-          "99",
         ]
       fail-fast: false
     steps:
index 7fd9ef5f4758c2aeab4816d882ae668a0e6e2b67..61ce6cf84e7fb57c670f87d925a7af8a4aae702b 100644 (file)
@@ -43,7 +43,6 @@ jobs:
           "51",
           "60",
           "61",
-          "99",
         ]
       fail-fast: false
     steps:
index 2b59af7012c8df3cc05a0734c4a6f01c748a26d4..95c7a7101c9dc4981b206c5c087a3e67c035afbc 100644 (file)
@@ -43,7 +43,6 @@ jobs:
           "51",
           "60",
           "61",
-          "99",
         ]
       fail-fast: false
     steps:
index 504fd77f7d9143da9181e9a3faa1c05dffe1de6d..e6d96816a0eeab1a118572224b487dabe0f9da8b 100755 (executable)
@@ -3,6 +3,8 @@
 TEST_DESCRIPTION="rpm integrity after dracut and kernel install"
 
 test_check() {
+    # disable for now
+    return 1
     command -v rpm &>/dev/null && ( command -v yum || command -v dnf ) &>/dev/null
 }