Skip to content

Fix Ubuntu build image#65867

Merged
wtgodbe merged 2 commits intomainfrom
wtgodbe-patch-1
Mar 19, 2026
Merged

Fix Ubuntu build image#65867
wtgodbe merged 2 commits intomainfrom
wtgodbe-patch-1

Conversation

@wtgodbe
Copy link
Copy Markdown
Member

@wtgodbe wtgodbe commented Mar 19, 2026

Follow up to #64842. My bad, should have caught this

@wtgodbe wtgodbe requested a review from akoeplinger March 19, 2026 00:25
@wtgodbe wtgodbe requested a review from a team as a code owner March 19, 2026 00:25
Copilot AI review requested due to automatic review settings March 19, 2026 00:25
@github-actions github-actions bot added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label Mar 19, 2026
@wtgodbe wtgodbe merged commit d984f78 into main Mar 19, 2026
2 of 4 checks passed
@wtgodbe wtgodbe deleted the wtgodbe-patch-1 branch March 19, 2026 00:25
@dotnet-policy-service dotnet-policy-service bot added this to the 11.0-preview3 milestone Mar 19, 2026
Copy link
Copy Markdown
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

Fixes the Ubuntu agent image selection in the default Azure Pipelines build job template, as a follow-up to the pool/Ubuntu-hosting changes from #64842.

Changes:

  • Adjust Linux (public) pool ImageOverride demand used to select the Ubuntu build image.
  • Update Linux (internal) pool image value to use the Build.Ubuntu.2204.Amd64 image name.
Comments suppressed due to low confidence (1)

.azure/pipelines/jobs/default-build.yml:116

  • The Linux public pool demand value ImageOverride -equals .Amd64.Open looks like an invalid/unfinished image name (it starts with a dot and doesn’t match the naming pattern used elsewhere in this file such as 1es-ubuntu-2204-open or Build.Ubuntu.2204.Amd64). This will likely prevent agent selection and break Linux builds. Use the full expected image override string (e.g., include the missing prefix) so it matches an actual agent capability.
            demands: ImageOverride -equals Build.Ubuntu.2204.Amd64.Open

@akoeplinger
Copy link
Copy Markdown
Member

ugh no this one is definitely my fault, sorry!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants