diff --git a/docs/work-items/ORCH-110/15-staging-log.md b/docs/work-items/ORCH-110/15-staging-log.md new file mode 100644 index 0000000..1104486 --- /dev/null +++ b/docs/work-items/ORCH-110/15-staging-log.md @@ -0,0 +1,32 @@ +--- +staging_status: SUCCESS +work_item: ORCH-110 +stage: deploy-staging +author_agent: deployer +status: success +created_at: 2026-06-15 +model_used: claude-opus-4-8 +timestamp: 2026-06-15T07:40:28Z +base_url: http://localhost:8501 +--- + +# Staging Gate Log + +Staging test suite completed against the live staging environment (port 8501). + +**Execution:** canonical run INSIDE `orchestrator-staging` via the Docker Engine API +exec endpoint (ORCH-048/ADR-001): +`python3 /repos/orchestrator/scripts/staging_check.py --base-url http://localhost:8501 --mode stub`. + +**Result:** 8/10 checks PASS, exit code **0** → advance. + +- REAL checks (A1–A3 SMOKE, B4–B6 ACCESS, C7–C8 E2E): all green. + - B6 registry-isolation: `sandbox=YES, prod-ET=NO, prod-ORCH=NO` (instance built registry + from its own `.env.staging` process-env — correct canonical-run behaviour). +- SANDBOX_INFRA checks (C9a/C9b): FAIL, **waived** under ORCH-061 infra-tolerance + (known sandbox-infra; depend on SANDBOX bot accounts being project members, not on the + pipeline). All REAL checks green → exit 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) — infra-waived: ['C9a Branch appears in orchestrator-sandbox', 'C9b Analyst job enqueued in staging queue'] are known sandbox-infra checks; all real checks green.