Merge pull request #9506 from cjcullen/resize

Make resize tests work on GKE
This commit is contained in:
Abhi Shah
2015-06-11 11:05:07 -07:00
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")