Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Enable RHEL6 in release/2.0.0 (#23084)
Browse files Browse the repository at this point in the history
* Enable RHEL6 in release/2.0.0

Enable RHEL6 in release/2.0.0

* Make RHEL6 runs use build from docker, instead of portable build

Make RHEL6 runs use build from docker, instead of portable build

* Change it to a better name.

Change it to a better name.

* Make sure RedHat6 runs still use the same build definition name as other Linux runs.

Make sure RedHat6 runs still use the same build definition name as other
Linux runs.
  • Loading branch information
smile21prc authored Aug 9, 2017
1 parent fc35fc7 commit 204cdd7
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions buildpipeline/pipeline.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,23 @@
"ConfigurationGroup": "Release"
}
},
{
"Name": "DotNet-CoreFx-Trusted-Linux",
"Parameters": {
"PB_DockerTag": "centos-6-783abde-20171304101322",
"PB_BuildArguments": "-buildArch=x64 -Release -stripSymbols",
"PB_BuildTestsArguments": "-buildArch=x64 -Release -SkipTests -Outerloop -- /p:ArchiveTests=true /p:EnableDumpling=true",
"PB_SyncArguments": "-p -- /p:ArchGroup=x64",
"PB_TargetQueue": "RedHat.69.Amd64",
"PB_CreateHelixArguments": "/p:ArchGroup=x64 /p:ConfigurationGroup=Release /p:TestProduct=corefx /p:TimeoutInSeconds=1200 /p:TargetOS=Linux"
},
"ReportingParameters": {
"OperatingSystem": "Linux",
"Platform": "x64",
"Type": "build/product/",
"ConfigurationGroup": "Release"
}
},
{
"Name": "DotNet-CoreFx-Trusted-Linux-Crossbuild",
"Parameters": {
Expand Down Expand Up @@ -326,6 +343,23 @@
"ConfigurationGroup": "Debug"
}
},
{
"Name": "DotNet-CoreFx-Trusted-Linux",
"Parameters": {
"PB_DockerTag": "centos-6-783abde-20171304101322",
"PB_BuildArguments": "-buildArch=x64 -Debug",
"PB_BuildTestsArguments": "-buildArch=x64 -Debug -SkipTests -Outerloop -- /p:ArchiveTests=true /p:EnableDumpling=true",
"PB_SyncArguments": "-p -- /p:ArchGroup=x64",
"PB_TargetQueue": "RedHat.69.Amd64",
"PB_CreateHelixArguments": "/p:ArchGroup=x64 /p:ConfigurationGroup=Debug /p:TestProduct=corefx /p:TimeoutInSeconds=1200 /p:TargetOS=Linux"
},
"ReportingParameters": {
"OperatingSystem": "Linux",
"Platform": "x64",
"Type": "build/product/",
"ConfigurationGroup": "Debug"
}
},
{
"Name": "DotNet-CoreFx-Trusted-Linux-Crossbuild",
"Parameters": {
Expand Down

0 comments on commit 204cdd7

Please sign in to comment.