From 7fe552909d28543baf63398f068afedf002aff3d Mon Sep 17 00:00:00 2001 From: claude-bot Date: Mon, 15 Jun 2026 02:13:38 +0300 Subject: [PATCH] deployer(ET): auto-commit from deployer run_id=679 --- docs/work-items/ORCH-111/15-staging-log.md | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 docs/work-items/ORCH-111/15-staging-log.md diff --git a/docs/work-items/ORCH-111/15-staging-log.md b/docs/work-items/ORCH-111/15-staging-log.md new file mode 100644 index 0000000..a50d610 --- /dev/null +++ b/docs/work-items/ORCH-111/15-staging-log.md @@ -0,0 +1,33 @@ +--- +staging_status: SUCCESS +work_item: ORCH-111 +stage: deploy-staging +author_agent: deployer +status: success +created_at: 2026-06-15 +model_used: claude-opus-4-8 +timestamp: 2026-06-14T23:11:54Z +base_url: http://localhost:8501 +--- + +# Staging Gate Log + +Staging test suite completed against the live `orchestrator-staging` instance (port 8501, +mode=stub), run canonically INSIDE the container (`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 → `staging_status: SUCCESS`.** + +- REAL failed: none — all real checks green. +- SANDBOX_INFRA failed (tolerated, ORCH-061): C9a, C9b. + +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 + +## Blocks +- Block A (SMOKE): A1, A2, A3 — PASS +- Block B (ACCESS): B4, B5, B6 (registry isolation: sandbox present, prod ET/ORCH absent) — PASS +- Block C (E2E, stub): C7, C8 — PASS; C9a, C9b — sandbox-infra waived (exit 0) + +Tolerance active: `staging_infra_tolerance_enabled=True`. Exit-code → verdict mapping unchanged; +waived checks not re-judged.