ci(e2e): split Milestone 1 into per-test jobs for selective re-runs - #259
Merged
Conversation
Break the monolithic e2e-milestone1.sh into one script and GitHub Actions job per test ID so failed cases can be re-run without replaying the suite.
Point docs and PR template at scripts/e2e/run-all.sh and keep the run-e2e gate only on the setup job.
Drop the deleted e2e-milestone1 wrapper, rename M1-CLN-001 to M1-RMV-001, port clean->remove calls from main, and retarget push/static-analysis paths at scripts/e2e/**.
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.
Summary
scripts/e2e-milestone1.sh.Changes
scripts/e2e/lib.sh(cli,timed,ensure_instance, pass/fail, cleanup).scripts/e2e/plusrun-all.shfor local full-suite runs.e2e-milestone1workflow job withsetup, 15 chained/parallel test jobs, and an always-runcleanupjob..github/actions/e2e-m1-testto download the built binary and run one test script.Notes
M1-INST-003,M1-DOC-001, andM1-DOC-002pass in standalone mode; aggregate mode accumulates results correctly.run-e2elabel.