From d9bc547b2eaa31ae9fc7db470bdaeec321676458 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Rylek?= Date: Sun, 16 Feb 2020 12:12:49 +0100 Subject: [PATCH] Temporarily disable Windows ARM test executions (#32390) The new Windows.10.Arm64v8.Open queue exhibits flaky behavior that is currently failing in most of our PR runs. Disabling test execution on ARM before this is fixed. Thanks Tomas --- eng/pipelines/coreclr/templates/helix-queues-setup.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/eng/pipelines/coreclr/templates/helix-queues-setup.yml b/eng/pipelines/coreclr/templates/helix-queues-setup.yml index e35a69e6f7d5b..12fb8ad042b3c 100644 --- a/eng/pipelines/coreclr/templates/helix-queues-setup.yml +++ b/eng/pipelines/coreclr/templates/helix-queues-setup.yml @@ -116,8 +116,9 @@ jobs: # Windows_NT arm - ${{ if eq(parameters.platform, 'Windows_NT_arm') }}: - - ${{ if and(eq(variables['System.TeamProject'], 'public'), in(parameters.jobParameters.helixQueueGroup, 'pr', 'ci', 'libraries')) }}: - - Windows.10.Arm64v8.Open + # 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 eq(variables['System.TeamProject'], 'internal') }}: - Windows.10.Arm64