From f6b5671267fc9ea87eec3d27118f2c959cb726c5 Mon Sep 17 00:00:00 2001 From: claude-bot Date: Mon, 8 Jun 2026 08:45:01 +0000 Subject: [PATCH] =?UTF-8?q?docs(ORCH-071):=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 Staging check suite passed against orchestrator-staging (8501), exit 0. All REAL pipeline checks green; sandbox-infra C9a/C9b waived per ORCH-061. Co-Authored-By: Claude Opus 4.7 --- docs/work-items/ORCH-071/15-staging-log.md | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docs/work-items/ORCH-071/15-staging-log.md diff --git a/docs/work-items/ORCH-071/15-staging-log.md b/docs/work-items/ORCH-071/15-staging-log.md new file mode 100644 index 0000000..f5e5eed --- /dev/null +++ b/docs/work-items/ORCH-071/15-staging-log.md @@ -0,0 +1,23 @@ +--- +staging_status: SUCCESS +timestamp: 2026-06-08T08:44:30Z +base_url: http://localhost:8501 +--- + +# Staging Gate Log + +Staging test suite completed against the live `orchestrator-staging` instance (port 8501), +run canonically inside the container via `docker exec` (ORCH-048, ADR-001), `--mode stub`. + +**Result: 8/10 checks PASS — exit code 0 → SUCCESS.** + +All REAL (pipeline) checks green: A1–A3 (smoke), B4–B6 (access/registry isolation), +C7–C8 (E2E issue create + pipeline trigger). The two failing checks are known +sandbox-infra-only checks, tolerated per ORCH-061 (real checks all 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 +``` + +Tolerance flag: `staging_infra_tolerance_enabled=True`. Exit code 0 → `staging_status: SUCCESS`.