mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-13 15:14:08 +00:00
Merge pull request #11433 from kata-containers/cri-containerd-test-fast-fail-false
workflows: Add fail-fast: false to cri-containerd tests
This commit is contained in:
commit
060faa3d1a
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -419,6 +419,7 @@ jobs:
|
|||||||
if: ${{ inputs.skip-test != 'yes' }}
|
if: ${{ inputs.skip-test != 'yes' }}
|
||||||
needs: build-kata-static-tarball-amd64
|
needs: build-kata-static-tarball-amd64
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
params: [
|
params: [
|
||||||
{ containerd_version: lts, vmm: clh },
|
{ containerd_version: lts, vmm: clh },
|
||||||
@ -448,6 +449,7 @@ jobs:
|
|||||||
if: ${{ inputs.skip-test != 'yes' }}
|
if: ${{ inputs.skip-test != 'yes' }}
|
||||||
needs: build-kata-static-tarball-s390x
|
needs: build-kata-static-tarball-s390x
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
params: [
|
params: [
|
||||||
{ containerd_version: active, vmm: qemu },
|
{ containerd_version: active, vmm: qemu },
|
||||||
@ -467,6 +469,7 @@ jobs:
|
|||||||
if: ${{ inputs.skip-test != 'yes' }}
|
if: ${{ inputs.skip-test != 'yes' }}
|
||||||
needs: build-kata-static-tarball-ppc64le
|
needs: build-kata-static-tarball-ppc64le
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
params: [
|
params: [
|
||||||
{ containerd_version: active, vmm: qemu },
|
{ containerd_version: active, vmm: qemu },
|
||||||
@ -485,6 +488,7 @@ jobs:
|
|||||||
if: ${{ inputs.skip-test != 'yes' }}
|
if: ${{ inputs.skip-test != 'yes' }}
|
||||||
needs: build-kata-static-tarball-arm64
|
needs: build-kata-static-tarball-arm64
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
params: [
|
params: [
|
||||||
{ containerd_version: active, vmm: qemu },
|
{ containerd_version: active, vmm: qemu },
|
||||||
|
Loading…
Reference in New Issue
Block a user