aboutsummaryrefslogtreecommitdiff
path: root/jdk8-generate-email-report.yaml
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2016-11-25 16:35:15 +0000
committerStuart Monteith <stuart.monteith@linaro.org>2016-11-25 16:35:15 +0000
commit9e5af481814ffbd61376f04f94cf6981b8b75dbd (patch)
treebf91077e100881df5dd9033eb31525943f2a4dc7 /jdk8-generate-email-report.yaml
parentfd5d1ab1406bc39b4acd57120975bd53e934e04d (diff)
jdk: Set location of benchmark results for terasort
Generate-email-reports was relying on bad defaults for the location of results. Change-Id: I52e6eadf9424d499f8f19057d9e0cefdcdecd87b
Diffstat (limited to 'jdk8-generate-email-report.yaml')
-rw-r--r--jdk8-generate-email-report.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jdk8-generate-email-report.yaml b/jdk8-generate-email-report.yaml
index 3ef0e9f6f9..bf2b5ec511 100644
--- a/jdk8-generate-email-report.yaml
+++ b/jdk8-generate-email-report.yaml
@@ -63,7 +63,7 @@
TOP_DIR=${PERSIST} ${PERSIST}/specjbb-test-scripts/specjbb-report >> ${WORKSPACE}/report.txt
echo "" >> ${WORKSPACE}/report.txt
- ${PERSIST}/hadoop-test-scripts/benchmark-terasort-report >> ${WORKSPACE}/report.txt
+ BENCHMARK_RESULTS_DIR=$PERSIST/hadoop-terasort-benchmark-results ${PERSIST}/hadoop-test-scripts/benchmark-terasort-report >> ${WORKSPACE}/report.txt
echo "" >> ${WORKSPACE}/report.txt
TOP_DIR=${PERSIST} ${PERSIST}/jcstress-test-scripts/jcstress-report --url http://openjdk.linaro.org/jdk${JDK_VERSION}/ >> ${WORKSPACE}/report.txt