-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Replace ubuntu22 VM and Helix images with Azure Linux 3 #53931
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -46,7 +46,7 @@ stages: | |
| parameters: | ||
| pool: | ||
| name: $(DncEngPublicBuildPool) | ||
| demands: ImageOverride -equals build.ubuntu.2204.amd64.open | ||
| demands: ImageOverride -equals build.azurelinux.3.amd64.open | ||
| os: linux | ||
| helixTargetQueue: ubuntu.2204.amd64.open | ||
|
Comment on lines
+49
to
51
|
||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR title/description indicates Helix images should be replaced as well, but this stage still uses
helixTargetQueue: ubuntu.2204.amd64while the build pool image was switched to Azure Linux 3. Either update the Helix target queue to the Azure Linux 3 equivalent, or clarify in the PR description that Helix queues remain on Ubuntu 22.04.