summaryrefslogtreecommitdiff
path: root/buildpipeline
diff options
context:
space:
mode:
authorJose Perez Rodriguez <joperezr@microsoft.com>2018-03-19 16:45:28 -0700
committerGitHub <noreply@github.com>2018-03-19 16:45:28 -0700
commitf75a37ec729977e611b761d43c697eb60edf66e3 (patch)
tree73758e30b7551fefa29f06410f75adb4817ca48e /buildpipeline
parent6d32050c51abf994f983d4b4d16ab61d8097fd23 (diff)
downloadcoreclr-f75a37ec729977e611b761d43c697eb60edf66e3.tar.gz
coreclr-f75a37ec729977e611b761d43c697eb60edf66e3.tar.bz2
coreclr-f75a37ec729977e611b761d43c697eb60edf66e3.zip
Adding running tests on Alpine for coreclr build (#17048)
Diffstat (limited to 'buildpipeline')
-rw-r--r--buildpipeline/tests/test_pipelines.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/buildpipeline/tests/test_pipelines.json b/buildpipeline/tests/test_pipelines.json
index cd93561a92..1a6879f1ef 100644
--- a/buildpipeline/tests/test_pipelines.json
+++ b/buildpipeline/tests/test_pipelines.json
@@ -190,6 +190,41 @@
"Type": "build/product/",
"PB_BuildType": "Release"
}
+ },
+ {
+ "Name": "Dotnet-CoreClr-Trusted-BuildTests",
+ "Parameters": {
+ "HelixJobType": "test/functional/cli/",
+ "TargetsWindows": "false",
+ "Rid": "alpine.3.6",
+ "TargetQueues": "Alpine.36.Amd64",
+ "TestContainerSuffix": "alpine36",
+ "TargetsNonWindowsArg": "TargetsNonWindows "
+ },
+ "ReportingParameters": {
+ "OperatingSystem": "Alpine3.6",
+ "SubType": "Build-Tests",
+ "Type": "build/product/",
+ "PB_BuildType": "Release"
+ }
+ },
+ {
+ "Name": "Dotnet-CoreClr-Trusted-BuildTests",
+ "Parameters": {
+ "HelixJobType": "test/functional/r2r/cli/",
+ "TargetsWindows": "false",
+ "Rid": "alpine.3.6",
+ "TargetQueues": "Alpine.36.Amd64",
+ "TestContainerSuffix": "alpine36-r2r",
+ "CrossgenArg": "Crossgen ",
+ "TargetsNonWindowsArg": "TargetsNonWindows "
+ },
+ "ReportingParameters": {
+ "OperatingSystem": "Alpine3.6",
+ "SubType": "Build-Tests-R2R",
+ "Type": "build/product/",
+ "PB_BuildType": "Release"
+ }
}
],
}