Surface Eagle warmup startup failures (#8370)

This commit is contained in:
2026-07-09 10:06:23 -07:00
committed by GitHub
parent 29c1d4a232
commit 0f89f7a2ea
6 changed files with 43 additions and 0 deletions
+2
View File
@@ -241,6 +241,8 @@ main() {
if [ -x "${WARMUP_SCRIPT}" ]; then
if ! "${WARMUP_SCRIPT}" "localhost:${staging_port}"; then
log_error "Warmup/smoke test failed, aborting deployment"
log_error "Recent eagle-${staging} logs:"
docker logs "eagle-${staging}" --tail 200 2>&1 || true
docker compose -f "${COMPOSE_FILE}" stop "eagle-${staging}"
cleanup_markers_on_failure "eagle-${active}"
exit 1