Skip to content

Commit

Permalink
Merge pull request #616 from Random-Liu/run-cri-in-parallel
Browse files Browse the repository at this point in the history
Update critools and run critest in parallel.
  • Loading branch information
Random-Liu committed Feb 22, 2018
2 parents 8c41634 + fd32f5b commit 7f5687c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hack/install-deps.sh
Expand Up @@ -99,7 +99,7 @@ ${sudo} make install -e DESTDIR=${RUNC_DIR}
if ${INSTALL_CNI}; then
checkout_repo ${CNI_PKG} ${CNI_VERSION} ${CNI_REPO}
cd ${GOPATH}/src/${CNI_PKG}
./build.sh
FASTBUILD=true ./build.sh
${sudo} mkdir -p ${CNI_DIR}
${sudo} cp -r ./bin ${CNI_DIR}
${sudo} mkdir -p ${CNI_CONFIG_DIR}
Expand Down
2 changes: 1 addition & 1 deletion hack/test-cri.sh
Expand Up @@ -52,7 +52,7 @@ mkdir -p ${REPORT_DIR}
test_setup ${REPORT_DIR}

# Run cri validation test
sudo env PATH=${PATH} GOPATH=${GOPATH} ${CRITEST} --runtime-endpoint=${CRICONTAINERD_SOCK} --focus="${FOCUS}" --ginkgo-flags="--skip=\"${SKIP}\"" validation
sudo env PATH=${PATH} GOPATH=${GOPATH} ${CRITEST} --runtime-endpoint=${CRICONTAINERD_SOCK} --focus="${FOCUS}" --ginkgo-flags="--skip=\"${SKIP}\" --nodes=8" validation
test_exit_code=$?

test_teardown
Expand Down
2 changes: 1 addition & 1 deletion hack/utils.sh
Expand Up @@ -17,7 +17,7 @@
ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"/..

# Not from vendor.conf.
CRITOOL_VERSION=c87ea764cecbcbabbb51c5bdd10ea317181fdd62
CRITOOL_VERSION=8ec2cbda446377cab11a5ef8ef92e115aa628a91
CRITOOL_REPO=github.com/kubernetes-incubator/cri-tools

# upload_logs_to_gcs uploads test logs to gcs.
Expand Down

0 comments on commit 7f5687c

Please sign in to comment.