docs(ORCH-058): staging gate FAILED — corrected root cause (harness bug in staging_check.py) #59

Merged
admin merged 1 commits from deployer/ORCH-058-staging-verdict-v3 into main 2026-06-07 14:05:59 +03:00
Owner

Machine verdict staging_status: FAILED (exit 1, 8/10; C9a/C9b).

Corrected root cause: the production webhook handler is correct — get_project_states(SANDBOX).in_progress = 84a76f65..., while scripts/staging_check.py hardcodes the enduro fallback b873d9eb..., so the handler correctly logs no pipeline action. Fix belongs in scripts/staging_check.py (resolve SANDBOX in_progress dynamically), NOT in handle_status_start or any ORCH-058 image-freshness code. Prior logs blamed the handler — that was wrong and caused the dev↔staging loop.

Image under test = ORCH-058 merge commit 094b5e2f (PR #57).

Machine verdict `staging_status: FAILED` (exit 1, 8/10; C9a/C9b). **Corrected root cause:** the production webhook handler is correct — `get_project_states(SANDBOX).in_progress = 84a76f65...`, while `scripts/staging_check.py` hardcodes the enduro fallback `b873d9eb...`, so the handler correctly logs `no pipeline action`. Fix belongs in `scripts/staging_check.py` (resolve SANDBOX in_progress dynamically), NOT in `handle_status_start` or any ORCH-058 image-freshness code. Prior logs blamed the handler — that was wrong and caused the dev↔staging loop. Image under test = ORCH-058 merge commit `094b5e2f` (PR #57).
admin added 1 commit 2026-06-07 14:05:58 +03:00
docs(ORCH-058): staging gate FAILED (8/10) — CORRECTED root cause (harness bug, not handler)
All checks were successful
CI / test (pull_request) Successful in 16s
9e810c89f0
Staging check exit code 1 (C9a/C9b). Live inspection inside orchestrator-staging
proves the production webhook handler is correct: get_project_states(SANDBOX).in_progress
= 84a76f65..., but scripts/staging_check.py hardcodes the enduro fallback b873d9eb...
=> handler correctly classifies the webhook as "no pipeline action". Fix belongs in
scripts/staging_check.py (resolve SANDBOX in_progress dynamically), NOT in handle_status_start
or any ORCH-058 image-freshness code. Image under test = ORCH-058 merge commit 094b5e2f.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
admin merged commit 4d4f542b71 into main 2026-06-07 14:05:59 +03:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: admin/orchestrator#59