mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-05-03 05:57:25 +00:00
gha: Add containerd stability tests to ci yaml
This PR adds containerd stability tests to ci yaml. Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
parent
85d290a048
commit
0f2dc8c675
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
@ -217,6 +217,14 @@ jobs:
|
|||||||
commit-hash: ${{ inputs.commit-hash }}
|
commit-hash: ${{ inputs.commit-hash }}
|
||||||
target-branch: ${{ inputs.target-branch }}
|
target-branch: ${{ inputs.target-branch }}
|
||||||
|
|
||||||
|
run-containerd-stability-tests:
|
||||||
|
needs: build-kata-static-tarball-amd64
|
||||||
|
uses: ./.github/workflows/run-containerd-stability-tests.yaml
|
||||||
|
with:
|
||||||
|
tarball-suffix: -${{ inputs.tag }}
|
||||||
|
commit-hash: ${{ inputs.commit-hash }}
|
||||||
|
target-branch: ${{ inputs.target-branch }}
|
||||||
|
|
||||||
run-nydus-tests:
|
run-nydus-tests:
|
||||||
needs: build-kata-static-tarball-amd64
|
needs: build-kata-static-tarball-amd64
|
||||||
uses: ./.github/workflows/run-nydus-tests.yaml
|
uses: ./.github/workflows/run-nydus-tests.yaml
|
||||||
|
Loading…
Reference in New Issue
Block a user