Skip to content

Commit

Permalink
ci: optimize e2e test workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Lin Yang <[email protected]>
  • Loading branch information
reaver-flomesh committed Jan 7, 2025
1 parent 53594eb commit fc3068a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ jobs:
strategy:
matrix:
focus: [ "" ]
bucket: [ 6 ]
bucket: [ 6,7 ]
k8s:
- version: "latest"
os: ubuntu-22.04
Expand All @@ -266,11 +266,13 @@ jobs:
os: ubuntu-22.04
- version: v1.23.17-k3s1
os: ubuntu-22.04
include:
exclude:
- focus: ""
bucket: "7"
k8s:
- version: "latest"
- version: v1.21.14-k3s1
os: ubuntu-22.04
- version: v1.23.17-k3s1
os: ubuntu-22.04
runs-on: ${{ matrix.k8s.os }}
env:
Expand Down

0 comments on commit fc3068a

Please sign in to comment.