File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,9 @@ ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"/..
18
18
19
19
# Not from vendor.conf.
20
20
KUBERNETES_VERSION=" v1.19.0-beta.2"
21
- CRITOOL_VERSION=${CRITOOL_VERSION:- baca4a152dfe671fc17911a7af74bcb61680ee39}
21
+ # TODO: (mikebrow) these version values need to be normalized now with the containerd CI setup & tests
22
+ # see https://github.com/containerd/containerd/blob/master/script/setup/install-critools#L24
23
+ CRITOOL_VERSION=${CRITOOL_VERSION:- 0f5f734a7e1da0979915c6e7d5b6641bd9dc2627}
22
24
CRITOOL_PKG=github.com/kubernetes-sigs/cri-tools
23
25
CRITOOL_REPO=github.com/kubernetes-sigs/cri-tools
24
26
Original file line number Diff line number Diff line change 21
21
set -eu -o pipefail
22
22
23
23
go get -u github.com/onsi/ginkgo/ginkgo
24
- CRITEST_COMMIT=2bf7674922a424337d7580a08166d666c6802818 # v1.18.0-100-g2bf7674
24
+ CRITEST_COMMIT=0f5f734a7e1da0979915c6e7d5b6641bd9dc2627
25
25
go get -d github.com/kubernetes-sigs/cri-tools/...
26
26
cd " $GOPATH " /src/github.com/kubernetes-sigs/cri-tools
27
27
git checkout $CRITEST_COMMIT
You can’t perform that action at this time.
0 commit comments