Skip to content

Commit d0c0b2f

Browse files
committed
Make CNI tests independent with continue-on-error
- Add fail-fast: false to CNI matrix strategy - Add continue-on-error: true to check_cni job - Update .gitignore to exclude secret.yaml This ensures that if one CNI test fails, the other continues running, and the overall workflow doesn't fail due to CNI test failures.
1 parent c5bb568 commit d0c0b2f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ jobs:
1010
strategy:
1111
matrix:
1212
cni: [calico, cilium]
13+
fail-fast: false
1314
name: Check CNI install
1415
runs-on: ubuntu-22.04
16+
continue-on-error: true
1517
steps:
1618
- uses: actions/setup-go@v3
1719
with:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/.claude
22
/ktbx
33
/.ktbx
4+
/secret.yaml

0 commit comments

Comments
 (0)