docs(ORCH-058): staging gate FAILED — corrected root cause (harness bug in staging_check.py) #59
Reference in New Issue
Block a user
Delete Branch "deployer/ORCH-058-staging-verdict-v3"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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..., whilescripts/staging_check.pyhardcodes the enduro fallbackb873d9eb..., so the handler correctly logsno pipeline action. Fix belongs inscripts/staging_check.py(resolve SANDBOX in_progress dynamically), NOT inhandle_status_startor 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).