From 2bf011ca5af4784e85da3053e55a4d36e04d48e3 Mon Sep 17 00:00:00 2001 From: Tomas Date: Mon, 13 Jan 2020 23:14:00 +0100 Subject: [PATCH] Temporarily disable outerloop crossgen comparison runs Disable crossgen comparison runs that systematically fail in CoreCLR outerloop runs. Tracking issue: https://github.com/dotnet/runtime/issues/1282 Thanks Tomas --- eng/pipelines/coreclr/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/eng/pipelines/coreclr/ci.yml b/eng/pipelines/coreclr/ci.yml index a3f1258e382d7..32d80470a2b64 100644 --- a/eng/pipelines/coreclr/ci.yml +++ b/eng/pipelines/coreclr/ci.yml @@ -154,7 +154,9 @@ jobs: jobTemplate: /eng/pipelines/coreclr/templates/crossgen-comparison-job.yml buildConfig: release platforms: - - Linux_arm + # Currently failing globally, should be uncommented once the tracking bug gets fixed: + # https://github.com/dotnet/runtime/issues/1282 + # - Linux_arm helixQueueGroup: ci helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml