Skip to content

Commit

Permalink
Merge pull request #4427 from chaosi-zju/fastfail
Browse files Browse the repository at this point in the history
prevent CI from fast fail when just one k8s version e2e failed
  • Loading branch information
karmada-bot committed Dec 15, 2023
2 parents b7a7648 + ea808d6 commit 21b2842
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
needs: build
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
# Here support the latest three minor releases of Kubernetes, this can be considered to be roughly
# the same as the End of Life of the Kubernetes release: https://kubernetes.io/releases/
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
name: init
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
# Here support the latest three minor releases of Kubernetes, this can be considered to be roughly
# the same as the End of Life of the Kubernetes release: https://kubernetes.io/releases/
Expand Down

0 comments on commit 21b2842

Please sign in to comment.