Skip to content

Commit dd7c9ac

Browse files
committed
fix(ci): debug for rhdhbugs-2856
1 parent 17110c7 commit dd7c9ac

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.ci/pipelines/utils.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1617,6 +1617,12 @@ deploy_orchestrator_workflows() {
16171617

16181618
oc rollout status deployment/"$workflow" -n "$namespace" --timeout=600s
16191619
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!"
16201626
}
16211627

16221628
# Helper function to deploy workflows for orchestrator testing (operator-based)

0 commit comments

Comments
 (0)