Switch default for useHostedUbuntu to false and use dnceng pool#64842
Merged
akoeplinger merged 4 commits intomainfrom Mar 18, 2026
Merged
Switch default for useHostedUbuntu to false and use dnceng pool#64842akoeplinger merged 4 commits intomainfrom
akoeplinger merged 4 commits intomainfrom
Conversation
Member
Author
|
this needs to wait until dnceng makes the 1es-ubuntu-2204-open image available in public... |
This was referenced Dec 20, 2025
Open
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Azure Pipelines configuration to default Linux builds/tests to the dnceng pools (with an opt-in for 1ES Ubuntu image override) and refreshes the googletest submodule.
Changes:
- Update googletest submodule pointer to a newer commit.
- Replace
useHostedUbuntuwithuse1ESUbuntuin the default build job template and update pool selection logic accordingly. - Adjust multiple pipeline YAMLs to remove
useHostedUbuntuusages and enableuse1ESUbuntufor ARM/ARM64 and E2E runs.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| src/submodules/googletest | Bumps googletest submodule commit. |
| .azure/pipelines/quarantined-pr.yml | Removes useHostedUbuntu parameter from job invocation. |
| .azure/pipelines/jobs/default-build.yml | Introduces use1ESUbuntu parameter; routes Linux agents to dnceng pools with image-override demands. |
| .azure/pipelines/components-e2e-tests.yml | Enables use1ESUbuntu for Linux Blazor E2E tests. |
| .azure/pipelines/ci.yml | Removes useHostedUbuntu; enables use1ESUbuntu for Linux ARM/ARM64 builds. |
| .azure/pipelines/ci-unofficial.yml | Removes useHostedUbuntu; enables use1ESUbuntu for Linux ARM/ARM64 builds. |
| .azure/pipelines/ci-public.yml | Removes useHostedUbuntu; enables use1ESUbuntu for Linux ARM/ARM64 builds. |
You can also share your feedback on Copilot code review. Take the survey.
87b26a8 to
54b83e1
Compare
wtgodbe
approved these changes
Mar 17, 2026
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.
Also rename
useHostedUbuntutouse1ESUbuntuto better describe the purpose.