From 6565d502426b7da22a29c6097e9ab737d1133231 Mon Sep 17 00:00:00 2001 From: claude-bot Date: Mon, 15 Jun 2026 19:28:13 +0300 Subject: [PATCH] deploy-staging(ORCH-114): staging gate SUCCESS (8/10 PASS, C9a/C9b infra-waived) Co-Authored-By: Claude Opus 4.8 --- docs/work-items/ORCH-114/15-staging-log.md | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 docs/work-items/ORCH-114/15-staging-log.md diff --git a/docs/work-items/ORCH-114/15-staging-log.md b/docs/work-items/ORCH-114/15-staging-log.md new file mode 100644 index 0000000..d9a7687 --- /dev/null +++ b/docs/work-items/ORCH-114/15-staging-log.md @@ -0,0 +1,33 @@ +--- +staging_status: SUCCESS +work_item: ORCH-114 +stage: deploy-staging +author_agent: deployer +status: success +created_at: 2026-06-15 +model_used: claude-opus-4-8 +timestamp: 2026-06-15T16:25:50Z +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 (`docker exec orchestrator-staging python3 +/repos/orchestrator/scripts/staging_check.py --base-url http://localhost:8501 --mode stub`, +ORCH-048/ADR-001). Exit code **0** → advance. + +All REAL pipeline checks passed. The only two failures are the known sandbox-infra checks +C9a/C9b, which are waived per ORCH-061 (they depend on SANDBOX bot accounts being project +members, not on the pipeline). The script printed the waiver and still exited 0. + +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 + +## Results +- **Block A (SMOKE)**: PASS — A1 `/health` 200 ok, A2 `/queue` 200 with counts/max_concurrency/resilience, A3 `ORCH_STAGING=true`. +- **Block B (ACCESS)**: PASS — B4 Plane sandbox accessible (sandbox=YES), B5 Gitea orchestrator-sandbox accessible push=true, B6 registry isolation (sandbox present, prod ET/ORCH absent). +- **Block C (E2E, mode=stub)**: C7 create Plane issue PASS, C8 trigger `/webhook/plane` PASS; C9a/C9b FAIL → **INFRA-WAIVED** (sandbox-infra). Cleanup: Plane issue deleted (HTTP 204). + +RESULT: 8/10 checks PASS. REAL failed: none. SANDBOX_INFRA failed (waived): C9a, C9b. +Tolerance: `staging_infra_tolerance_enabled=True`.