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-05-30 22:44:10 +0300
committerMatt Galbraith <mattgal@microsoft.com>2017-05-30 22:44:10 +0300
commit700f991e8a5d1ac32880c58ffc3045ab2ce6c2be (patch)
treeb4abdf7604554e1682c038ece64d9a5e17d271a3 /buildpipeline
parentc27ba0fbd351fe5ba93c9079867e9faeea2a3887 (diff)
Update WOA builds to build and send test jobs to .NET Helix
Diffstat (limited to 'buildpipeline')
-rw-r--r--buildpipeline/pipeline.json20
1 files changed, 13 insertions, 7 deletions
diff --git a/buildpipeline/pipeline.json b/buildpipeline/pipeline.json
index e3635403db..cecda0fa6d 100644
--- a/buildpipeline/pipeline.json
+++ b/buildpipeline/pipeline.json
@@ -85,7 +85,8 @@
"PB_ConfigurationGroup": "Release",
"PB_PipelineBuildMSBuildArguments": "/p:EnableProfileGuidedOptimization=true"
},
- "Definitions": [{
+ "Definitions": [
+ {
"Name": "DotNet-CoreFx-Trusted-Windows",
"Parameters": {
"PB_Platform": "arm",
@@ -203,11 +204,13 @@
}
},
{
- "Name": "DotNet-CoreFx-Trusted-Windows-NoTest",
+ "Name": "DotNet-CoreFx-Trusted-Windows",
"Parameters": {
"PB_Platform": "arm",
"PB_BuildArguments": "-framework=uapaot -buildArch=arm -Release -- /p:SignType=real /p:RuntimeOS=win10",
- "PB_SyncArguments": "-p -- /p:ArchGroup=arm /p:RuntimeOS=win10"
+ "PB_BuildTestsArguments": "-framework=uapaot -buildArch=arm -Release -SkipTests -- /p:RuntimeOS=win10 /p:ArchiveTests=true",
+ "PB_SyncArguments": "-p -- /p:ArchGroup=arm /p:RuntimeOS=win10 /p:TargetGroup=uapaot",
+ "PB_CreateHelixArguments": "/p:ArchGroup=arm /p:TargetGroup=uapaot /p:ConfigurationGroup=Release /p:TargetQueues=Windows.10.Amd64 /p:SecondaryQueue=Windows.10.Arm64 /p:TestProduct=corefx /p:TimeoutInSeconds=1200 /p:TargetOS=Windows_NT /p:\"HelixJobType=test/functional/ilc/\""
},
"ReportingParameters": {
"OperatingSystem": "Windows",
@@ -375,12 +378,15 @@
"BuildParameters": {
"PB_ConfigurationGroup": "Debug"
},
- "Definitions": [{
- "Name": "DotNet-CoreFx-Trusted-Windows-NoTest",
+ "Definitions": [
+ {
+ "Name": "DotNet-CoreFx-Trusted-Windows",
"Parameters": {
"PB_Platform": "arm",
- "PB_BuildArguments": "-framework:uap -buildArch=arm -Debug -- /p:SignType=real /p:RuntimeOS=win10",
- "PB_SyncArguments": "-p -- /p:ArchGroup=arm /p:RuntimeOS=win10"
+ "PB_BuildArguments": "-framework=uap -buildArch=arm -Debug -- /p:SignType=real /p:RuntimeOS=win10",
+ "PB_BuildTestsArguments": "-framework=uap -buildArch=arm -Debug -SkipTests -- /p:RuntimeOS=win10 /p:ArchiveTests=true",
+ "PB_SyncArguments": "-p -- /p:ArchGroup=arm /p:RuntimeOS=win10 /p:TargetGroup=uap",
+ "PB_CreateHelixArguments": "/p:ArchGroup=arm /p:TargetGroup=uap /p:ConfigurationGroup=Debug /p:TargetQueues=Windows.10.Amd64 /p:SecondaryQueue=Windows.10.Arm64 /p:TestProduct=corefx /p:TimeoutInSeconds=1200 /p:TargetOS=Windows_NT /p:\"HelixJobType=test/functional/uwp/\""
},
"ReportingParameters": {
"OperatingSystem": "Windows",