From e68651e043174481636e125d23f7f30cffe1b139 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tom=C3=A1=C5=A1=20Rylek?= Date: Fri, 20 Mar 2020 01:24:17 +0100 Subject: [PATCH] New attempt at enabling Windows ARM32 runs (#32819) --- eng/pipelines/coreclr/templates/helix-queues-setup.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/eng/pipelines/coreclr/templates/helix-queues-setup.yml b/eng/pipelines/coreclr/templates/helix-queues-setup.yml index 12fb8ad0..e35a69e 100644 --- a/eng/pipelines/coreclr/templates/helix-queues-setup.yml +++ b/eng/pipelines/coreclr/templates/helix-queues-setup.yml @@ -116,9 +116,8 @@ jobs: # Windows_NT arm - ${{ if eq(parameters.platform, 'Windows_NT_arm') }}: - # Currently blocked by https://github.com/dotnet/runtime/issues/32320 - # - ${{ if and(eq(variables['System.TeamProject'], 'public'), in(parameters.jobParameters.helixQueueGroup, 'pr', 'ci', 'libraries')) }}: - # - Windows.10.Arm64v8.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 -- 2.7.4