From 58dd7ce86032a8ae0af035d9509e7ad4987f5db5 Mon Sep 17 00:00:00 2001 From: Steve Pfister Date: Fri, 22 Oct 2021 03:56:25 -0700 Subject: [PATCH] Disable additional llvmfullaot Linux_arm64 CI lane (#60730) Missed excluding this configuration in https://github.com/dotnet/runtime/pull/60576 Co-authored-by: Steve Pfister --- eng/pipelines/runtime.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eng/pipelines/runtime.yml b/eng/pipelines/runtime.yml index 86e91c22087fb..77b1cfbd9ba7e 100644 --- a/eng/pipelines/runtime.yml +++ b/eng/pipelines/runtime.yml @@ -1107,7 +1107,8 @@ jobs: runtimeFlavor: mono platforms: - Linux_x64 - - Linux_arm64 + # Disabled pending outcome of https://github.com/dotnet/runtime/issues/60234 investigation + #- Linux_arm64 helixQueueGroup: pr helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml jobParameters: