record current-main challenger validation

This commit is contained in:
twentyOne2x 2026-07-15 07:31:36 +02:00
parent 0de581c921
commit 4257c4eaf8
2 changed files with 21 additions and 7 deletions

View file

@ -147,14 +147,15 @@
"worker_must_not_remove_or_prune": true "worker_must_not_remove_or_prune": true
}, },
"delivery_validation": { "delivery_validation": {
"origin_main_commit_merged": "15c30f1fbe30c8f2295ddc33e293a45788a95706", "origin_main_commit_merged": "33399bd9acfa09e4e5409873e86c8c46ac694a8d",
"merge_commit": "45cf14a1df91f19b62a9235460e13c3dae616d90", "merge_commit": "0de581c921bc901a55369618af1f086b0951e153",
"feature_commits_preserved": true, "feature_commits_preserved": true,
"focused_tests": "39 passed in 0.25s after integration hygiene", "focused_tests": "52 passed in 2.52s under uv run --isolated --extra dev",
"full_tests": "1297 passed in 106.35s", "full_tests": "1536 passed in 151.06s under uv run --isolated --extra dev",
"ruff": "pass", "ruff": "pass",
"ruff_format": "4 files already formatted",
"diff_check": "pass", "diff_check": "pass",
"standalone_verifier": "pass", "standalone_verifier": "pending_fresh_current_main_live_receipt",
"pr": "https://github.com/living-ip/teleo-infrastructure/pull/152", "pr": "https://github.com/living-ip/teleo-infrastructure/pull/152",
"pr_number": 152, "pr_number": 152,
"pr_state": "open", "pr_state": "open",
@ -270,6 +271,17 @@
"ruff_format": "4 files already formatted", "ruff_format": "4 files already formatted",
"ruff_lint": "pass", "ruff_lint": "pass",
"current_runtime_tier": "partial_lower_tier_pending_fresh_current_main_live_run" "current_runtime_tier": "partial_lower_tier_pending_fresh_current_main_live_run"
},
"post_current_main_validation": {
"origin_main": "33399bd9acfa09e4e5409873e86c8c46ac694a8d",
"merge_commit": "0de581c921bc901a55369618af1f086b0951e153",
"origin_main_is_ancestor": true,
"relevant_tests": "52 passed in 2.52s",
"full_tests": "1536 passed in 151.06s",
"environment": "uv run --isolated --extra dev",
"ruff_lint": "pass",
"ruff_format": "4 files already formatted",
"diff_checks": "pass"
} }
}, },
"parallelism_expected": 3, "parallelism_expected": 3,

View file

@ -15,8 +15,10 @@ revision. The run must leave Telegram, the canonical database, the deployed prof
`fixtures/working-leo/agent-challenger-loop-negative-controls-v1.json`. `fixtures/working-leo/agent-challenger-loop-negative-controls-v1.json`.
- Failed current-main run `46b8b7834e35` is preserved under immutable run-specific names with source SHA-256 - Failed current-main run `46b8b7834e35` is preserved under immutable run-specific names with source SHA-256
`81d71f5db918f4be0e0308fa060fa244480739ac00cbfd1bef0f6fce07421d0a`. `81d71f5db918f4be0e0308fa060fa244480739ac00cbfd1bef0f6fce07421d0a`.
- Pre-current-main repair checks pass: 30 focused, 52 expanded relevant, and 1,313 full-suite tests. All four - Current-main repair checks pass after merging `origin/main` at
reviewer-named Python files pass Ruff lint and format checks. Fresh current-main runtime evidence remains pending. `33399bd9acfa09e4e5409873e86c8c46ac694a8d`: 52 expanded relevant and 1,536 full-suite tests under the isolated
dev environment. All four reviewer-named Python files pass Ruff lint and format checks. Fresh current-main runtime
evidence remains pending.
# What changed # What changed