Skip to content

Commit

Permalink
Switch to the new ARM64 Helix queues
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalStrehovsky committed Dec 20, 2022
1 parent 0579209 commit 1b72ff7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
8 changes: 4 additions & 4 deletions eng/pipelines/coreclr/templates/helix-queues-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,15 +166,15 @@ jobs:
# windows arm
- ${{ if eq(parameters.platform, 'windows_arm') }}:
- ${{ if and(eq(variables['System.TeamProject'], 'public'), in(parameters.jobParameters.helixQueueGroup, 'pr', 'ci', 'libraries')) }}:
- Windows.10.Arm64v8.Open
- Windows.11.Arm64.Open
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
- Windows.10.Arm64
- Windows.11.Arm64

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

${{ insert }}: ${{ parameters.jobParameters }}
6 changes: 2 additions & 4 deletions eng/pipelines/libraries/helix-queues-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,13 +181,11 @@ jobs:

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

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

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

0 comments on commit 1b72ff7

Please sign in to comment.