Skip to content

Commit 3d78a8b

Browse files
authored
Remove ARMv6 from all platformgroups, matching s390x (#64535)
Turns out CoreCLR uses platformgroups a lot for managing extra pipelines, and ignores valid subsets for these pipelines. We should just... not try and get involved in platformgroups.
1 parent 9058470 commit 3d78a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/common/platform-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
${{ insert }}: ${{ parameters.jobParameters }}
5454

5555
# Linux armv6
56-
- ${{ if or(containsValue(parameters.platforms, 'Linux_armv6'), or(and(ne(parameters.runtimeFlavor, 'mono'), in(parameters.platformGroup, 'gcstress')), and(eq(parameters.runtimeFlavor, 'mono'), in(parameters.platformGroup, 'all', 'gcstress')))) }}:
56+
- ${{ if containsValue(parameters.platforms, 'Linux_armv6') }}:
5757
- template: xplat-setup.yml
5858
parameters:
5959
jobTemplate: ${{ parameters.jobTemplate }}

0 commit comments

Comments
 (0)