fix(ci): allow cold container startup (#1)
quality-gate / quality (push) Successful in 2m39s
quality-gate / container (push) Failing after 3m11s

This commit is contained in:
KyuubiYoru
2026-07-17 01:59:30 +02:00
parent a77d4b801c
commit 74ae126ea7
4 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ jobs:
--workdir /source \
"$RENDEZVOUS_RELEASE_BUILDER" \
bash -lc '
for attempt in {1..300}; do
for attempt in {1..900}; do
curl --fail --silent "${RENDEZVOUS_SMOKE_HTTP_URL%/}/health/ready" >/dev/null 2>&1 && exec ./scripts/smoke-deployment.sh
sleep 0.1
done