Update VMR pipeline images to build.azurelinux.3.amd64#20848
Closed
ellahathaway wants to merge 1 commit intodotnet:release/8.0.1xxfrom
Closed
Update VMR pipeline images to build.azurelinux.3.amd64#20848ellahathaway wants to merge 1 commit intodotnet:release/8.0.1xxfrom
ellahathaway wants to merge 1 commit intodotnet:release/8.0.1xxfrom
Conversation
Update pool images in vmr-scan and vmr-synchronization templates from 1es-ubuntu-2204 to build.azurelinux.3.amd64. Also modernize the internal pool in vmr-synchronization from demands/ImageOverride to image property. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Updates the VMR pipeline templates to run on the newer Azure Linux 3 AMD64 agent images, aligning both scan and synchronization jobs to the same image family across public/internal projects.
Changes:
- Updated
vmr-scanstage pool images from1es-ubuntu-2204*tobuild.azurelinux.3.amd64*(public + internal). - Updated
vmr-synchronizationjob pool images similarly (public + internal). - Modernized the internal
vmr-synchronizationpool config fromdemands: ImageOverride ...to theimage:property.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/SourceBuild/content/eng/pipelines/templates/stages/vmr-scan.yml | Switches public/internal pool images to build.azurelinux.3.amd64 variants for the tag/scan stage. |
| eng/pipelines/templates/jobs/vmr-synchronization.yml | Switches public/internal pool images to build.azurelinux.3.amd64 variants and uses image: for internal instead of demands. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Member
Author
|
Closing in favor of #20838 |
This was referenced Apr 16, 2026
Open
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.
Update pool images in vmr-scan and vmr-synchronization templates from
1es-ubuntu-2204tobuild.azurelinux.3.amd64.Related to dotnet/source-build#5542