Update critools and run critest in parallel.

Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
Lantao Liu
2018-02-24 00:09:32 +00:00
parent ad04781e3e
commit 4c903c356b
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
#
set -eu -o pipefail
CRITEST_COMMIT=240a840375cdabb5860c75c99e8b0d0a776006b4
CRITEST_COMMIT=b184f9aefe60a4441330e615ee20634ee26474fb
go get -d github.com/kubernetes-incubator/cri-tools/...
cd $GOPATH/src/github.com/kubernetes-incubator/cri-tools
git checkout $CRITEST_COMMIT