Skip to content

Commit

Permalink
ci: remove network-legacy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pvalena committed Aug 7, 2024
1 parent c622312 commit 8ee4a91
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,35 +62,6 @@ jobs:
uses: actions/checkout@v4
- name: "${{ matrix.container }} TEST-${{ matrix.test }}"
run: USE_NETWORK=${{ matrix.network }} ./tools/test-github.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}
network-legacy:
name: ${{ matrix.test }} on ${{ matrix.container }} using ${{ matrix.network }}
runs-on: ubuntu-latest
timeout-minutes: 45
concurrency:
group: network-legacy-${{ github.workflow }}-${{ github.ref }}-${{ matrix.container }}-${{ matrix.test }}-${{ matrix.network }}
cancel-in-progress: true
strategy:
matrix:
container: [
"centos:stream10",
]
network: [
"network-legacy",
]
test: [
"20",
"30",
"40",
]
fail-fast: false
container:
image: ghcr.io/redhat-plumbers/${{ matrix.container }}
options: "--privileged -v /dev:/dev"
steps:
- name: "Checkout Repository"
uses: actions/checkout@v4
- name: "${{ matrix.container }} TEST-${{ matrix.test }}"
run: USE_NETWORK=${{ matrix.network }} ./tools/test-github.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}
systemd-networkd:
name: ${{ matrix.test }} on ${{ matrix.container }} using ${{ matrix.network }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8ee4a91

Please sign in to comment.