Compare commits

...

2 Commits

Author SHA1 Message Date
164cf2143c docs(ORCH-113): staging gate SUCCESS — 15-staging-log.md
All checks were successful
CI / test (pull_request) Successful in 3m56s
Staging suite 8/10 PASS, REAL failed: none; C9a/C9b infra-waived (ORCH-061).
staging_status: SUCCESS

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-15 13:07:34 +03:00
28cd204d58 Merge pull request 'ORCH-110: merge-gate re-test infra-timeout tolerance + tree-kill + re-test contract' (#132) from feature/ORCH-110-bug-merge-gate-local-re-test-t into main
Some checks failed
CI / test (push) Has been cancelled
2026-06-15 11:04:58 +03:00

View File

@@ -0,0 +1,42 @@
---
staging_status: SUCCESS
work_item: ORCH-113
stage: deploy-staging
author_agent: deployer
status: success
created_at: 2026-06-15
model_used: claude-opus-4-8
timestamp: 2026-06-15T10:04:59Z
base_url: http://localhost:8501
---
# Staging Gate Log
Staging test suite completed against the live staging environment
(`orchestrator-staging`, port 8501, mode=stub), run inside the container via the
Docker Exec API (canonical `docker exec` path — host `docker` CLI unavailable;
ADR-001/ORCH-048 invariant preserved: B6 registry-isolation reads the running
instance's own `.env.staging` process-env).
## Result
```
RESULT: 8/10 checks PASS
REAL failed : none
SANDBOX_INFRA failed: ['C9a Branch appears in orchestrator-sandbox', 'C9b Analyst job enqueued in staging queue']
tolerance: staging_infra_tolerance_enabled=True
```
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
## Verdict mapping (ORCH-061)
- Suite exit code: **0**`staging_status: SUCCESS`.
- All REAL checks green (Blocks A/B SMOKE+ACCESS, C7/C8 E2E).
- C9a/C9b are the two tolerated sandbox-infra checks (depend on SANDBOX bot
accounts being project members — not on the pipeline). They were waived per
ORCH-061; the script printed the `INFRA-WAIVED:`/`VERDICT:` lines and exited 0.
Exit code is trusted; waived checks are not re-judged.
Staging gate passed → advance to `deploy`.