Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d9fa49 commit 8806428Copy full SHA for 8806428
hack/jenkins/e2e.sh
@@ -411,6 +411,9 @@ case ${JOB_NAME} in
411
412
# kubernetes-upgrade-gke-1.0-current-release
413
#
414
+ # Test upgrades from the latest release-1.0 build to the latest current
415
+ # release build.
416
+ #
417
# Configurations for step2, step4, and step6 live in the current release
418
# branch.
419
@@ -428,6 +431,8 @@ case ${JOB_NAME} in
428
431
429
432
# kubernetes-upgrade-gke-1.0-master
430
433
434
+ # Test upgrades from the latest release-1.0 build to the latest master build.
435
436
# Configurations for step2, step4, and step6 live in master.
437
438
kubernetes-upgrade-gke-1.0-master-step1-deploy)
0 commit comments