From cf7370710ef3d09abce7ef1a79aea42a15186253 Mon Sep 17 00:00:00 2001 From: claude-bot Date: Tue, 9 Jun 2026 19:04:27 +0300 Subject: [PATCH] deployer(ET): auto-commit from deployer run_id=489 --- docs/work-items/ORCH-063/15-staging-log.md | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 docs/work-items/ORCH-063/15-staging-log.md diff --git a/docs/work-items/ORCH-063/15-staging-log.md b/docs/work-items/ORCH-063/15-staging-log.md new file mode 100644 index 0000000..e7ac3a3 --- /dev/null +++ b/docs/work-items/ORCH-063/15-staging-log.md @@ -0,0 +1,33 @@ +--- +staging_status: SUCCESS +work_item: ORCH-063 +stage: deploy-staging +author_agent: deployer +status: success +created_at: 2026-06-09 +model_used: claude-opus-4-8 +timestamp: 2026-06-09T16:03:48Z +base_url: http://localhost:8501 +--- + +# Staging Gate Log + +> Машинный вердикт читается ТОЛЬКО из `staging_status:` во frontmatter. `SUCCESS` → дальше; `FAILED` → откат. + +Staging test suite completed. All REAL pipeline checks passed. Suite run canonically **inside the +`orchestrator-staging` container** (8501) via the Docker exec API (`docker exec` equivalent), so +check **B6** built the project registry from the instance's own `.env.staging` process-env +(`ORCH_PROJECTS_JSON` set) — avoiding the ORCH-048 host false-FAIL. + +Exit code **0** → `staging_status: SUCCESS` (ORCH-061 waiver tolerance: exit 0 includes the two +waived sandbox-infra checks C9a/C9b; every REAL check is green). + +INFRA-WAIVED: C9a Branch appears in orchestrator-sandbox, C9b Analyst job enqueued in staging queue (known sandbox-infra; real checks green) +VERDICT: SUCCESS (exit 0) — SUCCESS (infra-waived): ['C9a Branch appears in orchestrator-sandbox', 'C9b Analyst job enqueued in staging queue'] are known sandbox-infra checks; all real checks green + +## Results +- **Block A (SMOKE)**: PASS — A1 `/health` 200 ok · A2 `/queue` 200 (counts/max_concurrency/resilience) · A3 `ORCH_STAGING=true`. +- **Block B (ACCESS)**: PASS — B4 Plane sandbox project accessible · B5 Gitea orchestrator-sandbox accessible push=true · B6 registry sandbox present, prod ET/ORCH absent. +- **Block C (E2E, mode=stub)**: C7 create Plane issue PASS · C8 trigger `/webhook/plane` PASS · C9a branch / C9b analyst-job **INFRA-WAIVED** (sandbox bot-accounts not project members — depends on sandbox infra, not the pipeline). CLEANUP: Plane issue deleted (HTTP 204). + +RESULT: 8/10 checks PASS — REAL failed: **none**; SANDBOX_INFRA failed (waived): C9a, C9b.