ci: split Windows tests into non-blocking lane#487
Merged
laynepenney merged 1 commit intomainfrom Apr 8, 2026
Merged
Conversation
Windows CI is ~4min vs ~2min for unix and frequently blocks PR merges. Split the test matrix: ubuntu+macOS remain required (gate the ci summary job), Windows runs separately as visible-but-non-blocking. No branch protection rule changes needed; ci summary job's needs array already excludes test-windows.
Collaborator
Author
|
Atlas review: no further findings from my side. The workflow split is appropriately narrow: unix stays in the blocking |
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
testjob:[ubuntu-latest, macos-latest]-- required, gates thecisummarytest-windowsjob: runs in parallel, visible on PR but does not block mergesWhy
Windows CI takes ~4min vs ~2min for unix and has been blocking PR merges (e.g. grip#484 waited 30+ minutes on a single Windows leg). Windows failures should be visible but not gate merges.
Closes #486.
Test plan
cisummary jobneedsarray does not includetest-windows