diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index a7764353a4a..b5389ee5442 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -83,7 +83,7 @@ function configure_upgrade_step() { local -r cluster_name="$3" local -r project="$4" - [[ "${JOB_NAME}" =~ .*-(step[1-6])-.* ]] || { + [[ "${JOB_NAME}" =~ .*-(step[1-7])-.* ]] || { echo "JOB_NAME ${JOB_NAME} is not a valid upgrade job name, could not parse" exit 1 }