[release/11.0] Fix internal Helix pipeline credentials and queue selection - #133938
Merged
akoeplinger merged 1 commit intoSep 21, 2026
Conversation
…ction Backport dotnet#133885, dotnet#133704, and dotnet#133878. Preserve release Windows queue literals and container image digests; omit the main-only Windows alias migration hunk. Upstream commits: 8d1cc30 bd6d336 cbe94bf Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Azure Pipelines: Successfully started running 3 pipeline(s). 13 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.
🔵 Needs a closer look
Azure DevOps template expansion and execution were not validated by a pipeline run.
Pull request overview
Backports Helix pipeline credential and queue-selection fixes to release/11.0.
Changes:
- Enables monitor credentials for internal PR runs.
- Selects internal macOS/Apple queues explicitly.
- Updates WASI tests to use CoreCLR queue mappings.
File summaries
| File | Description |
|---|---|
eng/pipelines/runtime.yml |
Internal monitor credentials |
eng/pipelines/performance/perf.yml |
Internal performance credentials |
eng/pipelines/libraries/helix-queues-setup.yml |
Library queue aliases |
eng/pipelines/installer/helix-queues-setup.yml |
Installer queue aliases |
eng/pipelines/coreclr/templates/helix-queues-setup.yml |
WASI queue mapping |
eng/pipelines/common/templates/wasi-wasm-coreclr-runtime-tests.yml |
CoreCLR queue setup |
eng/pipelines/common/templates/wasi-wasm-coreclr-build-only.yml |
Queue mapping reference |
Review details
- Files reviewed: 7/7 changed files
- Comments generated: 0
- Review effort level: Lite
This was referenced Sep 15, 2026
Member
Author
|
/ba-g unrelated test failures |
agocke
approved these changes
Sep 17, 2026
Member
|
Hi, the code complete date for RC2 is Monday 21st September. Make sure to merge this PR on that date at the latest, or it won't make it into that release. As a reminder, if this is a product change, you also need Tactics approval before merging this PR (test-only or infra-only changes don't require Tactics approval). |
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
Backports three Helix pipeline fixes to
release/11.0:runtime.ymlandperformance/perf.yml, retaining the internal-project guard.Backport adaptations
Preserves release's Windows queue literals and all container image digests. The Windows-alias hunk from #133704 is omitted because release does not have the rolling-Windows migration. No queue-version upgrades or new test lanes are included.
Validation
git diff --checkpassed.No product build or Azure DevOps pipeline run was performed; these changes are pipeline YAML only. CI must validate Azure DevOps template expansion and execution.
Note
This backport and PR description were prepared with GitHub Copilot.