[release/10.0] Fix internal Helix queue selection - #132907
Open
jozkee wants to merge 1 commit into
Open
Conversation
Restrict the Ubuntu Android queue to Android and Bionic platforms so internal validation does not run every libraries work item on an Android agent. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Azure Pipelines: Successfully started running 2 pipeline(s). 14 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
|
Tagging subscribers to this area: @dotnet/runtime-infrastructure |
Contributor
There was a problem hiding this comment.
Pull request overview
Adjusts Helix queue selection for libraries jobs in the release/10.0 branch so internal validation doesn’t inadvertently route non-Android/Bionic work items to the Ubuntu Android queue, which can cause large-scale internal build failures.
Changes:
- Split the Android queue condition so the Ubuntu Android queue is only selected for Android/Bionic platforms.
- Keep public vs non-public behavior for arm/arm64 (public uses Windows Android queue; non-public uses Ubuntu Android queue).
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
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.
Internal builds fail with 2k~ errors in 10.0.
Restrict the Ubuntu Android queue to Android and Bionic platforms so internal validation does not run every libraries work item on an Android agent.
This was made in release/11.0 in https://github.com/dotnet/runtime/pull/125548/changes#diff-cbc8f55c9e8b4fc53ff194be8f6e99b461bbb888220a8ede2e5edb53b947b287.