From 140827f4da6cdfb7598b35733232f7c1c5c85fba Mon Sep 17 00:00:00 2001 From: claude-bot Date: Tue, 9 Jun 2026 01:32:32 +0300 Subject: [PATCH] docs(ORCH-080): merge staging gate log (staging_status: SUCCESS) Co-Authored-By: Claude Opus 4.8 --- docs/work-items/ORCH-080/15-staging-log.md | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/work-items/ORCH-080/15-staging-log.md diff --git a/docs/work-items/ORCH-080/15-staging-log.md b/docs/work-items/ORCH-080/15-staging-log.md new file mode 100644 index 0000000..9bb0380 --- /dev/null +++ b/docs/work-items/ORCH-080/15-staging-log.md @@ -0,0 +1,26 @@ +--- +staging_status: SUCCESS +timestamp: 2026-06-08T22:31:47Z +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 the Docker exec API (REST equivalent of +`docker exec orchestrator-staging python3 /repos/orchestrator/scripts/staging_check.py +--base-url http://localhost:8501 --mode stub`), so B6 reads the staging instance's own +process-env registry (ORCH-048, ADR-001). + +**Exit code: 0 → advance.** All REAL pipeline checks passed (8/10 PASS). + +- Block A (SMOKE): A1 /health, A2 /queue, A3 ORCH_STAGING=true — PASS +- Block B (ACCESS): B4 Plane sandbox, B5 Gitea sandbox (push=true), B6 registry isolation + (sandbox present, prod ET/ORCH absent) — PASS +- Block C (E2E): C7 create issue in SANDBOX, C8 trigger pipeline via /webhook/plane — PASS +- C9a/C9b — FAILED but **waived** (known sandbox-infra checks; depend on SANDBOX bot + accounts being project members, not on the pipeline). Tolerated under ORCH-061 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