Skip to content

Commit

Permalink
gha: Add containerd stability tests to ci yaml
Browse files Browse the repository at this point in the history
This PR adds containerd stability tests to ci yaml.

Signed-off-by: Gabriela Cervantes <[email protected]>
  • Loading branch information
GabyCT committed Oct 5, 2023
1 parent 85d290a commit 0f2dc8c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f2dc8c

Please sign in to comment.