Skip to content

Commit f3625e6

Browse files
committed
Pick up new tests for critest
Change git version of cri-tools to pick up new test added for process and mount labels. Signed-off-by: Urvashi Mohnani <[email protected]>
1 parent ade2898 commit f3625e6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ RUN set -x \
8787
COPY test/cni_plugin_helper.bash /opt/cni/bin/cni_plugin_helper.bash
8888

8989
# Install crictl
90-
ENV CRICTL_COMMIT 31e2aec6646a0fd4a87dc5b0ecb7f7c2e15fadf5
90+
ENV CRICTL_COMMIT 98eea54af789ae13edce79cba101fb9ac8e7b241
9191
RUN set -x \
9292
&& export GOPATH="$(mktemp -d)" \
9393
&& git clone https://github.com/kubernetes-sigs/cri-tools.git "$GOPATH/src/github.com/kubernetes-sigs/cri-tools" \

contrib/test/integration/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
- name: clone build and install cri-tools
2020
include: "build/cri-tools.yml"
2121
vars:
22-
cri_tools_git_version: "31e2aec6646a0fd4a87dc5b0ecb7f7c2e15fadf5"
22+
cri_tools_git_version: "98eea54af789ae13edce79cba101fb9ac8e7b241"
2323

2424
- name: clone build and install kubernetes
2525
include: "build/kubernetes.yml"
@@ -67,7 +67,7 @@
6767
include: "build/cri-tools.yml"
6868
vars:
6969
force_clone: True
70-
cri_tools_git_version: "31e2aec6646a0fd4a87dc5b0ecb7f7c2e15fadf5"
70+
cri_tools_git_version: "98eea54af789ae13edce79cba101fb9ac8e7b241"
7171
- name: run cri-o integration tests
7272
include: test.yml
7373

@@ -82,7 +82,7 @@
8282
include: "build/cri-tools.yml"
8383
vars:
8484
force_clone: True
85-
cri_tools_git_version: "31e2aec6646a0fd4a87dc5b0ecb7f7c2e15fadf5"
85+
cri_tools_git_version: "98eea54af789ae13edce79cba101fb9ac8e7b241"
8686
- name: run critest validation and benchmarks
8787
include: critest.yml
8888

0 commit comments

Comments
 (0)