aboutsummaryrefslogtreecommitdiff
path: root/jdk8-jtreg-test-publish-results.yaml
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2016-08-23 17:05:12 +0100
committerStuart Monteith <stuart.monteith@linaro.org>2016-08-23 17:05:12 +0100
commit0cd7a2442c9679e082740a29e2e2bbc595080aa8 (patch)
treefe4825f4412e55e0e3feb2180f825d59233a4618 /jdk8-jtreg-test-publish-results.yaml
parent23ea4ff9e0116cdfa2e430e6590ed9b059fa5c31 (diff)
jdk8: Fix jtreg publishing script patch
Scripts was looking for jtreg/linux/bin/jtdiff, whereas it is now under jtreg/bin/jtdiff Also add myself to the email addresses. Change-Id: Ib456b80564a753a9f372b104051998eb42cce4b9
Diffstat (limited to 'jdk8-jtreg-test-publish-results.yaml')
-rw-r--r--jdk8-jtreg-test-publish-results.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jdk8-jtreg-test-publish-results.yaml b/jdk8-jtreg-test-publish-results.yaml
index cdbc832c36..c0b0ca9067 100644
--- a/jdk8-jtreg-test-publish-results.yaml
+++ b/jdk8-jtreg-test-publish-results.yaml
@@ -38,9 +38,9 @@
tar xf jtreg-build-4.2.0-SNAPSHOT.tar.xz
- export PATH=${WORKSPACE}/jtreg/linux/bin:$PATH
+ export PATH=${WORKSPACE}/jtreg/bin:$PATH
which jtdiff
TOP_DIR=$PERSIST/openjdk8-jtreg-nightly-tests bash -x $SCRIPT_DIR/publish $PERSIST
publishers:
- email:
- recipients: 'fathi.boudra@linaro.org'
+ recipients: 'fathi.boudra@linaro.org' 'stuart.monteith@linaro.org'