Skip to content

Commit

Permalink
test: reduce the testcases for gateway with traffic interception mode…
Browse files Browse the repository at this point in the history
… NodeLevel

Signed-off-by: Lin Yang <[email protected]>
  • Loading branch information
reaver-flomesh committed Jan 7, 2025
1 parent 7fcb847 commit 18a73a0
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ jobs:
needs: build
strategy:
matrix:
focus: [ "" ]
bucket: [ 6, 7 ]
focus: [""]
bucket: [6, 7]
k8s:
- version: "latest"
os: ubuntu-22.04
Expand All @@ -263,6 +263,17 @@ jobs:
os: ubuntu-22.04
- version: v1.23.17-k3s1
os: ubuntu-22.04
exclude:
- focus: ""
bucket: "7"
k8s:
version: v1.21.14-k3s1
os: ubuntu-22.04
- focus: ""
bucket: "7"
k8s:
version: v1.23.17-k3s1
os: ubuntu-22.04
runs-on: ${{ matrix.k8s.os }}
env:
CTR_TAG: ${{ github.sha }}
Expand Down

0 comments on commit 18a73a0

Please sign in to comment.