Compare commits

..

1 Commits

Author SHA1 Message Date
post-deploy-monitor
33991f7424 docs(ORCH-021): post-deploy HEALTHY/NONE for ORCH-110
All checks were successful
CI / test (push) Successful in 2m44s
2026-06-15 11:20:25 +03:00
2 changed files with 14 additions and 42 deletions

View File

@@ -0,0 +1,14 @@
---
post_deploy_status: HEALTHY
action_taken: NONE
work_item: ORCH-110
window_s: 900
checks_total: 30
checks_failed: 0
---
# Post-deploy log — ORCH-021 post-deploy monitor
Наблюдение прода завершено: `post_deploy_status: HEALTHY`, `action_taken: NONE`.
Окно наблюдения: 900s; опросов всего: 30, из них с провалом: 0.

View File

@@ -1,42 +0,0 @@
---
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`.