From 586bae794857cb19cf1668a0a8058f8853b9d572 Mon Sep 17 00:00:00 2001 From: Wojciech Tyczynski Date: Wed, 15 Apr 2015 09:25:35 +0200 Subject: [PATCH] Bigger performance test cluster --- hack/jenkins/e2e.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index 5e602fa186c..8b3c99a21e5 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -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