From d012fec5ff65fd645b82beb4825c90549fa87cf1 Mon Sep 17 00:00:00 2001 From: claude-bot Date: Sun, 7 Jun 2026 22:02:44 +0000 Subject: [PATCH] deployer(ET): auto-commit from deployer run_id=345 --- docs/work-items/ORCH-066/15-staging-log.md | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 docs/work-items/ORCH-066/15-staging-log.md diff --git a/docs/work-items/ORCH-066/15-staging-log.md b/docs/work-items/ORCH-066/15-staging-log.md new file mode 100644 index 0000000..540adb6 --- /dev/null +++ b/docs/work-items/ORCH-066/15-staging-log.md @@ -0,0 +1,39 @@ +--- +staging_status: SUCCESS +timestamp: 2026-06-07T22:01:57Z +base_url: http://localhost:8501 +--- + +# Staging Gate Log + +Staging test suite completed against the live `orchestrator-staging` instance (port 8501), +run canonically via `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 are green. The two failing checks are the known +SANDBOX_INFRA-only checks C9a/C9b (sandbox branch / analyst-job — depend on +SANDBOX bot accounts being project members, not on the pipeline), which are +waived under ORCH-061 since every REAL check passed. + +``` +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 +``` + +## Check breakdown + +| Block | Check | Result | +|-------|-------|--------| +| A SMOKE | A1 GET /health → 200 status=ok | PASS | +| A SMOKE | A2 GET /queue → 200 with counts/max_concurrency/resilience | PASS | +| A SMOKE | A3 ORCH_STAGING=true (not prod) | PASS | +| B ACCESS | B4 Plane: sandbox project accessible | PASS | +| B ACCESS | B5 Gitea: orchestrator-sandbox accessible, push=true | PASS | +| B ACCESS | B6 Registry: sandbox present, prod ET/ORCH absent | PASS | +| C E2E | C7 Create issue in Plane SANDBOX | PASS | +| C E2E | C8 Trigger pipeline via /webhook/plane | PASS | +| C E2E | C9a Branch appears in orchestrator-sandbox | FAIL (waived — sandbox-infra) | +| C E2E | C9b Analyst job enqueued in staging queue | FAIL (waived — sandbox-infra) | + +CLEANUP completed: test Plane issue deleted (HTTP 204); no branch to delete.