Skip to content

Commit

Permalink
ci: only run networking tests after extended tests have passed
Browse files Browse the repository at this point in the history
Save some CI cycles and do not bother running networking tests if
non-networking tests fail.
  • Loading branch information
jozzsi authored and LaszloGombos committed Nov 5, 2024
1 parent 8bb7dd4 commit a198476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
- name: "${{ matrix.container }} TEST-${{ matrix.test }}"
run: docker run --platform linux/arm64 '--device=/dev/kvm' -v $PWD:/w ghcr.io/dracut-ng/${{ matrix.container }} /w/test/test-github.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}
network:
needs: basic
needs: [basic, extended]
# all nfs based on default networking
name: ${{ matrix.test }} on ${{ matrix.container }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit a198476

Please sign in to comment.