Skip to content

Commit

Permalink
increase NUM_MINIONS to 3 for e2e + jenkins by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
brendandburns committed Jul 13, 2015
1 parent 9482487 commit 910857a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/jenkins/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ if [[ ${JOB_NAME} =~ ^kubernetes-.*-gce ]]; then
: ${E2E_ZONE:="us-central1-f"}
: ${MASTER_SIZE:="n1-standard-2"}
: ${MINION_SIZE:="n1-standard-2"}
: ${NUM_MINIONS:="2"}
: ${NUM_MINIONS:="3"}
fi

if [[ "${KUBERNETES_PROVIDER}" == "aws" ]]; then
Expand Down

0 comments on commit 910857a

Please sign in to comment.