Skip to content

Commit b0e1d03

Browse files
committed
Smoketest fixes.
1 parent a7c0270 commit b0e1d03

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

hack/release/smoke_test/smoke_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

105105
printf "\n\n********************\nSuccessfully smoke tested the Solr Operator %s!\n" "${VERSION}"

hack/release/wizard/releaseWizard.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)