Skip to content

[release/10.0] Move remaining Linux build pools from Ubuntu 22.04 to Azure Linux 3#125996

Open
richlander wants to merge 1 commit intorelease/10.0from
copilot/update-remaining-build-pools-azurelinux3-10.0
Open

[release/10.0] Move remaining Linux build pools from Ubuntu 22.04 to Azure Linux 3#125996
richlander wants to merge 1 commit intorelease/10.0from
copilot/update-remaining-build-pools-azurelinux3-10.0

Conversation

@richlander
Copy link
Member

@richlander richlander commented Mar 23, 2026

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.yml
  • stress/http.yml
  • stress/ssl.yml

Build.Ubuntu.2204.Amd64.Openbuild.azurelinux.3.amd64.open

Companion to #125995 (main).

Ref #125748, #125690

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>
Copilot AI review requested due to automatic review settings March 23, 2026 23:25
@dotnet-policy-service
Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-infrastructure-libraries
See info in area-owners.md if you want to be subscribed.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 ImageOverride demand from Build.Ubuntu.2204.Amd64.Open to build.azurelinux.3.amd64.open for stress SSL.
  • Switch ImageOverride demand from Build.Ubuntu.2204.Amd64.Open to build.azurelinux.3.amd64.open for stress HTTP.
  • Switch ImageOverride demand from Build.Ubuntu.2204.Amd64.Open to build.azurelinux.3.amd64.open for 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.

Comment on lines 40 to +42
pool:
name: $(DncEngPublicBuildPool)
demands: ImageOverride -equals Build.Ubuntu.2204.Amd64.Open
demands: ImageOverride -equals build.azurelinux.3.amd64.open
Copy link

Copilot AI Mar 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR title/description says this moves the remaining Linux build pools off Ubuntu 22.04, but the shared default pool selection in eng/pipelines/common/xplat-setup.yml still demands Build.Ubuntu.2204.Amd64.Open for public Linux jobs. If the intent is a repo-wide migration, this PR likely needs to update that template too; otherwise, please adjust the title/description to clarify this is only updating these specific pipelines.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants