Skip to content

Commit 1b72ff7

Browse files
Switch to the new ARM64 Helix queues
1 parent 0579209 commit 1b72ff7

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

eng/pipelines/coreclr/templates/helix-queues-setup.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,15 +166,15 @@ jobs:
166166
# windows arm
167167
- ${{ if eq(parameters.platform, 'windows_arm') }}:
168168
- ${{ if and(eq(variables['System.TeamProject'], 'public'), in(parameters.jobParameters.helixQueueGroup, 'pr', 'ci', 'libraries')) }}:
169-
- Windows.10.Arm64v8.Open
169+
- Windows.11.Arm64.Open
170170
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
171-
- Windows.10.Arm64
171+
- Windows.11.Arm64
172172

173173
# windows arm64
174174
- ${{ if eq(parameters.platform, 'windows_arm64') }}:
175175
- ${{ if and(eq(variables['System.TeamProject'], 'public'), in(parameters.jobParameters.helixQueueGroup, 'pr', 'ci', 'libraries')) }}:
176-
- Windows.10.Arm64v8.Open
176+
- Windows.11.Arm64.Open
177177
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
178-
- Windows.10.Arm64
178+
- Windows.11.Arm64
179179

180180
${{ insert }}: ${{ parameters.jobParameters }}

eng/pipelines/libraries/helix-queues-setup.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,13 +181,11 @@ jobs:
181181

182182
# windows arm
183183
- ${{ if eq(parameters.platform, 'windows_arm') }}:
184-
- Windows.10.Arm64v8.Open
184+
- Windows.11.Arm64.Open
185185

186186
# windows arm64
187187
- ${{ if eq(parameters.platform, 'windows_arm64') }}:
188-
- Windows.10.Arm64.Open
189-
# TODO: Uncomment once there is HW deployed to service Win11 ARM64 queue
190-
# - Windows.11.Arm64.Open
188+
- Windows.11.Arm64.Open
191189

192190
# Browser WebAssembly
193191
- ${{ if eq(parameters.platform, 'Browser_wasm') }}:

0 commit comments

Comments
 (0)