From fe4f72e0a15569805b0088e6cf4ff8498147078b Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Thu, 5 Oct 2023 15:21:24 +0000 Subject: [PATCH] gha: Add containerd stability tests to ci yaml This PR adds containerd stability tests to ci yaml. Signed-off-by: Gabriela Cervantes (cherry picked from commit 0f2dc8c675c368eadee2b2fa3dfbc9897aaa2581) --- .github/workflows/ci.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 35317c528f..c7c98776db 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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