Skip to content

Commit

Permalink
Merge pull request #18772 from ihmccreery/fix-nodes-3-1.1
Browse files Browse the repository at this point in the history
Auto commit by PR queue bot
  • Loading branch information
k8s-merge-robot committed Dec 16, 2015
2 parents d47ae93 + bb6e542 commit 4b21d0b
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 @@ -789,14 +789,20 @@ case ${JOB_NAME} in

kubernetes-upgrade-gke-1.1-master-step1-deploy)
configure_upgrade_step 'ci/latest-1.1' 'configured-in-master' 'upgrade-gke-1-1-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.1-master-step4-e2e-old)
configure_upgrade_step 'ci/latest-1.1' 'configured-in-master' 'upgrade-gke-1-1-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.1-master-step6-e2e-old)
configure_upgrade_step 'ci/latest-1.1' 'configured-in-master' 'upgrade-gke-1-1-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-current-release
Expand Down

0 comments on commit 4b21d0b

Please sign in to comment.