diff options
author | Drew Scoggins <anscoggi@microsoft.com> | 2017-01-20 16:05:16 -0800 |
---|---|---|
committer | Drew Scoggins <anscoggi@microsoft.com> | 2017-01-24 17:50:37 -0800 |
commit | 1a00e7dbbe4fef687c80246f8daca5c20f830493 (patch) | |
tree | bb01856d2d2b1cc05654daa54963319b99f29e8e /perf.groovy | |
parent | 4946558e0dcbe82b4f6beb31a3052426856a3f32 (diff) | |
download | coreclr-1a00e7dbbe4fef687c80246f8daca5c20f830493.tar.gz coreclr-1a00e7dbbe4fef687c80246f8daca5c20f830493.tar.bz2 coreclr-1a00e7dbbe4fef687c80246f8daca5c20f830493.zip |
Fix Ubuntu Perf Runs
After the dev/eng work the Ubuntu perf runs were broken because of
layout changes in the bin drop of CoreFX. We relied on these for the
CoreFX that we used during perf testing. I have made changes on the
CoreFX side to tar up the new runtime folder instead of a collection of
other bin folder. This change allows the infrastructure to consume
this.
Diffstat (limited to 'perf.groovy')
-rw-r--r-- | perf.groovy | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perf.groovy b/perf.groovy index b2dfedd20f..6b09310818 100644 --- a/perf.groovy +++ b/perf.groovy @@ -128,8 +128,7 @@ def static getOSGroup(def os) { --testNativeBinDir=\"\${WORKSPACE}/bin/obj/${osGroup}.${architecture}.${configuration}/tests\" \\ --coreClrBinDir=\"\${WORKSPACE}/bin/Product/${osGroup}.${architecture}.${configuration}\" \\ --mscorlibDir=\"\${WORKSPACE}/bin/Product/${osGroup}.${architecture}.${configuration}\" \\ - --coreFxBinDir=\"\${WORKSPACE}/corefx/bin/${osGroup}.AnyCPU.${configuration};\${WORKSPACE}/corefx/bin/Unix.AnyCPU.${configuration};\${WORKSPACE}/corefx/bin/AnyOS.AnyCPU.${configuration}\" \\ - --coreFxNativeBinDir=\"\${WORKSPACE}/corefx/bin/${osGroup}.${architecture}.${configuration}\" \\ + --coreFxBinDir=\"\${WORKSPACE}/corefx\" \\ --runType=\"${runType}\" \\ --benchViewOS=\"${os}\" \\ --uploadToBenchview""") |