[release/10.0] Upgrade Ubuntu 22.04 Helix queues to 26.04 containers#125997
Merged
richlander merged 1 commit intorelease/10.0from Mar 24, 2026
Merged
[release/10.0] Upgrade Ubuntu 22.04 Helix queues to 26.04 containers#125997richlander merged 1 commit intorelease/10.0from
richlander merged 1 commit intorelease/10.0from
Conversation
Replace bare Ubuntu 22.04 VM helix queue references with Ubuntu 26.04 container equivalents hosted on AzureLinux 3. - Mono path: Ubuntu.2204.Amd64.Open VM → ubuntu-26.04-helix-amd64 container - CoreCLR general set: Ubuntu.2204.Amd64.Open VM → ubuntu-26.04-helix-amd64 container (promoted from extra-platforms) - Remove redundant 26.04 entry from extra-platforms - Fix AzureLinux.3.Amd64.open → AzureLinux.3.Amd64.Open casing on Fedora, openSUSE, and AzureLinux host VM names Not changed (intentionally): - Android queues (Ubuntu.2204.Amd64.Android.*) - WASM/WASI container references - ARM container host VMs Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
|
Tagging subscribers to this area: @dotnet/runtime-infrastructure |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Libraries Helix queue selection for the release/10.0 branch to move Linux x64 testing off the Ubuntu 22.04 VM queue and onto the Ubuntu 26.04 container queue hosted on AzureLinux 3, aligning the queues with the upcoming Ubuntu 26.04 rollout and the referenced backport.
Changes:
- Switched the Linux x64 Mono minimal scenario from
Ubuntu.2204.Amd64.Open(VM) to the Ubuntu 26.04 container queue. - Promoted the Ubuntu 26.04 container queue into the general CoreCLR Linux x64 set and removed the redundant entry from extra-platforms.
- Normalized
AzureLinux.3.Amd64.Opencasing for Fedora/openSUSE/AzureLinux container-host queue references.
akoeplinger
approved these changes
Mar 24, 2026
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.
Note
This PR was AI/Copilot-generated.
Replace bare Ubuntu 22.04 VM Helix queue references with Ubuntu 26.04 container equivalents hosted on AzureLinux 3.
Ubuntu.2204.Amd64.OpenVM →ubuntu-26.04-helix-amd64containerUbuntu.2204.Amd64.OpenVM →ubuntu-26.04-helix-amd64container (promoted from extra-platforms)AzureLinux.3.Amd64.open→AzureLinux.3.Amd64.Opencasing on Fedora, openSUSE, and AzureLinux host VM namesNot changed (intentionally):
Ubuntu.2204.Amd64.Android.*)Backport of #125535.
Ref #125748, #125690