Run PR integration jobs on engineering Windows agents - #3865
Merged
Merged
Conversation
Route CLI option coverage and the scaffold integration matrix to the same public Windows image as the PR build jobs. Keep the official integration matrix on its internal image and leave hosted macOS unchanged. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 2ff0cd05-fdd3-47bb-8b0c-983417c3829c
Contributor
There was a problem hiding this comment.
Copilot review overview
🟢 Approval recommended
The routing matches the existing PR Windows build and leaves official defaults unchanged.
Review effort: Balanced
Findings: None
What changed in this PR
Routes PR integration workloads to the .NET engineering Windows pool while preserving official and macOS configurations.
Changes:
- Adds optional pool demands to both shared integration jobs.
- Routes PR integration jobs to
DncEngPublicBuildPoolwith the Windows 2022 image demand.
| File | Description |
|---|---|
eng/pipelines/scaffold-integration-matrix.yml |
Supports optional pool demands. |
azure-pipelines-pr.yml |
Configures engineering Windows agents for integration jobs. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
wtgodbe
approved these changes
Sep 23, 2026
mmitche
approved these changes
Sep 23, 2026
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
windows-latestto$(DncEngPublicBuildPool)with the same1es-windows-2022-openimage demand as the existing PR Windows build.Closes #3864. Follow-up to the pool discussion on #3862.
Validation