From: Harald Hoyer Date: Fri, 5 Feb 2021 15:51:26 +0000 (+0100) Subject: ci: disable TEST 99 X-Git-Tag: 052~118 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1211d6a3fb7eef14794af3f558abc8ebc9c8fba3;p=thirdparty%2Fdracut.git ci: disable TEST 99 1. people got annoyed by merge conflicts 2. spec file can be update per release 3. uses "mount" preventing container testing --- diff --git a/.github/workflows/fedora-32.yml b/.github/workflows/fedora-32.yml index 589bf1762..d4283c675 100644 --- a/.github/workflows/fedora-32.yml +++ b/.github/workflows/fedora-32.yml @@ -43,7 +43,6 @@ jobs: "51", "60", "61", - "99", ] fail-fast: false steps: diff --git a/.github/workflows/fedora-33.yml b/.github/workflows/fedora-33.yml index 7fd9ef5f4..61ce6cf84 100644 --- a/.github/workflows/fedora-33.yml +++ b/.github/workflows/fedora-33.yml @@ -43,7 +43,6 @@ jobs: "51", "60", "61", - "99", ] fail-fast: false steps: diff --git a/.github/workflows/fedora-latest.yml b/.github/workflows/fedora-latest.yml index 2b59af701..95c7a7101 100644 --- a/.github/workflows/fedora-latest.yml +++ b/.github/workflows/fedora-latest.yml @@ -43,7 +43,6 @@ jobs: "51", "60", "61", - "99", ] fail-fast: false steps: diff --git a/test/TEST-99-RPM/test.sh b/test/TEST-99-RPM/test.sh index 504fd77f7..e6d96816a 100755 --- a/test/TEST-99-RPM/test.sh +++ b/test/TEST-99-RPM/test.sh @@ -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 }