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

Commit ebcc568

Browse files
authored
Merge pull request #27214 from MattGal/add-some-new-linuxes
Add RH / Centos 7.4 skus
2 parents df9b10e + 267816c commit ebcc568

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

buildpipeline/linux.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ simpleDockerNode('microsoft/dotnet-buildtools-prereqs:rhel7_prereqs_2') {
4747
// Get the user that should be associated with the submission
4848
def helixCreator = getUser()
4949
// Target queues
50-
def targetHelixQueues = ['Centos.73.Amd64.Open',
51-
'RedHat.73.Amd64.Open',
50+
def targetHelixQueues = ['Centos.74.Amd64.Open',
51+
'RedHat.74.Amd64.Open',
5252
'Debian.87.Amd64.Open',
5353
'Ubuntu.1404.Amd64.Open',
5454
'Ubuntu.1604.Amd64.Open',

buildpipeline/pipeline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"PB_BuildArguments": "-buildArch=x64 -$(PB_ConfigurationGroup) -stripSymbols",
1919
"PB_BuildTestsArguments": "-buildArch=x64 -$(PB_ConfigurationGroup) -SkipTests -Outerloop -- /p:ArchiveTests=true /p:EnableDumpling=true",
2020
"PB_SyncArguments": "-p -- /p:ArchGroup=x64 /p:DotNetRestoreSources=$(PB_RestoreSource) /p:DotNetAssetRootUrl=$(PB_AssetRootUrl)",
21-
"PB_TargetQueue": "Centos.73.Amd64+RedHat.73.Amd64+Debian.87.Amd64+Debian.90.Amd64+Ubuntu.1404.Amd64+Ubuntu.1604.Amd64+Ubuntu.1710.Amd64+Ubuntu.1804.Amd64+OpenSuse.423.Amd64+SLES.12.Amd64+Fedora.26.Amd64+Fedora.27.Amd64",
21+
"PB_TargetQueue": "Centos.73.Amd64+Centos.74.Amd64+RedHat.73.Amd64+RedHat.74.Amd64+Debian.87.Amd64+Debian.90.Amd64+Ubuntu.1404.Amd64+Ubuntu.1604.Amd64+Ubuntu.1710.Amd64+Ubuntu.1804.Amd64+OpenSuse.423.Amd64+SLES.12.Amd64+Fedora.26.Amd64+Fedora.27.Amd64",
2222
"PB_CreateHelixArguments": "/p:ArchGroup=x64 /p:ConfigurationGroup=$(PB_ConfigurationGroup) /p:TestProduct=corefx /p:TimeoutInSeconds=1200 /p:TargetOS=Linux"
2323
},
2424
"ReportingParameters": {

0 commit comments

Comments
 (0)