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:
Gabriela Cervantes 2023-10-05 15:21:24 +00:00
parent 85d290a048
commit 0f2dc8c675

View File

@ -217,6 +217,14 @@ jobs:
commit-hash: ${{ inputs.commit-hash }}
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:
needs: build-kata-static-tarball-amd64
uses: ./.github/workflows/run-nydus-tests.yaml