Skip to content

Commit 8b6500b

Browse files
authored
Update RedHat 7 -> 8 -- release/6.0-staging (#105063)
* Update RedHat version * Replace RHEL7 with CentOS Stream 9 * Update runtime queues
1 parent 313497f commit 8b6500b

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

eng/pipelines/coreclr/templates/helix-queues-setup.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
5050
- (Debian.12.Arm32)[email protected]/dotnet-buildtools/prereqs:debian-12-helix-arm32v7
5151
- (Debian.11.Arm32)[email protected]/dotnet-buildtools/prereqs:debian-11-helix-arm32v7
52-
- (Ubuntu.2004.Arm32)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7
52+
- (Ubuntu.1804.Arm32)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7
5353

5454
# Linux arm64
5555
- ${{ if eq(parameters.platform, 'Linux_arm64') }}:
@@ -92,13 +92,13 @@ jobs:
9292
- (Debian.12.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:debian-12-helix-amd64
9393
- (Debian.11.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:debian-11-helix-amd64
9494
- Ubuntu.2004.Amd64.Open
95-
- RedHat.7.Amd64.Open
95+
- (Centos.7.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:centos-7-mlnet-helix
9696
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
9797
- (Debian.12.Amd64)[email protected]/dotnet-buildtools/prereqs:debian-12-helix-amd64
9898
- (Debian.11.Amd64)[email protected]/dotnet-buildtools/prereqs:debian-11-helix-amd64
9999
- Ubuntu.2004.Amd64
100100
- (Fedora.39.Amd64)[email protected]/dotnet-buildtools/prereqs:fedora-39-helix
101-
- RedHat.7.Amd64
101+
- (Centos.7.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:centos-7-mlnet-helix
102102

103103
# OSX arm64
104104
- ${{ if eq(parameters.platform, 'OSX_arm64') }}:

eng/pipelines/libraries/helix-queues-setup.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ jobs:
5454
- ${{ if eq(parameters.platform, 'Linux_x64') }}:
5555
- ${{ if and(eq(parameters.jobParameters.interpreter, ''), ne(parameters.jobParameters.isSingleFile, true)) }}:
5656
- ${{ if and(eq(parameters.jobParameters.testScope, 'outerloop'), eq(parameters.jobParameters.runtimeFlavor, 'mono')) }}:
57-
- RedHat.7.Amd64.Open
57+
- (Centos.7.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:centos-7-mlnet-helix
5858
- SLES.15.Amd64.Open
5959
- (Fedora.39.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:fedora-39-helix
6060
- ubuntu.2204.amd64.open.svc
6161
- (Debian.11.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:debian-11-helix-amd64
6262
- ${{ if or(ne(parameters.jobParameters.testScope, 'outerloop'), ne(parameters.jobParameters.runtimeFlavor, 'mono')) }}:
6363
- ${{ if eq(parameters.jobParameters.isFullMatrix, true) }}:
6464
- (Centos.7.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:centos-7-mlnet-helix
65-
- RedHat.7.Amd64.Open
65+
- (Centos.9.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:centos-stream9-helix
6666
- Ubuntu.2004.Amd64.Open
6767
- SLES.12.Amd64.Open
6868
- SLES.15.Amd64.Open
@@ -71,8 +71,7 @@ jobs:
7171
- (Debian.11.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:debian-11-helix-amd64
7272
- (Mariner.2.0.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:cbl-mariner-2.0-helix
7373
- ${{ if eq(parameters.jobParameters.isFullMatrix, false) }}:
74-
- (Centos.7.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:centos-stream9-helix
75-
- RedHat.7.Amd64.Open
74+
- (Centos.7.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:centos-7-mlnet-helix
7675
- (Debian.11.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:debian-11-helix-amd64
7776
- Ubuntu.2004.Amd64.Open
7877
- ${{ if or(eq(parameters.jobParameters.interpreter, 'true'), eq(parameters.jobParameters.isSingleFile, true)) }}:

0 commit comments

Comments
 (0)