Skip to content

Commit ea808d6

Browse files
committed
prevent CI from fast fail when just one k8s version e2e failed
Signed-off-by: chaosi-zju <[email protected]>
1 parent 3482ee8 commit ea808d6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
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/

.github/workflows/cli.yaml

Lines changed: 1 addition & 0 deletions
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)