Skip to content

Commit

Permalink
ci:add cri-integration
Browse files Browse the repository at this point in the history
Signed-off-by: ningmingxiao <[email protected]>
  • Loading branch information
ningmingxiao committed Oct 24, 2024
1 parent a6b4286 commit 955b8fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,12 @@ jobs:
run: |
sudo -E PATH=$PATH make integration
working-directory: src/github.com/containerd/containerd
- name: cri-integration
env:
RUNC_FLAVOR: "crun"
run: |
sudo -E PATH=$PATH CONTAINERD_RUNTIME="io.containerd.runc.v2-rs" make cri-integration
working-directory: src/github.com/containerd/containerd

windows-integration:
name: Windows Integration
Expand Down

0 comments on commit 955b8fd

Please sign in to comment.