Skip to content

Commit

Permalink
Add gcstress testing for Windows arm64 (dotnet#36794)
Browse files Browse the repository at this point in the history
This increases the platform matrix tested by:
gcstress-extra.yml
gcstress0x3-gcstress0xc.yml
r2r-extra.yml

These pipelines each run twice weekly: once on Saturday, once on Sunday.
  • Loading branch information
BruceForstall authored Jun 29, 2020
1 parent 044a710 commit 98b6284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/common/platform-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ jobs:

# Windows arm64

- ${{ if or(containsValue(parameters.platforms, 'Windows_NT_arm64'), eq(parameters.platformGroup, 'all')) }}:
- ${{ if or(containsValue(parameters.platforms, 'Windows_NT_arm64'), in(parameters.platformGroup, 'all', 'gcstress')) }}:
- template: xplat-setup.yml
parameters:
jobTemplate: ${{ parameters.jobTemplate }}
Expand Down

0 comments on commit 98b6284

Please sign in to comment.