Skip to content

Commit

Permalink
Re-enable Windows ARM32 jobs (#32261)
Browse files Browse the repository at this point in the history
  • Loading branch information
trylek authored Feb 14, 2020
1 parent 0f3f8e1 commit 571f972
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions eng/pipelines/coreclr/templates/helix-queues-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,8 @@ jobs:

# Windows_NT arm
- ${{ if eq(parameters.platform, 'Windows_NT_arm') }}:
# Currently down as there's no suitable ARM32 pool at the moment, tracked under
# https://github.com/dotnet/runtime/issues/1097
# https://github.com/dotnet/runtime/issues/1663
# https://github.com/dotnet/core-eng/issues/8490
# - ${{ if and(eq(variables['System.TeamProject'], 'public'), in(parameters.jobParameters.helixQueueGroup, 'pr', 'ci', 'libraries')) }}:
# - Windows.10.Arm64.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 571f972

Please sign in to comment.