Skip to content

Commit

Permalink
Enable Windows arm64 JIT stress pipeline testing (#33906)
Browse files Browse the repository at this point in the history
Windows arm32 is still disabled until #1097
is fully resolved.
  • Loading branch information
BruceForstall authored Mar 21, 2020
1 parent 741691c commit 5e6711d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions eng/pipelines/coreclr/jitstress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
- Linux_x64
- Windows_NT_x64
- Windows_NT_x86
# Currently no Windows arm32, Windows arm64 hardware in Helix. https://github.com/dotnet/runtime/issues/1097
# Currently no Windows arm32 testing. https://github.com/dotnet/runtime/issues/1097
#- Windows_NT_arm
#- Windows_NT_arm64
- Windows_NT_arm64
jobParameters:
testGroup: jitstress

Expand All @@ -46,9 +46,9 @@ jobs:
- Linux_x64
- Windows_NT_x64
- Windows_NT_x86
# Currently no Windows arm32, Windows arm64 hardware in Helix. https://github.com/dotnet/runtime/issues/1097
# Currently no Windows arm32 testing. https://github.com/dotnet/runtime/issues/1097
#- Windows_NT_arm
#- Windows_NT_arm64
- Windows_NT_arm64
helixQueueGroup: ci
helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml
jobParameters:
Expand Down
8 changes: 4 additions & 4 deletions eng/pipelines/coreclr/jitstress2-jitstressregs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
- Linux_x64
- Windows_NT_x64
- Windows_NT_x86
# Currently no Windows arm32, Windows arm64 hardware in Helix. https://github.com/dotnet/runtime/issues/1097
# Currently no Windows arm32 testing. https://github.com/dotnet/runtime/issues/1097
#- Windows_NT_arm
#- Windows_NT_arm64
- Windows_NT_arm64
jobParameters:
testGroup: jitstress2-jitstressregs

Expand All @@ -46,9 +46,9 @@ jobs:
- Linux_x64
- Windows_NT_x64
- Windows_NT_x86
# Currently no Windows arm32, Windows arm64 hardware in Helix. https://github.com/dotnet/runtime/issues/1097
# Currently no Windows arm32 testing. https://github.com/dotnet/runtime/issues/1097
#- Windows_NT_arm
#- Windows_NT_arm64
- Windows_NT_arm64
helixQueueGroup: ci
helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml
jobParameters:
Expand Down
8 changes: 4 additions & 4 deletions eng/pipelines/coreclr/jitstressregs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
- Linux_x64
- Windows_NT_x64
- Windows_NT_x86
# Currently no Windows arm32, Windows arm64 hardware in Helix. https://github.com/dotnet/runtime/issues/1097
# Currently no Windows arm32 testing. https://github.com/dotnet/runtime/issues/1097
#- Windows_NT_arm
#- Windows_NT_arm64
- Windows_NT_arm64
jobParameters:
testGroup: jitstressregs

Expand All @@ -46,9 +46,9 @@ jobs:
- Linux_x64
- Windows_NT_x64
- Windows_NT_x86
# Currently no Windows arm32, Windows arm64 hardware in Helix. https://github.com/dotnet/runtime/issues/1097
# Currently no Windows arm32 testing. https://github.com/dotnet/runtime/issues/1097
#- Windows_NT_arm
#- Windows_NT_arm64
- Windows_NT_arm64
helixQueueGroup: ci
helixQueuesTemplate: /eng/pipelines/coreclr/templates/helix-queues-setup.yml
jobParameters:
Expand Down

0 comments on commit 5e6711d

Please sign in to comment.