Make resize tests work on GKE

(cherry picked from commit abc4e53648)
This commit is contained in:
CJ Cullen
2015-06-09 11:49:40 -07:00
committed by Brendan Burns
parent 42106432a0
commit 0a3ff4fa28
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")