ci(e2e): cancel stale main E2E runs#4044
Closed
yiliang114 wants to merge 1 commit into
Closed
Conversation
Collaborator
Author
|
Folded this change into #4039 so the E2E follow-up is reviewed in one PR. |
Collaborator
Author
|
Closing in favor of #4039, which now includes this workflow concurrency change. |
Contributor
Code Coverage Summary
CLI Package - Full Text ReportCore Package - Full Text ReportFor detailed HTML reports, please see the 'coverage-reports-22.x-ubuntu-latest' artifact from the main CI run. |
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
maincurrently run all E2E jobs concurrently, even when an older run has already been superseded by a newer main commit.pushevents onrefs/heads/mainshare the fixed group and cancel older in-progress runs.feat/e2e/**andmerge_groupruns use a uniquerun_idgroup and are not canceled by this change.Validation
.github/workflows/e2e.ymland verify a follow-up main push cancels the previous main E2E run after merge.576bd8e0andcb7059fwere both in progress concurrently before this change.Scope / Risk
Testing Matrix
Testing matrix notes:
Linked Issues / Bugs