From fb9390e2164a2ff13b56e2b3ffa72f01b00583c1 Mon Sep 17 00:00:00 2001 From: claude-bot Date: Tue, 9 Jun 2026 02:26:25 +0300 Subject: [PATCH] =?UTF-8?q?docs(ORCH-086):=20staging=20gate=20log=20?= =?UTF-8?q?=E2=80=94=20SUCCESS=20(infra-waived=20C9a/C9b)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 --- docs/work-items/ORCH-086/15-staging-log.md | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 docs/work-items/ORCH-086/15-staging-log.md diff --git a/docs/work-items/ORCH-086/15-staging-log.md b/docs/work-items/ORCH-086/15-staging-log.md new file mode 100644 index 0000000..5d4e002 --- /dev/null +++ b/docs/work-items/ORCH-086/15-staging-log.md @@ -0,0 +1,31 @@ +--- +staging_status: SUCCESS +timestamp: 2026-06-08T23:25:53Z +base_url: http://localhost:8501 +--- + +# Staging Gate Log + +Staging test suite completed against the live staging stand (`orchestrator-staging`, port 8501). +Canonical run inside the container (ORCH-048, ADR-001): + +``` +docker exec orchestrator-staging \ + python3 /repos/orchestrator/scripts/staging_check.py \ + --base-url http://localhost:8501 --mode stub +``` + +Result: **8/10 checks PASS**, exit code **0**. + +- REAL failed: none +- All REAL checks green: A1, A2, A3 (SMOKE), B4, B5, B6 (ACCESS), C7, C8 (E2E). +- SANDBOX_INFRA failed (waived per ORCH-061): C9a, C9b — known sandbox-infra checks + that depend on SANDBOX bot accounts being members of the sandbox Plane project, + not on the pipeline. + +``` +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 +``` + +Staging gate PASSED → advance.