]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
ci: there is no longer a need for special handling test 04
authorLaszlo Gombos <laszlo.gombos@gmail.com>
Wed, 7 Dec 2022 20:08:55 +0000 (20:08 +0000)
committerAntonio Álvarez Feijoo <antonio.feijoo@suse.com>
Wed, 21 Dec 2022 15:17:46 +0000 (16:17 +0100)
.github/workflows/integration.yml

index 3ed1a986f9c837ee2ccaf48236dc8a3699be8951..0a394f73648c9b0525126b8c2da0d78a398ad48e 100644 (file)
@@ -8,35 +8,6 @@ env:
     DEBUGFAIL: "${{ secrets.ACTIONS_STEP_DEBUG && 'rd.debug' }}"
 
 jobs:
-    basic:
-        runs-on: ubuntu-latest
-        timeout-minutes: 30
-        concurrency:
-            group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.container }}-${{ matrix.test }}
-            cancel-in-progress: true
-        strategy:
-            matrix:
-                container: [
-                        "arch:latest",
-                        "debian:latest",
-                        "fedora:latest",
-                        "opensuse:latest",
-                ]
-                test: [
-                        "04",
-                ]
-            fail-fast: false
-        container:
-            image: ghcr.io/dracutdevs/${{ matrix.container }}
-            options: "--privileged -v /dev:/dev"
-        steps:
-            -   name: "Checkout Repository"
-                uses: actions/checkout@v3
-                with:
-                    fetch-depth: 0
-
-            -   name: "${{ matrix.container }} TEST-${{ matrix.test }}"
-                run: ./tools/test-github.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}
     test:
         runs-on: ubuntu-latest
         timeout-minutes: 30
@@ -55,6 +26,7 @@ jobs:
                         "01",
                         "02",
                         "03",
+                        "04",
                         "10",
                         "11",
                         "12",