summaryrefslogtreecommitdiff
path: root/buildpipeline
diff options
context:
space:
mode:
authorJuan Carlos Aguilera Mendez <juanam@microsoft.com>2018-03-14 16:34:00 -0700
committerJuan Carlos Aguilera Mendez <juanam@microsoft.com>2018-03-14 16:34:00 -0700
commit4fa5ee3a3de97a9f144677a6ea0a69e0bac7bf3e (patch)
tree2eaab1297fb663a21b7a81fc973626e3ff5b50bb /buildpipeline
parent3ea84968be81176a3aade78a799a540ed0b6aa49 (diff)
parent659267af49f89c0cae4dc5b49abee4cf6550c723 (diff)
downloadcoreclr-4fa5ee3a3de97a9f144677a6ea0a69e0bac7bf3e.tar.gz
coreclr-4fa5ee3a3de97a9f144677a6ea0a69e0bac7bf3e.tar.bz2
coreclr-4fa5ee3a3de97a9f144677a6ea0a69e0bac7bf3e.zip
Merge branch 'master' of https://github.com/dotnet/coreclr
Diffstat (limited to 'buildpipeline')
-rw-r--r--buildpipeline/perf-pipeline.groovy1
-rw-r--r--buildpipeline/pipelines.json15
2 files changed, 0 insertions, 16 deletions
diff --git a/buildpipeline/perf-pipeline.groovy b/buildpipeline/perf-pipeline.groovy
index 270c80eda3..f2043dc742 100644
--- a/buildpipeline/perf-pipeline.groovy
+++ b/buildpipeline/perf-pipeline.groovy
@@ -121,7 +121,6 @@ def windowsThroughput(String arch, String os, String config, String runType, Str
bat "py \".\\Microsoft.BenchView.JSONFormat\\tools\\machinedata.py\""
bat ".\\init-tools.cmd"
- bat "tests\\runtest.cmd ${config} ${arch} GenerateLayoutOnly"
bat "py -u tests\\scripts\\run-throughput-perf.py -arch ${arch} -os ${os} -configuration ${config} -opt_level ${optLevel} -jit_name ${jit} ${pgoTestFlag} -clr_root \"%WORKSPACE%\" -assembly_root \"%WORKSPACE%\\${arch}ThroughputBenchmarks\\lib\" -benchview_path \"%WORKSPACE%\\Microsoft.Benchview.JSONFormat\\tools\" -run_type ${runType}"
archiveArtifacts allowEmptyArchive: false, artifacts:'throughput-*.csv,machinedata.json', onlyIfSuccessful: false
}
diff --git a/buildpipeline/pipelines.json b/buildpipeline/pipelines.json
index 0b4edd06b9..e48305dcd4 100644
--- a/buildpipeline/pipelines.json
+++ b/buildpipeline/pipelines.json
@@ -141,21 +141,6 @@
"Architecture": "arm",
"PB_BuildType": null
}
- },
- {
- "Name": "DotNet-CoreClr-Trusted-Linux-Crossbuild",
- "Parameters": {
- "DockerTag": "ubuntu-16.04-cross-arm64-d809634-20180312171656",
- "Architecture": "arm64",
- "Rid": "linux"
- },
- "ReportingParameters": {
- "OperatingSystem": "Linux",
- "SubType": "PortableCrossBuild",
- "Type": "build/product/",
- "Architecture": "arm64",
- "PB_BuildType": null
- }
}
]
}