Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7ab2250

Browse files
author
Isaac Hollander McCreery
committed
Merge pull request kubernetes#22890 from ihmccreery/1.1-fix-upgrades
Fix upgrade job on 1.1; can't have period in cluster name
2 parents 23a335c + 266a00d commit 7ab2250

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hack/jenkins/e2e.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,23 +1006,23 @@ case ${JOB_NAME} in
10061006
# TODO(ihmccreery) When we release v1.2.0, these jobs will need to migrate to the release-1.2 branch.
10071007

10081008
kubernetes-upgrade-gke-stable-1.2-step1-deploy)
1009-
configure_upgrade_step 'release/stable-1.1' 'ci/latest-1.1' 'upgrade-gke-stable-1.2' 'kubernetes-jenkins-gke-upgrade'
1009+
configure_upgrade_step 'release/stable-1.1' 'ci/latest-1.1' 'upgrade-gke-stable-1-2' 'kubernetes-jenkins-gke-upgrade'
10101010
# Starting in v1.2, NUM_MINIONS/NUM_NODES defaults to 3, so we have to deploy 3 here.
10111011
NUM_MINIONS=3
10121012
# Starting in v1.2, GKE defaults to deploying to n1-standard-2, and some tests require that.
10131013
MINION_SIZE='n1-standard-2'
10141014
;;
10151015

10161016
kubernetes-upgrade-gke-stable-1.2-step4-e2e-old)
1017-
configure_upgrade_step 'release/stable-1.1' 'ci/latest-1.1' 'upgrade-gke-stable-1.2' 'kubernetes-jenkins-gke-upgrade'
1017+
configure_upgrade_step 'release/stable-1.1' 'ci/latest-1.1' 'upgrade-gke-stable-1-2' 'kubernetes-jenkins-gke-upgrade'
10181018
# Starting in v1.2, NUM_MINIONS/NUM_NODES defaults to 3, so we have to deploy 3 here.
10191019
NUM_MINIONS=3
10201020
# Starting in v1.2, GKE defaults to deploying to n1-standard-2, and some tests require that.
10211021
MINION_SIZE='n1-standard-2'
10221022
;;
10231023

10241024
kubernetes-upgrade-gke-stable-1.2-step6-e2e-old)
1025-
configure_upgrade_step 'release/stable-1.1' 'ci/latest-1.1' 'upgrade-gke-stable-1.2' 'kubernetes-jenkins-gke-upgrade'
1025+
configure_upgrade_step 'release/stable-1.1' 'ci/latest-1.1' 'upgrade-gke-stable-1-2' 'kubernetes-jenkins-gke-upgrade'
10261026
# Starting in v1.2, NUM_MINIONS/NUM_NODES defaults to 3, so we have to deploy 3 here.
10271027
NUM_MINIONS=3
10281028
# Starting in v1.2, GKE defaults to deploying to n1-standard-2, and some tests require that.

0 commit comments

Comments
 (0)