Import runner image evidence into CI history offline - #27
Merged
Conversation
|
Warning Review limit reachedNext included review available in 41 minutes. View limit detailsLimit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (13)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
ndizazzo
force-pushed
the
codex/runner-image-metrics
branch
from
September 8, 2026 04:47
5a99ee5 to
a99dc1e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CI history currently has Actions timings and artifact metadata but cannot retain source-bound runner-image measurements. This adds an explicit offline receipt import that matches the exact repository, workflow, run, attempt, family, platform, and role step. It validates identity/cache sidecars, preserves validated enrichment on refresh, and reports producer evidence separately from Actions timing.
The automatic collector still downloads no artifact contents. Unknown measurements remain null; skipped and partial invocations are retained without inventing timing or cache hit rates. Exact new retained-cohort transfer/publication phase labels are included.
Rebased onto merged #26 at
3663402; range-diff confirms the supplemental metrics patch is unchanged. This PR now targets main. Validation: complete local TypeScript suite, 166 passed and one opt-in Docker test skipped; producer golden and real retained 39-layer identity imports; 13 Python/TypeScript parser comparisons; matrix validation and syntax checks. The producer implementation is in Mesh-LLM/mesh-llm-runner-images on codex/runner-image-improvements.Hosted CI is green at
a99dc1e: run 34188260088. The 32 focused receipt tests also passed locally. CodeRabbit posted no findings on this PR and was rate-limited after retargeting. Root also downloaded and checked the exact artifact ZIP hashes from runner-images PR #23, then successfully imported all 46 receipts from its successful 23-platform validation run. Real failed/skipped receipts imported, survived raw refresh, and reimported without writes. Producer PR: Mesh-LLM/mesh-llm-runner-images#23.