From f3a95623a24d738b354eef5ab67f405adf087aed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Strehovsk=C3=BD?= Date: Sun, 9 Feb 2025 22:26:16 -0800 Subject: [PATCH] Do not run NAOT arm64 OSX testing on all PRs These legs have been constantly timing out since beginning of January because Helix is overloaded (e.g. #112073). In looking at why we don't see timeouts with CoreCLR, I found out we do not test ARM64 OSX with CoreCLR on all PRs. So this moves it to the same plan as e.g. ARM32 Linux. --- eng/pipelines/runtime.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/eng/pipelines/runtime.yml b/eng/pipelines/runtime.yml index f39bb89d3294fb..4dfaa73326a087 100644 --- a/eng/pipelines/runtime.yml +++ b/eng/pipelines/runtime.yml @@ -609,7 +609,6 @@ extends: - osx_x64 - linux_arm64 - windows_arm64 - - osx_arm64 variables: - name: timeoutPerTestInMinutes value: 60