Remove setup-node, which is not needed after we run the whole test as

root.
This commit is contained in:
Random-Liu
2016-11-28 17:46:54 -08:00
parent 2c61d2f80c
commit 7c2b1f4752
17 changed files with 7 additions and 33 deletions

View File

@@ -128,7 +128,7 @@ if [ $remote = true ] ; then
--zone="$zone" --project="$project" --gubernator="$gubernator" \
--hosts="$hosts" --images="$images" --cleanup="$cleanup" \
--results-dir="$artifacts" --ginkgo-flags="$ginkgoflags" \
--image-project="$image_project" --instance-name-prefix="$instance_prefix" --setup-node="true" \
--image-project="$image_project" --instance-name-prefix="$instance_prefix" \
--delete-instances="$delete_instances" --test_args="$test_args" --instance-metadata="$metadata" \
2>&1 | tee -i "${artifacts}/build-log.txt"
exit $?