From f89085219dca4b3b8a2f1d3ced9aaa232cd79925 Mon Sep 17 00:00:00 2001 From: Nicolas Lacasse Date: Thu, 17 Jan 2019 11:50:20 -0800 Subject: [PATCH] Pin containerd to v1.2.2. in integration tests. We no longer need to depend on master, since v1.2.2 contains a commit to work around "malformed input path" bug: https://github.com/containerd/containerd/commit/27c6449c2c50f7e66076a4186e81aa3167e0dd5a PiperOrigin-RevId: 229790405 Change-Id: Ia93b66959e6433bf096d6742be6064c1d7ed8b18 --- kokoro/run_tests.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/kokoro/run_tests.sh b/kokoro/run_tests.sh index f84c9ff41..3343b3093 100755 --- a/kokoro/run_tests.sh +++ b/kokoro/run_tests.sh @@ -106,10 +106,7 @@ install_crictl_test_deps() { # go get will exit with a status of 1 despite succeeding, so ignore errors. go get -d github.com/containerd/containerd || true cd ${GOPATH}/src/github.com/containerd/containerd - # TODO: Switch to using a tagged version once one has been cut - # that contains fix in: - # https://github.com/containerd/containerd/commit/52de3717005eb20141c305bd93ff0d6ee5dfecb6 - git checkout master + git checkout v1.2.2 make sudo -n -E make install