Move shared Linux build pool defaults from Ubuntu 22.04 to Azure Linux 3#126045
Merged
richlander merged 3 commits intorelease/10.0from Apr 9, 2026
Merged
Move shared Linux build pool defaults from Ubuntu 22.04 to Azure Linux 3#126045richlander merged 3 commits intorelease/10.0from
richlander merged 3 commits intorelease/10.0from
Conversation
Update enterprise and stress test build pool images: - enterprise/linux.yml - stress/http.yml - stress/ssl.yml Build.Ubuntu.2204.Amd64.Open → build.azurelinux.3.amd64.open Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: richlander <2608468+richlander@users.noreply.github.com> Agent-Logs-Url: https://github.com/dotnet/runtime/sessions/c17ba7e6-d26f-45fd-9226-6710ae2fc8dd
Copilot
AI
changed the title
[WIP] [WIP] Address feedback on moving Linux build pools from Ubuntu 22.04 to Azure Linux 3
Move shared Linux build pool defaults from Ubuntu 22.04 to Azure Linux 3
Mar 24, 2026
Contributor
|
Tagging subscribers to this area: @dotnet/runtime-infrastructure |
jkoritzinsky
approved these changes
Mar 24, 2026
Base automatically changed from
copilot/update-remaining-build-pools-azurelinux3-10.0
to
release/10.0
March 24, 2026 22:41
Member
|
LGTM PTAL @ManickaP |
richlander
approved these changes
Apr 9, 2026
Member
|
I didn't realize this was from me! I often lose these CCA PRs! |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repo’s default Azure Pipelines Linux pool selection so jobs that rely on the shared xplat-setup.yml template run on Azure Linux 3 (matching the pool images already used in other pipeline definitions).
Changes:
- Switch the shared default public Linux pool image demand to
build.azurelinux.3.amd64.open. - Switch the shared default internal Linux pool image demand to
build.azurelinux.3.amd64. - Update a few pipeline-specific library stress/enterprise YAMLs to use the Azure Linux 3 public image demand.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| eng/pipelines/common/xplat-setup.yml | Moves shared default Linux pool demands from Ubuntu 22.04 to Azure Linux 3 for public/internal jobs. |
| eng/pipelines/libraries/enterprise/linux.yml | Updates the enterprise Linux job pool demand to Azure Linux 3 (public). |
| eng/pipelines/libraries/stress/http.yml | Updates the stress HTTP Linux job pool demand to Azure Linux 3 (public). |
| eng/pipelines/libraries/stress/ssl.yml | Updates the stress SSL Linux job pool demand to Azure Linux 3 (public). |
akoeplinger
approved these changes
Apr 9, 2026
ManickaP
approved these changes
Apr 9, 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.
The shared default pool template
eng/pipelines/common/xplat-setup.ymlstill referenced Ubuntu 22.04 pools after pipeline-specific files were migrated to Azure Linux 3 in #125996.Description
Updates the default Linux pool selection in
eng/pipelines/common/xplat-setup.ymlto match the Azure Linux 3 images already in use across pipeline-specific files andevaluate-paths-job.yml:Build.Ubuntu.2204.Amd64.Open→build.azurelinux.3.amd64.open1es-ubuntu-2204→build.azurelinux.3.amd64Customer Impact
Without this change, the majority of Linux CI jobs (those not using a pipeline-specific pool override) continue to run on Ubuntu 22.04 despite the intent of #125996 being a repo-wide migration to Azure Linux 3.
Regression
No — this is a forward migration, not a regression fix.
Testing
Pipeline configuration change only. Pool images referenced are the same ones already validated by
evaluate-paths-job.ymland the enterprise/stress pipeline files updated in #125996.Risk
Low. The Azure Linux 3 pool names (
build.azurelinux.3.amd64.open/build.azurelinux.3.amd64) are already in active use in this repo for evaluate-paths and several library pipelines.Package authoring no longer needed in .NET 9
IMPORTANT: Starting with .NET 9, you no longer need to edit a NuGet package's csproj to enable building and bump the version.
Keep in mind that we still need package authoring in .NET 8 and older versions.
📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.