feat(ci): rehearse the monad fixture releases before they are cut - #51
Merged
Merged
Conversation
Collect and fill each feature on PRs, `from-upstream` and `eips/**`. Co-Authored-By: Claude <claude-opus-5>
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.
Collect and fill each feature on PRs,
from-upstreamandeips/**.Aiming to reduce churn with botched tests releases when working on upstream changes and per-feature (per-EIP) fixture releases. This is part of an effort to enable CL to implement EIPs in independent branches, with spec tests coverage.
Tested here and here:
https://github.com/monad-developers/execution-specs/actions/runs/32856601361
https://github.com/monad-developers/execution-specs/actions/runs/32844861205
Greptile Summary
The PR adds an automatic fixture-release rehearsal workflow that derives its collection and fill matrices from the existing release configuration while discarding rehearsal artifacts.
Confidence Score: 5/5
The PR appears safe to merge; no concrete blocking or independently actionable non-blocking issue remains.
The generated matrices match the fixture action’s inputs, current configured features have applicable tests, unmatched EIP feature names safely fall back to all features, and artifact suppression covers both upload paths.
Important Files Changed
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD Trigger[PR, release-branch push, or manual dispatch] --> Setup[Select configured features] Setup --> Matrix[Build and flatten release matrices] Matrix --> Collect[Collect tests for each feature] Collect --> Decision{Full rehearsal?} Decision -->|No| Done[Report collection result] Decision -->|Yes| Fill[Run build-fixtures for each matrix entry] Fill --> Discard[Skip artifact upload] Discard --> DoneReviews (1): Last reviewed commit: "feat(ci): rehearse the monad fixture rel..." | Re-trigger Greptile