[release/10.0] Move remaining Linux build pools from Ubuntu 22.04 to Azure Linux 3#125996
Merged
richlander merged 2 commits intorelease/10.0from Mar 24, 2026
Merged
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>
Contributor
|
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates selected libraries CI pipelines on the release/10.0 branch to run on Azure Linux 3 images instead of Ubuntu 22.04, aligning these jobs with the newer Linux pool image selection strategy.
Changes:
- Switch
ImageOverridedemand fromBuild.Ubuntu.2204.Amd64.Opentobuild.azurelinux.3.amd64.openfor stress SSL. - Switch
ImageOverridedemand fromBuild.Ubuntu.2204.Amd64.Opentobuild.azurelinux.3.amd64.openfor stress HTTP. - Switch
ImageOverridedemand fromBuild.Ubuntu.2204.Amd64.Opentobuild.azurelinux.3.amd64.openfor enterprise Linux tests.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| eng/pipelines/libraries/stress/ssl.yml | Updates Linux job pool demand to Azure Linux 3 image. |
| eng/pipelines/libraries/stress/http.yml | Updates Linux job pool demand to Azure Linux 3 image. |
| eng/pipelines/libraries/enterprise/linux.yml | Updates Linux job pool demand to Azure Linux 3 image. |
This was referenced Mar 24, 2026
Open
Contributor
|
@richlander I've opened a new pull request, #126045, to work on those changes. Once the pull request is ready, I'll request review from you. |
Azure Linux 3 build images don't have the standalone docker-compose v1 binary. Use 'docker compose' (v2 CLI plugin) instead. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
hoyosjs
approved these changes
Mar 24, 2026
7 tasks
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.
Update enterprise and stress test build pool images from Ubuntu 22.04 to Azure Linux 3:
enterprise/linux.ymlstress/http.ymlstress/ssl.ymlBuild.Ubuntu.2204.Amd64.Open→build.azurelinux.3.amd64.openCompanion to #125995 (main).
Ref #125748, #125690