Skip to content

Commit

Permalink
Don't include s390x in coreclr outerloop runs (#60351)
Browse files Browse the repository at this point in the history
This was a copy-paste mistake, see #60255 (comment)
  • Loading branch information
akoeplinger committed Oct 13, 2021
1 parent 0cb73e8 commit 49cf05c
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 @@ -211,7 +211,7 @@ jobs:

# Linux s390x

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

0 comments on commit 49cf05c

Please sign in to comment.