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:
authorJC Aguilera <juanam@microsoft.com>2017-07-25 02:36:53 +0300
committerGitHub <noreply@github.com>2017-07-25 02:36:53 +0300
commit25e8f0a25a57c075907f946ce3cfd55e3388cbae (patch)
tree6ea0c9bbdd97c150b9d13ee6dd705263c7ea2449 /buildpipeline/pipeline.json
parenta6998f2d0d75e05a4845c338d3566ac9e3cd0835 (diff)
Enable BuildTest in Windows Server Core
Windows Server Core was just created so now enabling work to be processed in this image
Diffstat (limited to 'buildpipeline/pipeline.json')
-rw-r--r--buildpipeline/pipeline.json73
1 files changed, 71 insertions, 2 deletions
diff --git a/buildpipeline/pipeline.json b/buildpipeline/pipeline.json
index 8523ce86cd..5fbde556d3 100644
--- a/buildpipeline/pipeline.json
+++ b/buildpipeline/pipeline.json
@@ -127,7 +127,7 @@
"PB_BuildArguments": "-buildArch=x64 -Release -- /p:SignType=real /p:RuntimeOS=win10",
"PB_BuildTestsArguments": "-buildArch=x64 -Release -SkipTests -Outerloop -- /p:RuntimeOS=win10 /p:ArchiveTests=true",
"PB_SyncArguments": "-p -- /p:ArchGroup=x64 /p:RuntimeOS=win10",
- "PB_CreateHelixArguments": "/p:ArchGroup=x64 /p:ConfigurationGroup=Release /p:\"TargetQueues=Windows.10.Amd64,Windows.10.Nano.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.10.Nano.Amd64,Windows.10.Amd64.Core,Windows.7.Amd64,Windows.81.Amd64\" /p:TestProduct=corefx /p:TimeoutInSeconds=1200 /p:TargetOS=Windows_NT"
},
"ReportingParameters": {
"OperatingSystem": "Windows",
@@ -155,6 +155,24 @@
"SubType": "netcoreapp"
}
},
+ {
+ "Name": "DotNet-CoreFx-Trusted-Windows",
+ "Parameters": {
+ "PB_Platform": "x86",
+ "PB_TargetQueue": "Windows.10.Amd64.Core",
+ "PB_BuildArguments": "-buildArch=x86 -Release -- /p:SignType=real /p:RuntimeOS=win10",
+ "PB_BuildTestsArguments": "-buildArch=x86 -Release -SkipTests -Outerloop -- /p:RuntimeOS=win10 /p:ArchiveTests=true",
+ "PB_SyncArguments": "-p -- /p:ArchGroup=x86 /p:RuntimeOS=win10",
+ "PB_CreateHelixArguments": "/p:ArchGroup=x86 /p:ConfigurationGroup=Release /p:\"TargetQueues=Windows.10.Amd64,Windows.10.Amd64.Core,Windows.7.Amd64,Windows.81.Amd64\" /p:TestProduct=corefx /p:TimeoutInSeconds=1200 /p:TargetOS=Windows_NT"
+ },
+ "ReportingParameters": {
+ "OperatingSystem": "Windows",
+ "Type": "build/product/",
+ "Platform": "x86",
+ "ConfigurationGroup": "Release",
+ "SubType": "netcoreapp"
+ }
+ },
{
"Name": "DotNet-CoreFx-Trusted-Windows",
"Parameters": {
@@ -223,6 +241,23 @@
"SubType": "uapaot"
}
},
+ {
+ "Name": "DotNet-CoreFx-Trusted-Windows",
+ "Parameters": {
+ "PB_Platform": "arm",
+ "PB_BuildArguments": "-framework=uapaot -buildArch=arm -Release -- /p:SignType=real /p:RuntimeOS=win10",
+ "PB_BuildTestsArguments": "-framework=uapaot -buildArch=arm -Release -SkipTests -Outerloop -- /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.Core /p:SecondaryQueue=Windows.10.Arm64 /p:TestProduct=corefx /p:TimeoutInSeconds=1200 /p:TargetOS=Windows_NT /p:\"HelixJobType=test/functional/ilc/\""
+ },
+ "ReportingParameters": {
+ "OperatingSystem": "Windows",
+ "Type": "build/product/",
+ "Platform": "arm",
+ "ConfigurationGroup": "Release",
+ "SubType": "uapaot"
+ }
+ },
{
"Name": "DotNet-CoreFx-Trusted-Windows",
"Parameters": {
@@ -289,6 +324,23 @@
"SubType": "netfx"
}
},
+ {
+ "Name": "DotNet-CoreFx-Trusted-Windows",
+ "Parameters": {
+ "PB_Platform": "x64",
+ "PB_BuildArguments": "-framework=netfx -buildArch=x64 -Release -- /p:SignType=real /p:RuntimeOS=win10",
+ "PB_BuildTestsArguments": "-framework=netfx -buildArch=x64 -Release -SkipTests -- /p:RuntimeOS=win10 /p:ArchiveTests=true",
+ "PB_SyncArguments": "-p -- /p:ArchGroup=x64 /p:RuntimeOS=win10 /p:TargetGroup=netfx",
+ "PB_CreateHelixArguments": "/p:EnableCloudTest=false /p:ArchGroup=x64 /p:TargetGroup=netfx /p:ConfigurationGroup=Release /p:\"TargetQueues=Windows.10.Amd64.Core\" /p:TestProduct=corefx /p:TimeoutInSeconds=1200 /p:TargetOS=Windows_NT /p:\"HelixJobType=test/functional/desktop/cli/\""
+ },
+ "ReportingParameters": {
+ "OperatingSystem": "Windows",
+ "Type": "build/product/",
+ "Platform": "x64",
+ "ConfigurationGroup": "Release",
+ "SubType": "netfx"
+ }
+ },
{
"Name": "DotNet-CoreFx-Trusted-Windows",
"Parameters": {
@@ -305,6 +357,23 @@
"ConfigurationGroup": "Release",
"SubType": "netfx"
}
+ },
+ {
+ "Name": "DotNet-CoreFx-Trusted-Windows",
+ "Parameters": {
+ "PB_Platform": "x86",
+ "PB_BuildArguments": "-framework=netfx -buildArch=x86 -Release -- /p:SignType=real /p:RuntimeOS=win10",
+ "PB_BuildTestsArguments": "-framework=netfx -buildArch=x86 -Release -SkipTests -- /p:RuntimeOS=win10 /p:ArchiveTests=true",
+ "PB_SyncArguments": "-p -- /p:ArchGroup=x86 /p:RuntimeOS=win10 /p:TargetGroup=netfx",
+ "PB_CreateHelixArguments": "/p:EnableCloudTest=false /p:ArchGroup=x86 /p:TargetGroup=netfx /p:ConfigurationGroup=Release /p:\"TargetQueues=Windows.10.Amd64.Core\" /p:TestProduct=corefx /p:TimeoutInSeconds=1200 /p:TargetOS=Windows_NT /p:\"HelixJobType=test/functional/desktop/cli/\""
+ },
+ "ReportingParameters": {
+ "OperatingSystem": "Windows",
+ "Type": "build/product/",
+ "Platform": "x86",
+ "ConfigurationGroup": "Release",
+ "SubType": "netfx"
+ }
}
]
},
@@ -615,4 +684,4 @@
]
}
]
-} \ No newline at end of file
+}