diff options
author | Stuart Monteith <stuart.monteith@linaro.org> | 2016-10-12 11:19:30 +0100 |
---|---|---|
committer | Stuart Monteith <stuart.monteith@linaro.org> | 2016-10-12 11:19:30 +0100 |
commit | b97d522de9eb0afd9493f11e2251d2b396693b4a (patch) | |
tree | cc16d0ae11f0bfd4952de7aa8362ac4af39e859c /jdk8-jtreg-test-publish-results.yaml | |
parent | 511fe262a25ae90227f0243e87f3e65c6154be0c (diff) | |
download | configs-b97d522de9eb0afd9493f11e2251d2b396693b4a.tar.gz |
jdk: Pass node name for publishing
The publishing needs to know the node name for publishing the jdk
images.
Change-Id: I3aee7ab93232c77bfe05ffe9fcc993ceb6b63e8d
Diffstat (limited to 'jdk8-jtreg-test-publish-results.yaml')
-rw-r--r-- | jdk8-jtreg-test-publish-results.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jdk8-jtreg-test-publish-results.yaml b/jdk8-jtreg-test-publish-results.yaml index a75952846..a0c7b457b 100644 --- a/jdk8-jtreg-test-publish-results.yaml +++ b/jdk8-jtreg-test-publish-results.yaml @@ -104,7 +104,7 @@ tar xf jtreg-build-4.2.0-SNAPSHOT.tar.xz export PATH=${WORKSPACE}/jtreg/bin:$PATH which jtdiff - TOP_DIR=$PERSIST/openjdk8-jtreg-nightly-tests bash -x $SCRIPT_DIR/publish $PUBLISH_DEST + TOP_DIR=$PERSIST/openjdk8-jtreg-nightly-tests bash -x $SCRIPT_DIR/publish $PUBLISH_DEST $NODE_NAME publishers: - email: recipients: 'fathi.boudra@linaro.org stuart.monteith@linaro.org' |