Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,9 @@ function upgrade_paused() {

echo "Starting worker upgrade to ${OPENSHIFT_UPGRADE1_RELEASE_IMAGE_OVERRIDE}"
oc patch mcp/worker --type merge --patch '{"spec":{"paused":false}}'
oc wait mcp/worker --for condition=Updated &
wait "$!"
echo "Workers upgraded to ${OPENSHIFT_UPGRADE1_RELEASE_IMAGE_OVERRIDE}; starting post-update conformance tests"
openshift-tests run-upgrade all \
--to-image "${OPENSHIFT_UPGRADE1_RELEASE_IMAGE_OVERRIDE}" \
--options "${TEST_UPGRADE_OPTIONS-}" \
Expand Down