From 85cfce451f60160b2b36c0c70b4a8369fb6e41b7 Mon Sep 17 00:00:00 2001 From: claude-bot Date: Tue, 9 Jun 2026 11:24:23 +0300 Subject: [PATCH] =?UTF-8?q?docs(ORCH-088):=20staging=20gate=20log=20?= =?UTF-8?q?=E2=80=94=20SUCCESS=20(8/10,=20C9a/C9b=20infra-waived)?= 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-088/15-staging-log.md | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 docs/work-items/ORCH-088/15-staging-log.md diff --git a/docs/work-items/ORCH-088/15-staging-log.md b/docs/work-items/ORCH-088/15-staging-log.md new file mode 100644 index 0000000..fafc502 --- /dev/null +++ b/docs/work-items/ORCH-088/15-staging-log.md @@ -0,0 +1,28 @@ +--- +staging_status: SUCCESS +timestamp: 2026-06-09T08:23:42Z +base_url: http://localhost:8501 +--- + +# Staging Gate Log + +Staging test suite completed against the live staging environment +(`orchestrator-staging`, 8501), run canonically inside the container +(`scripts/staging_check.py --base-url http://localhost:8501 --mode stub`). + +**Verdict: SUCCESS** (exit code 0). + +Result: 8/10 checks PASS. All REAL (pipeline) checks are green: +- Block A SMOKE: A1, A2, A3 — PASS +- Block B ACCESS: B4, B5, B6 (registry isolation: sandbox present, prod ET/ORCH absent) — PASS +- Block C E2E: C7 (create issue in SANDBOX), C8 (trigger pipeline) — PASS + +The two failed checks are known sandbox-infra checks (depend on SANDBOX bot +accounts being project members, not on the pipeline) and were waived per +ORCH-061 (`staging_infra_tolerance_enabled=True`); the script still exited 0 +fail-closed because 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 +```