-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[infra][iOS] Use scouting queue for iOS/tvOS devices testing #122341
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
Conversation
|
/azp run runtime-ioslike |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Tagging subscribers to this area: @akoeplinger, @matouskozak, @simonrozsival |
|
/azp run runtime-ioslike |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run runtime-ioslike |
|
Azure Pipelines successfully started running 1 pipeline(s). |
0221809 to
d1a20e2
Compare
|
/azp run runtime-ioslike |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run runtime-ioslike |
|
Azure Pipelines successfully started running 1 pipeline(s). |
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 temporarily switches iOS and tvOS device testing to use scouting Helix queues instead of the standard queues, as a workaround until infrastructure issue dotnet/dnceng#6440 is resolved. Additionally, iOS ARM64 testing is temporarily disabled in the extra-platforms pipeline.
- Updated Helix queue names from
OSX.13.Amd64.Iphone.OpenandOSX.13.Amd64.AppleTV.Opento lowercase scouting queue variants (osx.amd64.iphone.scouting.openandosx.amd64.appletv.scouting.open) - Commented out iOS ARM64 platform in the extra-platforms pipeline with references to the tracking issue
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| eng/pipelines/libraries/helix-queues-setup.yml | Updated iOS and tvOS device queue names to use scouting queues |
| eng/pipelines/extra-platforms/runtime-extra-platforms-ioslike.yml | Temporarily disabled iOS ARM64 testing with TODO comments referencing the tracking issue |
| eng/pipelines/coreclr/templates/helix-queues-setup.yml | Updated iOS and tvOS device queue names to use scouting queues |
kotlarmilos
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, thanks!
This is a temporary solution until dotnet/dnceng#6440 is resolved