Skip to content

Commit

Permalink
New attempt at enabling Windows ARM32 runs (dotnet#32819)
Browse files Browse the repository at this point in the history
  • Loading branch information
trylek authored Mar 20, 2020
1 parent 2cf9265 commit e68651e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions eng/pipelines/coreclr/templates/helix-queues-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,8 @@ jobs:

# Windows_NT arm
- ${{ if eq(parameters.platform, 'Windows_NT_arm') }}:
# Currently blocked by https://github.com/dotnet/runtime/issues/32320
# - ${{ if and(eq(variables['System.TeamProject'], 'public'), in(parameters.jobParameters.helixQueueGroup, 'pr', 'ci', 'libraries')) }}:
# - Windows.10.Arm64v8.Open
- ${{ if and(eq(variables['System.TeamProject'], 'public'), in(parameters.jobParameters.helixQueueGroup, 'pr', 'ci', 'libraries')) }}:
- Windows.10.Arm64v8.Open
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
- Windows.10.Arm64

Expand Down

0 comments on commit e68651e

Please sign in to comment.