From be5f4d745969dbe0f5a54227832288de6d48a627 Mon Sep 17 00:00:00 2001 From: Sergey Andreenko Date: Sun, 5 Jan 2020 19:46:16 -0800 Subject: [PATCH] Fix which platform should be excluded. (#1314) --- eng/pipelines/runtime.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/pipelines/runtime.yml b/eng/pipelines/runtime.yml index f3b0fd2b497a6..c2229af924b84 100644 --- a/eng/pipelines/runtime.yml +++ b/eng/pipelines/runtime.yml @@ -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