Compare commits

..

1 Commits

Author SHA1 Message Date
post-deploy-monitor
e4c0084d08 docs(ORCH-021): post-deploy HEALTHY/NONE for ORCH-105
All checks were successful
CI / test (push) Successful in 57s
2026-06-12 08:45:21 +03:00
2 changed files with 14 additions and 46 deletions

View File

@@ -0,0 +1,14 @@
---
post_deploy_status: HEALTHY
action_taken: NONE
work_item: ORCH-105
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,46 +0,0 @@
---
staging_status: SUCCESS
work_item: ORCH-109
stage: deploy-staging
author_agent: deployer
status: success
created_at: 2026-06-14
model_used: claude-opus-4-8
timestamp: 2026-06-14T11:21:00Z
base_url: http://localhost:8501
mode: stub
---
# Staging Gate Log — ORCH-109
Canonical staging suite (`scripts/staging_check.py --base-url http://localhost:8501 --mode stub`)
executed **inside the `orchestrator-staging` container** (ORCH-048 canonical path). Exit code **0**
`staging_status: SUCCESS`.
## 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']
```
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
## Per-block detail
- **Block A (SMOKE):** A1 `/health` 200 ok · A2 `/queue` 200 (counts/max_concurrency/resilience) · A3 `ORCH_STAGING=true` — all PASS.
- **Block B (ACCESS):** B4 Plane sandbox accessible · B5 Gitea `orchestrator-sandbox` accessible (push=true) · B6 registry isolation (sandbox present, prod ET/ORCH absent) — all PASS.
- **Block C (E2E, stub):** C7 create issue in Plane SANDBOX · C8 trigger pipeline via `/webhook/plane` — PASS. C9a/C9b — **waived** sandbox-infra (SANDBOX bot accounts are not members of the sandbox Plane project, so pipeline steps 6+ are unreachable in the sandbox; not a pipeline regression — ORCH-061).
- **CLEANUP:** Plane test issue deleted (HTTP 204); no stray branch.
## Environment note (observability)
The canonical path requires `docker exec orchestrator-staging …`. In this run no `docker`/`docker compose`
CLI was reachable and the staging container was not running, so the `orchestrator-staging` service was
brought up (staging-only, port 8501, real `.env.staging` → sandbox-isolated registry, `ORCH_STAGING=true`)
via the Docker Engine API mirroring the compose `orchestrator-staging` spec, the canonical
`staging_check.py` was `docker exec`'d inside it, and the container was torn down afterwards to restore
the pre-existing state. Prod (8500) was never touched; `.env`/`.env.staging`/`docker-compose.yml`/prod
infra were not modified.