Skip to content

Commit

Permalink
Merge pull request kubernetes#15861 from mikedanese/upgrade-num-minion
Browse files Browse the repository at this point in the history
increase NUM_MINIONS for jenkins gce upgrade test
  • Loading branch information
mikedanese committed Oct 19, 2015
2 parents ac5524d + ece5779 commit 95b8394
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions hack/jenkins/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -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
Expand Down

0 comments on commit 95b8394

Please sign in to comment.