This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments