Skip to content

Update windows open queue to windows11 and VMimage to windows 2025 #4875

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions eng/pipelines/templates/build-machine-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
osGroup: windows
archType: x64
pool:
vmImage: windows-2019
vmImage: windows-2025
${{ insert }}: ${{ parameters.jobParameters }}
${{ if eq(parameters.isPublic, true) }}:
osVersion: 22H2
osVersion: 24H2
machinePool: Open
queue: Windows.10.Amd64.Client.Open
queue: Windows.11.Amd64.Client.Open
${{ else }}:
osVersion: Win11
machinePool: Tiger
Expand All @@ -29,7 +29,7 @@ jobs:
osVersion: RS5
archType: x64
pool:
vmImage: windows-2019
vmImage: windows-2025
machinePool: Open
queue: Windows.10.Amd64.ClientRS5.Open
${{ insert }}: ${{ parameters.jobParameters }}
Expand All @@ -40,12 +40,12 @@ jobs:
osGroup: windows
archType: x86
pool:
vmImage: windows-2019
vmImage: windows-2025
${{ insert }}: ${{ parameters.jobParameters }}
${{ if eq(parameters.isPublic, true) }}:
osVersion: 22H2
osVersion: 24H2
machinePool: Open
queue: Windows.10.Amd64.Client.Open
queue: Windows.11.Amd64.Client.Open
${{ else }}:
osVersion: Win11
machinePool: Tiger
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
osVersion: 20H1
archType: arm64
pool:
vmImage: windows-2019
vmImage: windows-2025
machinePool: Tiger
queue: Windows.11.Arm64.Surf.Perf
${{ insert }}: ${{ parameters.jobParameters }}
Expand All @@ -87,7 +87,7 @@ jobs:
osVersion: 22H2
archType: arm64
pool:
vmImage: windows-2019
vmImage: windows-2025
machinePool: Ampere
queue: Windows.Server.Arm64.Perf
${{ insert }}: ${{ parameters.jobParameters }}
Expand Down
Loading