Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bmanzari committed Dec 30, 2024
1 parent 2b2b054 commit 468c211
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,5 +282,9 @@ if ! wait "$!"; then
exit 1
fi

echo "Ensure that all the cluster operators remain stable and ready until OCPBUGS-18658 is fixed."
oc adm wait-for-stable-cluster --minimum-stable-period=1m --timeout=15m
update_image_registry

# Used by observer pod
touch "${SHARED_DIR}/success"

0 comments on commit 468c211

Please sign in to comment.