Skip to content

Commit

Permalink
Merge pull request kubernetes#21097 from ihmccreery/3-node-10
Browse files Browse the repository at this point in the history
Auto commit by PR queue bot
  • Loading branch information
k8s-merge-robot committed Feb 17, 2016
2 parents b642f54 + 8a5b201 commit 299cf40
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hack/jenkins/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -443,14 +443,20 @@ case ${JOB_NAME} in

kubernetes-upgrade-gke-1.0-master-step1-deploy)
configure_upgrade_step 'ci/latest-1.0' 'configured-in-master' 'upgrade-gke-1-0-master' 'kubernetes-jenkins-gke-upgrade'
# Starting in v1.2, NUM_MINIONS/NUM_NODES defaults to 3, so we have to deploy 3 here.
NUM_MINIONS=3
;;

kubernetes-upgrade-gke-1.0-master-step4-e2e-old)
configure_upgrade_step 'ci/latest-1.0' 'configured-in-master' 'upgrade-gke-1-0-master' 'kubernetes-jenkins-gke-upgrade'
# Starting in v1.2, NUM_MINIONS/NUM_NODES defaults to 3, so we have to deploy 3 here.
NUM_MINIONS=3
;;

kubernetes-upgrade-gke-1.0-master-step6-e2e-old)
configure_upgrade_step 'ci/latest-1.0' 'configured-in-master' 'upgrade-gke-1-0-master' 'kubernetes-jenkins-gke-upgrade'
# Starting in v1.2, NUM_MINIONS/NUM_NODES defaults to 3, so we have to deploy 3 here.
NUM_MINIONS=3
;;
esac

Expand Down

0 comments on commit 299cf40

Please sign in to comment.