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

Skip to content

Commit 8218bcb

Browse files
author
Isaac Hollander McCreery
committed
Merge pull request kubernetes#18470 from ihmccreery/step7-fix-1.0
Fix step7 config for upgrade jobs on release-1.0
2 parents 740bb34 + e975dfe commit 8218bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/jenkins/e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function configure_upgrade_step() {
8282
local -r cluster_name="$3"
8383
local -r project="$4"
8484

85-
[[ "${JOB_NAME}" =~ .*-(step[1-6])-.* ]] || {
85+
[[ "${JOB_NAME}" =~ .*-(step[1-7])-.* ]] || {
8686
echo "JOB_NAME ${JOB_NAME} is not a valid upgrade job name, could not parse"
8787
exit 1
8888
}

0 commit comments

Comments
 (0)