Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit ebb1733

Browse files
eng/platform-matrix.yml remove RedHat.6.Amd64 (#28212)
* remove redhat.6.amd64 from platform matrix yml. * minor: platform-matrix.yml - removed extra space
1 parent eb3f1ba commit ebb1733

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

eng/platform-matrix.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -111,25 +111,6 @@ jobs:
111111
crossrootfsDir: '/crossrootfs/arm64'
112112
${{ insert }}: ${{ parameters.jobParameters }}
113113

114-
# Linux rhel6 x64
115-
116-
- ${{ if or(containsValue(parameters.platforms, 'Linux_rhel6_x64'), eq(parameters.platformGroup, 'all')) }}:
117-
- template: ${{ parameters.jobTemplate }}
118-
parameters:
119-
ignoreDependencyOnBuildJobs: ${{ parameters.ignoreDependencyOnBuildJobs }}
120-
buildConfig: ${{ parameters.buildConfig }}
121-
archType: x64
122-
osGroup: Linux
123-
osIdentifier: Linux_rhel6
124-
container:
125-
image: centos-6-3e800f1-20190501005338
126-
registry: mcr
127-
helixQueues:
128-
# TODO: enable RedHat.6.Amd64.Open once https://github.com/dotnet/coreclr/issues/23580 is resolved
129-
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
130-
- RedHat.6.Amd64
131-
${{ insert }}: ${{ parameters.jobParameters }}
132-
133114
# Linux x64
134115

135116
- ${{ if or(containsValue(parameters.platforms, 'Linux_x64'), in(parameters.platformGroup, 'all', 'gcstress')) }}:

0 commit comments

Comments
 (0)