From 700f991e8a5d1ac32880c58ffc3045ab2ce6c2be Mon Sep 17 00:00:00 2001 From: Matt Galbraith Date: Tue, 30 May 2017 12:44:10 -0700 Subject: Update WOA builds to build and send test jobs to .NET Helix --- buildpipeline/pipeline.json | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'buildpipeline') 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", -- cgit v1.2.3