Fix which platform should be excluded. (#1314)
authorSergey Andreenko <seandree@microsoft.com>
Mon, 6 Jan 2020 03:46:16 +0000 (19:46 -0800)
committerGitHub <noreply@github.com>
Mon, 6 Jan 2020 03:46:16 +0000 (19:46 -0800)
eng/pipelines/runtime.yml

index f3b0fd2..c2229af 100644 (file)
@@ -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
@@ -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