Skip to content

Commit 21b2842

Browse files
authored
Merge pull request #4427 from chaosi-zju/fastfail
prevent CI from fast fail when just one k8s version e2e failed
2 parents b7a7648 + ea808d6 commit 21b2842

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: .github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ jobs:
112112
needs: build
113113
runs-on: ubuntu-22.04
114114
strategy:
115+
fail-fast: false
115116
matrix:
116117
# Here support the latest three minor releases of Kubernetes, this can be considered to be roughly
117118
# the same as the End of Life of the Kubernetes release: https://kubernetes.io/releases/

Diff for: .github/workflows/cli.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
name: init
1414
runs-on: ubuntu-22.04
1515
strategy:
16+
fail-fast: false
1617
matrix:
1718
# Here support the latest three minor releases of Kubernetes, this can be considered to be roughly
1819
# the same as the End of Life of the Kubernetes release: https://kubernetes.io/releases/

0 commit comments

Comments
 (0)