From 0955ddd9faa5baefbe43b957d44f7fe4cfae2510 Mon Sep 17 00:00:00 2001 From: claude-bot Date: Sun, 7 Jun 2026 18:04:49 +0000 Subject: [PATCH] deployer(ET): auto-commit from deployer run_id=332 --- docs/work-items/ORCH-022/15-staging-log.md | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 docs/work-items/ORCH-022/15-staging-log.md diff --git a/docs/work-items/ORCH-022/15-staging-log.md b/docs/work-items/ORCH-022/15-staging-log.md new file mode 100644 index 0000000..9c5462f --- /dev/null +++ b/docs/work-items/ORCH-022/15-staging-log.md @@ -0,0 +1,30 @@ +--- +staging_status: SUCCESS +timestamp: 2026-06-07T18:02:27+00:00 +base_url: http://localhost:8501 +--- + +# Staging Gate Log + +Staging test suite completed via canonical run (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 (advance).** + +All REAL (pipeline) checks green: A1, A2, A3 (SMOKE), B4, B5, B6 (ACCESS), C7, C8 (E2E). + +Two sandbox-infra-only checks failed and were waived per ORCH-061 +(`staging_infra_tolerance_enabled=True`) — these 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 +``` + +Cleanup ran (Plane SANDBOX test issue deleted, HTTP 204). Exit code 0 → `staging_status: SUCCESS`.