Skip to content

Commit

Permalink
Merge pull request cri-o#7343 from sohankunkerkar/pin-runc
Browse files Browse the repository at this point in the history
contrib/test: pin the latest release of runc
  • Loading branch information
mrunalp authored Sep 29, 2023
2 parents 0fb9eb1 + 8ec74c5 commit 64dd33e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/test/ci/build/runc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
git:
repo: "https://github.com/opencontainers/runc.git"
dest: "{{ ansible_env.GOPATH }}/src/github.com/opencontainers/runc"
version: "main"
version: "{{ runc_git_version }}"

- name: build runc
make:
Expand Down
2 changes: 2 additions & 0 deletions contrib/test/ci/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,5 @@ kata_skip_pod_tests:
- 'test "restart crio and still get pod status"'
- 'test "systemd cgroup_parent correctly set"'
- 'test "kubernetes pod terminationGracePeriod passthru"'

runc_git_version: v1.1.9
2 changes: 1 addition & 1 deletion contrib/test/integration/build/runc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
git:
repo: "https://github.com/opencontainers/runc.git"
dest: "{{ ansible_env.GOPATH }}/src/github.com/opencontainers/runc"
version: "main"
version: "{{ runc_git_version }}"

- name: build runc
make:
Expand Down
2 changes: 2 additions & 0 deletions contrib/test/integration/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,5 @@ kata_skip_ctr_tests:
- 'test "annotations passed through"'
- 'test "ctr with default_env set in configuration"'
- 'test "ctr with absent mount that should be rejected"'

runc_git_version: v1.1.9

0 comments on commit 64dd33e

Please sign in to comment.