be explicit about minion group size in upgrade test

This commit is contained in:
Mike Danese 2015-10-01 12:01:04 -07:00
parent bd8ee1c4c4
commit 905e971651

View File

@ -510,6 +510,7 @@ case ${JOB_NAME} in
: ${E2E_UP:="true"} : ${E2E_UP:="true"}
: ${E2E_TEST:="false"} : ${E2E_TEST:="false"}
: ${E2E_DOWN:="false"} : ${E2E_DOWN:="false"}
NUM_MINIONS=3
;; ;;
kubernetes-upgrade-gce-step2-upgrade) kubernetes-upgrade-gce-step2-upgrade)
@ -523,6 +524,7 @@ case ${JOB_NAME} in
: ${E2E_TEST:="true"} : ${E2E_TEST:="true"}
: ${E2E_DOWN:="false"} : ${E2E_DOWN:="false"}
: ${GINKGO_TEST_ARGS:="--ginkgo.focus=Skipped.*Cluster\supgrade.*upgrade-cluster"} : ${GINKGO_TEST_ARGS:="--ginkgo.focus=Skipped.*Cluster\supgrade.*upgrade-cluster"}
NUM_MINIONS=3
;; ;;
kubernetes-upgrade-gce-step3-e2e) kubernetes-upgrade-gce-step3-e2e)
@ -540,6 +542,7 @@ case ${JOB_NAME} in
${GCE_PARALLEL_FLAKY_TESTS[@]:+${GCE_PARALLEL_FLAKY_TESTS[@]}} \ ${GCE_PARALLEL_FLAKY_TESTS[@]:+${GCE_PARALLEL_FLAKY_TESTS[@]}} \
${GCE_SLOW_TESTS[@]:+${GCE_SLOW_TESTS[@]}} \ ${GCE_SLOW_TESTS[@]:+${GCE_SLOW_TESTS[@]}} \
)"} )"}
NUM_MINIONS=3
;; ;;
kubernetes-kubemark-gce) kubernetes-kubemark-gce)