Make Windows build jobs non-blocking (continue-on-error + warning aggregator)#2696
Draft
Make Windows build jobs non-blocking (continue-on-error + warning aggregator)#2696
Conversation
Co-authored-by: tido64 <4123478+tido64@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Make Windows build jobs optional and non-blocking
Make Windows build jobs non-blocking (continue-on-error + warning aggregator)
Mar 9, 2026
7a13b09 to
d344ed8
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.
Windows CI jobs are flaky due to infrastructure issues outside our control, causing them to block the
releasejob unnecessarily.Changes
windows/windows-templatejobs: Addedcontinue-on-error: trueso failures show aswindows-resultaggregator job: Runs on Ubuntu after both Windows jobs complete (regardless of outcome). Emits a::warning::annotation surfacing any failure in the PR annotations panel without failing the pipeline.releasejobneeds:: Replaced direct deps onwindowsandwindows-templatewithwindows-result, which always exits successfully on its own.Platforms affected
Test plan
Verify in CI that a Windows build failure no longer blocks the
releasejob, and that thewindows-resultjob emits a visible warning annotation in the PR.Original prompt
This pull request was created from Copilot chat.
🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.