Merge pull request #6850 from wojtek-t/bigger_cluster

Use 100-node cluster in performance tests on Jenkins
This commit is contained in:
Jeff Grafton
2015-04-15 00:41:50 -07:00

View File

@@ -46,9 +46,7 @@ if [[ "${PERFORMANCE:-}" == "true" ]]; then
else
export MASTER_SIZE="n1-standard-4"
fi
# TODO(wojtek-t): Once we have enough quota for the project, increase
# NUM_MINIONS to 100 (which is our v1.0 goal).
export NUM_MINIONS="10"
export NUM_MINIONS="100"
GINKGO_TEST_ARGS="--ginkgo.focus=\[Performance suite\] "
else
if [[ "${KUBERNETES_PROVIDER}" == "aws" ]]; then