Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Galbraith <mattgal@microsoft.com>2017-04-05 02:02:38 +0300
committerMatt Galbraith <mattgal@microsoft.com>2017-04-05 02:19:06 +0300
commite7e1d851c0a277c4bc87ce048948c781f308c11d (patch)
tree0ce6dbc89f9b7afbba9846a930a7b4eac8bee3c8 /buildpipeline
parent59592e0d8c3dd58d6810e162e91bed51d5089bbf (diff)
Override HelixJobType for portable builds, which will enable differentiating them from normal, rid-specific builds in Mission Control
Diffstat (limited to 'buildpipeline')
-rw-r--r--buildpipeline/pipeline.json15
1 files changed, 9 insertions, 6 deletions
diff --git a/buildpipeline/pipeline.json b/buildpipeline/pipeline.json
index d89965ad63..60d809317f 100644
--- a/buildpipeline/pipeline.json
+++ b/buildpipeline/pipeline.json
@@ -73,7 +73,8 @@
"PB_DockerTag": "rhel7_prereqs_2",
"PB_BuildArguments": "-buildArch=x64 -Release -portable",
"PB_SyncArguments": "-p -portable -- /p:ArchGroup=x64",
- "PB_TargetQueue": "Redhat.72.Amd64+Debian.82.Amd64+Ubuntu.1404.Amd64+Ubuntu.1604.Amd64+Ubuntu.1610.Amd64+suse.421.amd64+fedora.25.amd64"
+ "PB_TargetQueue": "Redhat.72.Amd64+Debian.82.Amd64+Ubuntu.1404.Amd64+Ubuntu.1604.Amd64+Ubuntu.1610.Amd64+suse.421.amd64+fedora.25.amd64",
+ "PB_CreateHelixArguments": "/p:ArchGroup=x64 /p:ConfigurationGroup=Release /p:\"TestProduct=corefx /p:\"TimeoutInSeconds=1200\" /p:\"TargetOS=Linux\" /p:\"HelixJobType=test/functional/portable/cli/\""
},
"ReportingParameters": {
"OperatingSystem": "RedHat 7",
@@ -161,7 +162,7 @@
"PB_DockerTag": "ubuntu1404_cross_prereqs_v2",
"PB_Architecture": "arm",
"PB_BuildArguments": "-portable",
- "PB_SyncArguments": "-p -portable -- /p:ArchGroup=arm",
+ "PB_SyncArguments": "-p -portable -- /p:ArchGroup=arm"
},
"ReportingParameters": {
"OperatingSystem": "Ubuntu 14.04",
@@ -213,7 +214,8 @@
"Parameters": {
"PB_BuildArguments": "-buildArch=x64 -Release -portable",
"PB_SyncArguments": "-p -portable -- /p:ArchGroup=x64",
- "PB_TargetQueue": "OSX.1012.Amd64"
+ "PB_TargetQueue": "OSX.1012.Amd64",
+ "PB_CreateHelixArguments": "/p:ArchGroup=x64 /p:ConfigurationGroup=Release /p:\"TestProduct=corefx /p:\"TimeoutInSeconds=1200\" /p:\"TargetOS=OSX\" /p:\"HelixJobType=test/functional/portable/cli/\""
},
"ReportingParameters": {
"OperatingSystem": "OSX",
@@ -340,7 +342,7 @@
"PB_BuildArguments": "-buildArch=x64 -Release -portable -- /p:SignType=real /p:RuntimeOS=win10",
"PB_BuildTestsArguments": "-buildArch=x64 -Release -SkipTests -Outerloop -portable -- /p:RuntimeOS=win10 /p:ArchiveTests=true",
"PB_SyncArguments": "-p -portable -- /p:ArchGroup=x64 /p:RuntimeOS=win10",
- "PB_CreateHelixArguments": "/p:ArchGroup=x64 /p:ConfigurationGroup=Release /p:\"TargetQueues=Windows.10.Amd64,Windows.7.Amd64,Windows.81.Amd64\" /p:\"TestProduct=corefx\" /p:\"TimeoutInSeconds=1200\" /p:\"TargetOS=Windows_NT\""
+ "PB_CreateHelixArguments": "/p:ArchGroup=x64 /p:ConfigurationGroup=Release /p:\"TargetQueues=Windows.10.Amd64,Windows.7.Amd64,Windows.81.Amd64\" /p:\"TestProduct=corefx\" /p:\"TimeoutInSeconds=1200\" /p:\"TargetOS=Windows_NT\" /p:\"HelixJobType=test/functional/portable/cli/\""
},
"ReportingParameters": {
"OperatingSystem": "Windows",
@@ -358,7 +360,7 @@
"PB_BuildArguments": "-buildArch=x86 -Release -portable -- /p:SignType=real /p:RuntimeOS=win10",
"PB_BuildTestsArguments": "-buildArch=x86 -Release -SkipTests -Outerloop -portable -- /p:RuntimeOS=win10 /p:ArchiveTests=true",
"PB_SyncArguments": "-p -portable -- /p:ArchGroup=x86 /p:RuntimeOS=win10",
- "PB_CreateHelixArguments": "/p:ArchGroup=x86 /p:ConfigurationGroup=Release /p:\"TargetQueues=Windows.10.Amd64,Windows.7.Amd64,Windows.81.Amd64\" /p:\"TestProduct=corefx\" /p:\"TimeoutInSeconds=1200\" /p:\"TargetOS=Windows_NT\""
+ "PB_CreateHelixArguments": "/p:ArchGroup=x86 /p:ConfigurationGroup=Release /p:\"TargetQueues=Windows.10.Amd64,Windows.7.Amd64,Windows.81.Amd64\" /p:\"TestProduct=corefx\" /p:\"TimeoutInSeconds=1200\" /p:\"TargetOS=Windows_NT\" /p:\"HelixJobType=test/functional/portable/cli/\""
},
"ReportingParameters": {
"OperatingSystem": "Windows",
@@ -547,7 +549,8 @@
"PB_DockerTag": "rhel7_prereqs_2",
"PB_BuildArguments": "-buildArch=x64 -Debug -portable",
"PB_SyncArguments": "-p -portable -- /p:ArchGroup=x64",
- "PB_TargetQueue": "Redhat.72.Amd64+Debian.82.Amd64+Ubuntu.1404.Amd64+Ubuntu.1604.Amd64+Ubuntu.1610.Amd64+suse.421.amd64+fedora.25.amd64"
+ "PB_TargetQueue": "Redhat.72.Amd64+Debian.82.Amd64+Ubuntu.1404.Amd64+Ubuntu.1604.Amd64+Ubuntu.1610.Amd64+suse.421.amd64+fedora.25.amd64",
+ "PB_CreateHelixArguments": "/p:ArchGroup=x64 /p:ConfigurationGroup=Debug /p:\"TestProduct=corefx /p:\"TimeoutInSeconds=1200\" /p:\"TargetOS=Linux\" /p:\"HelixJobType=test/functional/portable/cli/\""
},
"ReportingParameters": {
"OperatingSystem": "RedHat 7",