Skip to content

Commit

Permalink
Disable Linux arm64 llvm full aot runtime tests (#60576)
Browse files Browse the repository at this point in the history
Addresses #60234

Suspicion is that we're hitting some kind of OOM error within docker.  Unblocks CI while we investigate.

Co-authored-by: Steve Pfister <[email protected]>
  • Loading branch information
steveisok and Steve Pfister authored Oct 19, 2021
1 parent 1bf02cc commit f4ba253
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eng/pipelines/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,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:
Expand Down

0 comments on commit f4ba253

Please sign in to comment.