aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2016-08-24 11:00:44 +0100
committerStuart Monteith <stuart.monteith@linaro.org>2016-08-24 11:00:44 +0100
commit596827515dd57638d62028a3a2e20c9dfbbfe343 (patch)
treef021a4361a67ea7cea8138879d384de0d0931280
parentf99b3f10b9978587f124ffaa4ec0a3b598b49fef (diff)
jdk8: Fix specjbb publishing, add email addresses
Fix TOPDIR to TOP_DIR for specjbb results publishing. Add myself to email results of builds. Change-Id: Ife3e292bbceb9c03dee192af3d6c558fd8147d57
-rw-r--r--jdk8-specjbb2013-benchmark-publish-results.yaml4
-rw-r--r--jdk8-terasort-benchmark-publish-results.yaml4
2 files changed, 4 insertions, 4 deletions
diff --git a/jdk8-specjbb2013-benchmark-publish-results.yaml b/jdk8-specjbb2013-benchmark-publish-results.yaml
index cc0fa23622..0b5486846c 100644
--- a/jdk8-specjbb2013-benchmark-publish-results.yaml
+++ b/jdk8-specjbb2013-benchmark-publish-results.yaml
@@ -37,9 +37,9 @@
set -exu
PERSIST=$HOME/srv/openjdk
- TOPDIR=$PERSIST
+ export TOP_DIR=$PERSIST
$PERSIST/specjbb-test-scripts/specjbb-publish /home/openjdk-testing
publishers:
- email:
- recipients: 'fathi.boudra@linaro.org'
+ recipients: 'fathi.boudra@linaro.org stuart.monteith@linaro.org'
diff --git a/jdk8-terasort-benchmark-publish-results.yaml b/jdk8-terasort-benchmark-publish-results.yaml
index 0bbc2e0869..7574f337cd 100644
--- a/jdk8-terasort-benchmark-publish-results.yaml
+++ b/jdk8-terasort-benchmark-publish-results.yaml
@@ -37,10 +37,10 @@
- shell: |
#!/bin/bash
PERSIST=$HOME/src/openjdk
- BENCHMARK_RESULTS_DIR=$PERSIST/hadoop-terasort-benchmark-results
+ export BENCHMARK_RESULTS_DIR=$PERSIST/hadoop-terasort-benchmark-results
SCRIPT_DIR=$PERSIST/hadoop-test-scripts
$SCRIPT_DIR/benchmark-terasort-publish /home/openjdk-testing
publishers:
- email:
- recipients: 'fathi.boudra@linaro.org'
+ recipients: 'fathi.boudra@linaro.org stuart.monteith@linaro.org'