diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index d7bc061ac16..2ef6da7e70d 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -748,7 +748,7 @@ case ${JOB_NAME} in : ${E2E_TEST:="false"} : ${E2E_DOWN:="false"} : ${ENABLE_EXPERIMENTAL_API:=true} - : ${NUM_MINIONS:=3} + : ${NUM_MINIONS:=5} ;; kubernetes-upgrade-gce-step2-upgrade-master) @@ -762,7 +762,7 @@ case ${JOB_NAME} in : ${E2E_DOWN:="false"} : ${GINKGO_TEST_ARGS:="--ginkgo.focus=Skipped.*Cluster\supgrade.*upgrade-master"} : ${ENABLE_EXPERIMENTAL_API:=true} - : ${NUM_MINIONS:=3} + : ${NUM_MINIONS:=5} ;; kubernetes-upgrade-gce-step3-e2e-old) @@ -783,7 +783,7 @@ case ${JOB_NAME} in ${GCE_FLAKY_TESTS[@]:+${GCE_FLAKY_TESTS[@]}} \ )"} : ${ENABLE_EXPERIMENTAL_API:=true} - : ${NUM_MINIONS:=3} + : ${NUM_MINIONS:=5} ;; kubernetes-upgrade-gce-step4-upgrade-cluster) @@ -797,7 +797,7 @@ case ${JOB_NAME} in : ${E2E_DOWN:="false"} : ${GINKGO_TEST_ARGS:="--ginkgo.focus=Skipped.*Cluster\supgrade.*upgrade-cluster"} : ${ENABLE_EXPERIMENTAL_API:=true} - : ${NUM_MINIONS:=3} + : ${NUM_MINIONS:=5} ;; kubernetes-upgrade-gce-step5-e2e-old) @@ -816,7 +816,7 @@ case ${JOB_NAME} in ${GCE_FLAKY_TESTS[@]:+${GCE_FLAKY_TESTS[@]}} \ )"} : ${ENABLE_EXPERIMENTAL_API:=true} - : ${NUM_MINIONS:=3} + : ${NUM_MINIONS:=5} ;; kubernetes-upgrade-gce-step6-e2e-new) @@ -836,7 +836,7 @@ case ${JOB_NAME} in ${GCE_SLOW_TESTS[@]:+${GCE_SLOW_TESTS[@]}} \ )"} : ${ENABLE_EXPERIMENTAL_API:=true} - : ${NUM_MINIONS:=3} + : ${NUM_MINIONS:=5} ;; # Run Kubemark test on a fake 100 node cluster to have a comparison