summaryrefslogtreecommitdiff
path: root/buildpipeline/pipelines.json
diff options
context:
space:
mode:
authorwtgodbe <wigodbe@microsoft.com>2017-04-24 13:41:42 -0700
committerwtgodbe <wigodbe@microsoft.com>2017-04-25 11:24:50 -0700
commit00c64b787b2b529c6ba1f2ee044ee1ba33a46070 (patch)
tree764337c12e725452935755ffad0f5c4c5d99af18 /buildpipeline/pipelines.json
parente990f0ccb11fb7460646365de8020aee36ce0157 (diff)
downloadcoreclr-00c64b787b2b529c6ba1f2ee044ee1ba33a46070.tar.gz
coreclr-00c64b787b2b529c6ba1f2ee044ee1ba33a46070.tar.bz2
coreclr-00c64b787b2b529c6ba1f2ee044ee1ba33a46070.zip
Enable running R2R tests in Helix on non-Windows
Diffstat (limited to 'buildpipeline/pipelines.json')
-rw-r--r--buildpipeline/pipelines.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/buildpipeline/pipelines.json b/buildpipeline/pipelines.json
index 41a26408d1..d509011038 100644
--- a/buildpipeline/pipelines.json
+++ b/buildpipeline/pipelines.json
@@ -530,6 +530,24 @@
{
"Name": "Dotnet-CoreClr-Trusted-BuildTests",
"Parameters": {
+ "HelixJobType": "test/functional/r2r/cli/",
+ "TargetsWindows": "false",
+ "Rid": "osx-x64",
+ "TargetQueues": "osx.1012.amd64",
+ "TestContainerSuffix": "osx",
+ "CrossgenArg": "Crossgen ",
+ "TargetsNonWindowsArg": "TargetsNonWindows "
+ },
+ "ReportingParameters": {
+ "OperatingSystem": "OSX",
+ "SubType": "Build-Tests-R2R",
+ "Type": "build/product/",
+ "PB_BuildType": "Release"
+ }
+ },
+ {
+ "Name": "Dotnet-CoreClr-Trusted-BuildTests",
+ "Parameters": {
"HelixJobType": "test/functional/cli/",
"TargetsWindows": "false",
"Rid": "linux-x64",
@@ -543,6 +561,24 @@
"Type": "build/product/",
"PB_BuildType": "Release"
}
+ },
+ {
+ "Name": "Dotnet-CoreClr-Trusted-BuildTests",
+ "Parameters": {
+ "HelixJobType": "test/functional/r2r/cli/",
+ "TargetsWindows": "false",
+ "Rid": "linux-x64",
+ "TargetQueues": "debian.82.amd64,fedora.25.amd64,redhat.72.amd64,ubuntu.1404.amd64,ubuntu.1604.amd64,ubuntu.1610.amd64",
+ "TestContainerSuffix": "linux",
+ "CrossgenArg": "Crossgen ",
+ "TargetsNonWindowsArg": "TargetsNonWindows "
+ },
+ "ReportingParameters": {
+ "OperatingSystem": "RedHat 7",
+ "SubType": "Build-Tests-R2R",
+ "Type": "build/product/",
+ "PB_BuildType": "Release"
+ }
}
],
"DependsOn": [