File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,6 +100,6 @@ export PATH="${PATH}:${GOBIN}"
100100./hack/release/smoke_test/verify_all.sh -v " ${VERSION} " -l " ${LOCATION} " -g " ${GPG_KEY} "
101101./hack/release/smoke_test/verify_docker.sh -v " ${VERSION} " -i " ${IMAGE} " " ${GIT_SHA_PASS_THROUGH[@]} " " ${PULL_PASS_THROUGH} "
102102./hack/release/smoke_test/test_source.sh -v " ${VERSION} " -l " ${LOCATION} "
103- ./hack/release/smoke_test/test_cluster.sh -v " ${VERSION} " -i " ${IMAGE} " -l " ${LOCATION} " -g " ${GPG_KEY} " " ${GIT_SHA_PASS_THROUGH[@]} "
103+ ./hack/release/smoke_test/test_cluster.sh -v " ${VERSION} " -i " ${IMAGE} " -l " ${LOCATION} " -g " ${GPG_KEY} "
104104
105105printf " \n\n********************\nSuccessfully smoke tested the Solr Operator %s!\n" " ${VERSION} "
Original file line number Diff line number Diff line change @@ -625,6 +625,9 @@ groups:
625625 comment : Make sure checkout is clean and up to date
626626 logfile : git_clean.log
627627 tee : true
628+ - !Command
629+ cmd : git branch --set-upstream-to=origin/{{ release_branch }} {{ release_branch }}
630+ tee : true
628631 - !Command
629632 cmd : git pull --ff-only
630633 tee : true
You can’t perform that action at this time.
0 commit comments