Skip to content

use AZL3 instead of Ubuntu for builds#125544

Open
wfurt wants to merge 1 commit intodotnet:release/8.0-stagingfrom
wfurt:wfurt/azl3-2
Open

use AZL3 instead of Ubuntu for builds#125544
wfurt wants to merge 1 commit intodotnet:release/8.0-stagingfrom
wfurt:wfurt/azl3-2

Conversation

@wfurt
Copy link
Member

@wfurt wfurt commented Mar 13, 2026

No description provided.

@dotnet-policy-service
Copy link
Contributor

Tagging subscribers to this area: @dotnet/runtime-infrastructure
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 the shared cross-platform pipeline setup to use an Azure Linux 3 image for internal Linux jobs, aligning internal build infrastructure away from the previous Ubuntu-based image override.

Changes:

  • Switch internal (non-public) Linux pool ImageOverride from Ubuntu 22.04 to build.azurelinux.3.amd64.

You can also share your feedback on Copilot code review. Take the survey.

Comment on lines 171 to +174
# Official Build Linux Pool
${{ if and(or(in(parameters.osGroup, 'linux', 'freebsd', 'android', 'tizen'), eq(parameters.jobParameters.hostedOs, 'linux')), ne(variables['System.TeamProject'], 'public')) }}:
name: $(DncEngInternalBuildPool)
demands: ImageOverride -equals 1es-ubuntu-2204
demands: ImageOverride -equals build.azurelinux.3.amd64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

2 participants