From: Laszlo Gombos Date: Wed, 7 Dec 2022 20:08:55 +0000 (+0000) Subject: ci: there is no longer a need for special handling test 04 X-Git-Tag: 058~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f66a02e5a94a48bedf6c33b1afab0d588724b1ee;p=thirdparty%2Fdracut.git ci: there is no longer a need for special handling test 04 --- diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 3ed1a986f..0a394f736 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -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",