Skip to content

Commit

Permalink
ci: try to not fix magic for k3s 1.19
Browse files Browse the repository at this point in the history
Signed-off-by: Lin Yang <[email protected]>
  • Loading branch information
reaver-flomesh committed Feb 18, 2025
1 parent 7725f07 commit 4c247a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ jobs:
bucket: ".*"
os: ubuntu-24.04-arm
fixCGroupV2: true
fixDNS: false
fixMounts: true
fixDNS: true
fixMounts: false
- k8s_version: v1.27.16-k3s1
focus: "Test traffic flowing from client to server with a Kubernetes Service for the Source: HTTP"
bucket: ".*"
Expand Down Expand Up @@ -300,8 +300,8 @@ jobs:
- version: v1.19.16-k3s1
os: ubuntu-24.04
fixCGroupV2: true
fixDNS: false
fixMounts: true
fixDNS: true
fixMounts: false
- version: v1.21.14-k3s1
os: ubuntu-24.04
fixCGroupV2: true
Expand Down

0 comments on commit 4c247a3

Please sign in to comment.