We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17110c7 commit dd7c9acCopy full SHA for dd7c9ac
1 file changed
.ci/pipelines/utils.sh
@@ -1617,6 +1617,12 @@ deploy_orchestrator_workflows() {
1617
1618
oc rollout status deployment/"$workflow" -n "$namespace" --timeout=600s
1619
done
1620
+
1621
1622
+ log::info "Waiting for all workflow pods to be running..."
1623
+ wait_for_deployment $namespace greeting 5
1624
+ wait_for_deployment $namespace failswitch 5
1625
+ log::info "All workflow pods are now running!"
1626
}
1627
1628
# Helper function to deploy workflows for orchestrator testing (operator-based)
0 commit comments