Skip to content

Commit

Permalink
Fix which platform should be excluded. (#1314)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Andreenko authored Jan 6, 2020
1 parent 5b96868 commit be5f4d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/pipelines/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
platforms:
- OSX_x64
- Linux_x64
# - Linux_arm return this when https://github.com/dotnet/runtime/issues/1097 is fixed.
- Linux_arm
- Windows_NT_x86
- Windows_NT_x64
- Windows_NT_arm
Expand All @@ -133,7 +133,7 @@ jobs:
- Linux_arm
- Windows_NT_x86
- Windows_NT_x64
- Windows_NT_arm
# - Windows_NT_arm return this when https://github.com/dotnet/runtime/issues/1097 is fixed.
- Windows_NT_arm64
helixQueueGroup: pr
helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml
Expand Down

0 comments on commit be5f4d7

Please sign in to comment.