Merge pull request #4427 from chaosi-zju/fastfail
prevent CI from fast fail when just one k8s version e2e failed
This commit is contained in:
commit
21b2842b06
|
@ -112,6 +112,7 @@ jobs:
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
# Here support the latest three minor releases of Kubernetes, this can be considered to be roughly
|
# 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/
|
# the same as the End of Life of the Kubernetes release: https://kubernetes.io/releases/
|
||||||
|
|
|
@ -13,6 +13,7 @@ jobs:
|
||||||
name: init
|
name: init
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
# Here support the latest three minor releases of Kubernetes, this can be considered to be roughly
|
# 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/
|
# the same as the End of Life of the Kubernetes release: https://kubernetes.io/releases/
|
||||||
|
|
Loading…
Reference in New Issue