]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
ci: reorder the tests
authorHarald Hoyer <harald@redhat.com>
Mon, 26 Apr 2021 11:14:17 +0000 (13:14 +0200)
committerHarald Hoyer <harald@hoyer.xyz>
Mon, 26 Apr 2021 15:31:54 +0000 (17:31 +0200)
.github/workflows/fedora.yml

index 17916b2a100d288d3a50bfef6c077092eade1df6..8bb90ceef03079eb8da5b06bf5164630d1d28797 100644 (file)
@@ -16,7 +16,9 @@ jobs:
         strategy:
             matrix:
                 fedora: [
-                        "32", "33", "34", "latest"
+                        "33",
+                        "34",
+                        "latest"
                 ]
                 test: [
                         "01",
@@ -43,12 +45,12 @@ jobs:
             fail-fast: false
         container:
             image: quay.io/haraldh/dracut-fedora:${{ matrix.fedora }}
-            options: "-v /dev/kvm:/dev/kvm"
+            options: "--privileged -v /dev/kvm:/dev/kvm"
         steps:
             -   name: "Checkout Repository"
                 uses: actions/checkout@v2
                 with:
                     fetch-depth: 0
 
-            -   name: "F${{ matrix.fedora }} TEST-${{ matrix.test }} ${{ github.head_ref }}"
+            -   name: "Fedora-${{ matrix.fedora }} TEST-${{ matrix.test }}"
                 run: ./fedora-test-github.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}