]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
ci: run all local tests on all containers (including Gentoo)
authorHenrik Gombos <henrik99999@gmail.com>
Thu, 3 Aug 2023 01:08:27 +0000 (21:08 -0400)
committerAntonio Álvarez Feijoo <antonio.feijoo@suse.com>
Thu, 3 Aug 2023 06:18:29 +0000 (08:18 +0200)
.github/workflows/integration.yml

index 9631ab5f853f44837b3ddbd80f96c4860057cfbe..727c2e3f20bb80157e048b4a97f3dba185d4e757 100644 (file)
@@ -20,6 +20,7 @@ jobs:
                         "arch:latest",
                         "debian:latest",
                         "fedora:latest",
+                        "gentoo:latest",
                         "opensuse:latest",
                 ]
                 test: [
@@ -45,7 +46,7 @@ jobs:
             options: "--privileged -v /dev:/dev"
         steps:
             -   name: "Checkout Repository"
-                uses: actions/checkout@v3
+                uses: actions/checkout@v1
                 with:
                     fetch-depth: 0
 
@@ -88,29 +89,3 @@ jobs:
 
             -   name: "${{ matrix.container }} TEST-${{ matrix.test }}"
                 run: USE_NETWORK=${{ matrix.network }} ./tools/test-github.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}
-    openrc-musl:
-        runs-on: ubuntu-latest
-        timeout-minutes: 45
-        concurrency:
-            group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.container }}-${{ matrix.test }}
-            cancel-in-progress: true
-        strategy:
-            matrix:
-                container: [
-                        "gentoo:latest",
-                ]
-                test: [
-                        "18",
-                ]
-            fail-fast: false
-        container:
-            image: ghcr.io/dracutdevs/${{ matrix.container }}
-            options: "--privileged -v /dev:/dev"
-        steps:
-            -   name: "Checkout Repository"
-                uses: actions/checkout@v1
-                with:
-                    fetch-depth: 0
-
-            -   name: "${{ matrix.container }} TEST-${{ matrix.test }}"
-                run: ./tools/test-github.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}