Update vmr-sync images to ubuntu 2204#52992
Update vmr-sync images to ubuntu 2204#52992ellahathaway merged 2 commits intodotnet:release/9.0.1xxfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the VMR synchronization Azure Pipelines job to run on Ubuntu 22.04 build images instead of Ubuntu 20.04, aligning the vmr-sync infrastructure with current 1ES pool images (per dotnet/source-build#5481).
Changes:
- Switch the public pool image from
1es-ubuntu-2004-opento1es-ubuntu-2204-open. - Switch the internal pool demand from
ImageOverride -equals 1es-ubuntu-2004toImageOverride -equals 1es-ubuntu-2204.
|
This is likely fine, but I hit an issue with 2204 image for vmr-scan job. As the image has .NET installed, |
Thanks for calling this out :) I checked the yamls and only see references to the dotnet exe in the sync scripts: The pwsh script looks okay, but the bash script needed to be updated. I've addressed this in 4dfccfb |
| ${{ if eq(variables['System.TeamProject'], 'public') }}: | ||
| name: $(DncEngPublicBuildPool) | ||
| image: 1es-ubuntu-2004-open | ||
| image: 1es-ubuntu-2204-open |
There was a problem hiding this comment.
FYI I don't think 1es-ubuntu-2204-open works in public just yet, it's tracked by https://dev.azure.com/dnceng/internal/_workitems/edit/9365/
probably doesn't matter since we likely don't run vmr sync in public anymore
Related to dotnet/source-build#5481