SPMI: Run superpmi-diffs on windows-x64#124343
Merged
jakobbotsch merged 7 commits intodotnet:mainfrom Feb 13, 2026
Merged
Conversation
While osx-arm64 is the fastest Helix queues we have the AzDO pool is currently heavily overloaded and causes hour long waits before builds start or Helix jobs are even submitted. Switch to linux-x64 for diffs to avoid this.
Contributor
|
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the CoreCLR SuperPMI diffs Azure Pipelines configuration to run diffs on linux_x64 instead of osx_arm64, reducing queue/start delays caused by the overloaded macOS AzDO pool.
Changes:
- Switch SuperPMI diffs pipeline platform from
osx_arm64tolinux_x64for both the build and diffs jobs. - Remove the extra macOS-specific “Build SuperPMI (x64)” post-build step that was needed due to cross-arch tooling on macOS.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/coreclr/jit/importer.cpp | Minor reordering of CORINFO_RESOLVED_TOKEN field assignments in impResolveToken. |
| eng/pipelines/coreclr/superpmi-diffs.yml | Moves SuperPMI diffs execution/build from macOS arm64 to Linux x64 and removes macOS-only extra build step. |
jakobbotsch
commented
Feb 12, 2026
jakobbotsch
commented
Feb 12, 2026
This reverts commit fa5513d.
EgorBo
approved these changes
Feb 13, 2026
richlander
pushed a commit
to richlander/runtime
that referenced
this pull request
Feb 14, 2026
While osx-arm64 is the fastest Helix queues we have the AzDO pool is currently heavily overloaded and causes hour long waits before builds start or Helix jobs are even submitted. Switch to windows-x64 for diffs to avoid this.
iremyux
pushed a commit
to iremyux/dotnet-runtime
that referenced
this pull request
Mar 2, 2026
While osx-arm64 is the fastest Helix queues we have the AzDO pool is currently heavily overloaded and causes hour long waits before builds start or Helix jobs are even submitted. Switch to windows-x64 for diffs to avoid this.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
While osx-arm64 is the fastest Helix queues we have the AzDO pool is currently heavily overloaded and causes hour long waits before builds start or Helix jobs are even submitted. Switch to windows-x64 for diffs to avoid this.