Skip to content
Merged
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
2 changes: 2 additions & 0 deletions hack/e2e-pool-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ source ${0%/*}/e2e-common.sh

echo "Waiting for the operator deployment to settle"
oc wait --for=condition=Available --timeout=2m deploy/hive-operator -n $HIVE_OPERATOR_NS
echo "Waiting for operator to deploy controllers"
oc wait --for=condition=Ready --timeout=2m hiveconfig/hive
echo "Waiting for the controllers and admission deployments to settle"
for deployment in hive-controllers hiveadmission; do
oc wait --for=condition=Available --timeout=2m deploy/$deployment -n $HIVE_NS
Expand Down