Skip to content

Commit 7c5c413

Browse files
Merged PR 59059: use AZL3 instead of Ubuntu for builds
use AZL3 instead of Ubuntu for builds ---- #### AI description (iteration 1) #### PR Classification This pull request updates the build pipeline configuration. #### PR Summary The changes modify the Linux build pool setup to leverage AZL3 images instead of Ubuntu by conditionally selecting different build agent images based on the architecture type. - `eng/pipelines/common/xplat-setup.yml`: Replaced the fixed Ubuntu image demand with conditional expressions that assign `build.azurelinux.3.arm64` for ARM architectures and `build.azurelinux.3.amd64` for other architectures. <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
2 parents b7dfbe4 + b81d32c commit 7c5c413

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eng/pipelines/common/xplat-setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
# Official Build Linux Pool
169169
${{ if and(or(in(parameters.osGroup, 'linux', 'freebsd', 'android', 'tizen'), eq(parameters.jobParameters.hostedOs, 'linux')), ne(variables['System.TeamProject'], 'public')) }}:
170170
name: $(DncEngInternalBuildPool)
171-
demands: ImageOverride -equals 1es-ubuntu-2204
171+
demands: ImageOverride -equals build.azurelinux.3.amd64
172172
os: linux
173173

174174
# OSX Public Build Pool (we don't have on-prem OSX BuildPool).

0 commit comments

Comments
 (0)