Skip to content

Commit 5aeaca3

Browse files
committed
debug(ci): add 2-hour sleep before sonataflow-platform-data wait for troubleshooting
Add sleep to allow manual debugging of orchestrator deployment flow in operator e2e tests. This helps investigate why sonataflow-platform-data deployment times out.
1 parent 0b8d673 commit 5aeaca3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.ibm/pipelines/utils.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1208,6 +1208,12 @@ deploy_orchestrator_workflows_operator() {
12081208
# Wait for backstage and sonata flow pods to be ready before continuing
12091209
wait_for_deployment $namespace backstage-psql 15
12101210
wait_for_deployment $namespace backstage-rhdh 15
1211+
1212+
# DEBUG: Sleep for 2 hours to allow manual troubleshooting
1213+
echo "Sleeping for 2 hours (7200 seconds) to allow manual debugging..."
1214+
sleep 7200
1215+
echo "Sleep completed, continuing with deployment..."
1216+
12111217
wait_for_deployment $namespace sonataflow-platform-data 20
12121218
wait_for_deployment $namespace sonataflow-platform-jobs-service 20
12131219

0 commit comments

Comments
 (0)