Make resize tests work on GKE

This commit is contained in:
CJ Cullen
2015-06-09 11:49:40 -07:00
parent 687e866d80
commit abc4e53648
3 changed files with 21 additions and 2 deletions

View File

@@ -83,6 +83,10 @@ else
NODE_INSTANCE_GROUP=""
fi
if [[ "${KUBERNETES_PROVIDER}" == "gke" ]]; then
detect-node-instance-group
fi
ginkgo_args=()
if [[ ${GINKGO_PARALLEL} =~ ^[yY]$ ]]; then
ginkgo_args+=("-p")