Skip to content

Commit

Permalink
be explicit about minion group size in upgrade test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedanese committed Oct 1, 2015
1 parent bd8ee1c commit 905e971
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hack/jenkins/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ case ${JOB_NAME} in
: ${E2E_UP:="true"}
: ${E2E_TEST:="false"}
: ${E2E_DOWN:="false"}
NUM_MINIONS=3
;;

kubernetes-upgrade-gce-step2-upgrade)
Expand All @@ -523,6 +524,7 @@ case ${JOB_NAME} in
: ${E2E_TEST:="true"}
: ${E2E_DOWN:="false"}
: ${GINKGO_TEST_ARGS:="--ginkgo.focus=Skipped.*Cluster\supgrade.*upgrade-cluster"}
NUM_MINIONS=3
;;

kubernetes-upgrade-gce-step3-e2e)
Expand All @@ -540,6 +542,7 @@ case ${JOB_NAME} in
${GCE_PARALLEL_FLAKY_TESTS[@]:+${GCE_PARALLEL_FLAKY_TESTS[@]}} \
${GCE_SLOW_TESTS[@]:+${GCE_SLOW_TESTS[@]}} \
)"}
NUM_MINIONS=3
;;

kubernetes-kubemark-gce)
Expand Down

0 comments on commit 905e971

Please sign in to comment.