-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Update SuperPMI collection helix queues #113884
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update SuperPMI collection helix queues #113884
Conversation
Match what is in eng\pipelines\coreclr\templates\helix-queues-setup.yml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the SuperPMI collection helix queue assignments to match the configuration in eng/pipelines/coreclr/templates/helix-queues-setup.yml.
- Updated helix queue names for public and internal builds across Windows, Linux, and OSX.
- Revised version numbers and string formats to align with the updated templates.
Comments suppressed due to low confidence (2)
src/coreclr/scripts/superpmi_collect_setup.py:473
- [nitpick] The queue value 'osx.13.arm64.open' uses a lowercase prefix while other OSX queue names are uppercased (e.g., 'OSX.1200.Amd64.Open'); please verify if this inconsistency is intentional.
helix_queue = "osx.13.arm64.open"
src/coreclr/scripts/superpmi_collect_setup.py:488
- [nitpick] The internal Linux x64 queue value 'azurelinux.3.amd64' does not include the '.open' suffix seen in the public version ('azurelinux.3.amd64.open'); please verify that this difference is intended.
helix_queue = "azurelinux.3.amd64"
|
/azp run runtime-coreclr superpmi-collect-test |
|
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
@kunalspathak @dotnet/jit-contrib PTAL The superpmi-collect-test run looks pretty good. |
amanasifkhalid
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. The superpmi-collect-test failures are some known libraries issues, plus the usual libraries timeouts on macOS arm64.
|
/ba-g unrelated failures |
Match what is in eng\pipelines\coreclr\templates\helix-queues-setup.yml