ci: add live test suite workflow - #681
Draft
0xisk wants to merge 1 commit into
Draft
Conversation
Contributor
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
0xisk
marked this pull request as draft
July 15, 2026 13:00
8 tasks
0xisk
force-pushed
the
test/multisig-live-harness
branch
2 times, most recently
from
July 17, 2026 16:14
a45bda7 to
7f6e09e
Compare
Run the live suite separately from the required PR checks: nightly on `main`, on-demand dispatch, and via the `live-tests` PR label. A plan job reads the live-ready categories from the runner and fans out one job per category, each with its own stack and job budget. Documented in the "Live tests in CI" CONTRIBUTING subsection. Stacked on the live-harness branch (#673); rebases onto main once that merges. Refs: #673
0xisk
force-pushed
the
ci/live-test-workflow
branch
from
July 20, 2026 09:37
4ea60c7 to
0ffe584
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.
Types of changes
What types of changes does your code introduce to OpenZeppelin Midnight Contracts?
Split out of #673 per review: the live CI workflow is large and complex, so it
lands on its own instead of alongside the test harness.
Stacked PR. Based on
test/multisig-live-harness(#673), so the diff hereis just
live.ymland its "Live tests in CI" CONTRIBUTING subsection. Once#673 merges to
main, this retargets tomainautomatically.Adds
.github/workflows/live.yml, which runs the live suite separately fromthe required PR checks:
main(regression net; a failure opens/comments alive-nightlytracking issue that auto-closes on the next green run).workflow_dispatch, optionally scoped withcategory/filterinputs.live-testslabel.PR Checklist