[MrBot] Point ARM64 gate at Dpldsv6-v28 pool - #672
Merged
Dan Cristoloveanu (dcristoloveanu) merged 2 commits intoAug 11, 2026
Conversation
Bump the Windows ARM64 pool default from Dpldsv6-v26 to Dpldsv6-v28. The v26 pool is being retired; v28 is the current image/pool (adds the EnableDefaultServicesUpgrade SF cluster setting needed by the gated "Upgrade SF from master to current" leg). Repointing all consuming repos to v28 is a prerequisite for deleting v26. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
David Robson (darobs)
previously approved these changes
Aug 11, 2026
Member
Author
|
/azp run |
Dan Cristoloveanu (dcristoloveanu)
enabled auto-merge (squash)
August 11, 2026 18:36
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
The pool_name_windows_arm64 parameter (defaulted to the v28 pool) was declared but never forwarded to build_all_flavors.yml, so the template fell back to its own pool_name_arm64 default (the retired v26 pool) and the ARM64 jobs failed to find an agent pool. Forward it explicitly, the same way c-pal and the other consuming repos do. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Dan Cristoloveanu (dcristoloveanu)
dismissed stale reviews from Jelani Brandon (jebrando) and David Robson (darobs)
via
August 11, 2026 19:48
d2fd053
Member
Author
|
/azp run |
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
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.
Bump the Windows ARM64 pool default from Dpldsv6-v26 to Dpldsv6-v28.
The v26 ARM64 hosted pool is being retired. v28 is the current image/pool and adds the EnableDefaultServicesUpgrade SF cluster setting required by the gated 'Upgrade SF from master to current' leg. Repointing all consuming repos to v28 is a prerequisite for deleting v26.