From 571f972a5b1c7821870b1111bcc64726740957df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Rylek?= Date: Fri, 14 Feb 2020 09:27:47 +0100 Subject: [PATCH] Re-enable Windows ARM32 jobs (#32261) --- eng/pipelines/coreclr/templates/helix-queues-setup.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/eng/pipelines/coreclr/templates/helix-queues-setup.yml b/eng/pipelines/coreclr/templates/helix-queues-setup.yml index a11fab5e61a2a7..e35a69e6f7d5b0 100644 --- a/eng/pipelines/coreclr/templates/helix-queues-setup.yml +++ b/eng/pipelines/coreclr/templates/helix-queues-setup.yml @@ -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