Skip to content

Commit

Permalink
Enable GC long running tests on ARM64 (dotnet/coreclr#26969)
Browse files Browse the repository at this point in the history
Commit migrated from dotnet/coreclr@435c480
  • Loading branch information
VSadov authored Oct 1, 2019
1 parent 25b9fc6 commit 1cdc3f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions eng/pipelines/coreclr/gc-longrunning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
buildConfig: release
platforms:
- Linux_x64
# disable ARM for now - Linux_arm64
- Linux_arm64
- Windows_NT_x64
# disable ARM for now - Windows_NT_arm64
- Windows_NT_arm64
jobParameters:
testGroup: gc-longrunning

Expand All @@ -34,9 +34,9 @@ jobs:
buildConfig: release
platforms:
- Linux_x64
# disable ARM for now - Linux_arm64
- Linux_arm64
- Windows_NT_x64
# disable ARM for now - Windows_NT_arm64
- Windows_NT_arm64
helixQueueGroup: ci
jobParameters:
testGroup: gc-longrunning

0 comments on commit 1cdc3f0

Please sign in to comment.