From: Harald Hoyer Date: Wed, 10 Feb 2021 12:11:50 +0000 (+0100) Subject: ci: disable tests with NFS kernel crashes X-Git-Tag: 052~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45907c1d4d293a574bdc4cf0b4cf929b8128c404;p=thirdparty%2Fdracut.git ci: disable tests with NFS kernel crashes Tests 50, 51, 60, 61 all suffer from kernel crashes in the kernel nfsd. Until this is resolved, disable these tests. --- diff --git a/.github/workflows/fedora-32.yml b/.github/workflows/fedora-32.yml index dd1000e42..5c1de80cd 100644 --- a/.github/workflows/fedora-32.yml +++ b/.github/workflows/fedora-32.yml @@ -36,10 +36,6 @@ jobs: "36", "40", "41", - "50", - "51", - "60", - "61", ] fail-fast: false steps: diff --git a/.github/workflows/fedora-33.yml b/.github/workflows/fedora-33.yml index 5846cb2a6..6ad9e4ad4 100644 --- a/.github/workflows/fedora-33.yml +++ b/.github/workflows/fedora-33.yml @@ -37,10 +37,6 @@ jobs: "36", "40", "41", - "50", - "51", - "60", - "61", ] fail-fast: false steps: diff --git a/.github/workflows/fedora-latest.yml b/.github/workflows/fedora-latest.yml index 8a40d0cda..026bec0f4 100644 --- a/.github/workflows/fedora-latest.yml +++ b/.github/workflows/fedora-latest.yml @@ -36,10 +36,6 @@ jobs: "36", "40", "41", - "50", - "51", - "60", - "61", ] fail-fast: false steps: