Compare commits

...

3 Commits

Author SHA1 Message Date
2861dea613 docs(ORCH-082): staging gate log — SUCCESS (8/10, C9a/C9b infra-waived)
All checks were successful
CI / test (pull_request) Successful in 24s
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-09 00:56:25 +03:00
50434fc2b1 Merge pull request 'fix(effort): per-role floor for --effort + developer→xhigh (ORCH-081)' (#80) from feature/ORCH-081-orch-52h-env-config into main
Some checks failed
CI / test (push) Has been cancelled
2026-06-08 22:57:11 +03:00
deploy-finalizer
6eb9992585 deploy(ORCH-036): finalize SUCCESS for ORCH-081
All checks were successful
CI / test (push) Successful in 24s
CI / test (pull_request) Successful in 24s
2026-06-08 22:55:37 +03:00
2 changed files with 61 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
deploy_status: SUCCESS
work_item: ORCH-081
hook_exit_code: 0
deployed_by: deploy-finalizer
---
# Deploy log — ORCH-036 executable self-deploy
Прод-деплой завершён хост-хуком с exit-code `0` -> `deploy_status: SUCCESS`.
Вердикт зафиксирован детерминированным finalizer'ом (Фаза C), не LLM.

View File

@@ -0,0 +1,49 @@
---
staging_status: SUCCESS
timestamp: 2026-06-08T21:55:49Z
base_url: http://localhost:8501
---
# Staging Gate Log
Staging test suite completed against the live staging environment (`orchestrator-staging`, port 8501),
run inside the container per the canonical method (ORCH-048, ADR-001):
```
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 (SUCCESS)
- REAL failed: none
- SANDBOX_INFRA failed (waived per ORCH-061): C9a, C9b
All REAL pipeline checks (Block A SMOKE, Block B ACCESS, C7/C8) passed. The only failures are the
two infra-only sandbox checks (C9a branch-in-sandbox / C9b analyst-job-enqueued), which depend on
SANDBOX bot accounts being members of the sandbox project — not on the pipeline. Tolerance is enabled
(`staging_infra_tolerance_enabled=True`), so these are waived and the script exits 0 (fail-closed for
any REAL failure remains intact).
```
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 …', 'C9b …'] are known sandbox-infra checks; all real checks green
```
### Block-by-block summary
| Block | Check | Result |
|-------|-------|--------|
| A | A1 GET /health → 200 status=ok | ✓ PASS |
| A | A2 GET /queue → 200 with counts/max_concurrency/resilience | ✓ PASS |
| A | A3 ORCH_STAGING=true (not prod) | ✓ PASS |
| B | B4 Plane: sandbox project accessible | ✓ PASS |
| B | B5 Gitea: orchestrator-sandbox accessible, push=true | ✓ PASS |
| B | B6 Registry: sandbox present, prod ET/ORCH absent | ✓ PASS |
| C | C7 Create issue in Plane SANDBOX | ✓ PASS |
| C | C8 Trigger pipeline via /webhook/plane | ✓ PASS |
| C | C9a Branch appears in orchestrator-sandbox | ✗ FAIL (sandbox-infra, waived) |
| C | C9b Analyst job enqueued in staging queue | ✗ FAIL (sandbox-infra, waived) |
Cleanup completed: test Plane issue deleted (HTTP 204); no branch created to delete.