Skip to content

Commit

Permalink
Do not run NAOT arm64 OSX testing on all PRs (dotnet#112342)
Browse files Browse the repository at this point in the history
These legs have been constantly timing out since beginning of January because Helix is overloaded (e.g. dotnet#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.
  • Loading branch information
MichalStrehovsky authored Feb 10, 2025
1 parent 6070e26 commit 91bbb32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eng/pipelines/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,6 @@ extends:
- osx_x64
- linux_arm64
- windows_arm64
- osx_arm64
variables:
- name: timeoutPerTestInMinutes
value: 60
Expand Down

0 comments on commit 91bbb32

Please sign in to comment.