diff options
author | Stuart Monteith <stuart.monteith@linaro.org> | 2016-10-06 07:08:58 -0700 |
---|---|---|
committer | Stuart Monteith <stuart.monteith@linaro.org> | 2016-10-06 07:10:26 -0700 |
commit | 5255d6c9b82fa70855b35c15b83c661312a5796f (patch) | |
tree | e897509b00ce60023c9bdff538447e07cbab664a /jdk8-jtreg-test-publish-results.yaml | |
parent | e9b98c4d4b64f6819e37cfaf44a8263925aff040 (diff) | |
download | configs-5255d6c9b82fa70855b35c15b83c661312a5796f.tar.gz |
jdk: Probe environment variables in multijob
PUBLISH_DEST appears to be unset and publish script failing. Confirm
this by dumping envvars.
Change-Id: Iaf2bd1c047396f751579991d5052f30a3f2dcf42
Diffstat (limited to 'jdk8-jtreg-test-publish-results.yaml')
-rw-r--r-- | jdk8-jtreg-test-publish-results.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/jdk8-jtreg-test-publish-results.yaml b/jdk8-jtreg-test-publish-results.yaml index b31082b81..eb799b2d2 100644 --- a/jdk8-jtreg-test-publish-results.yaml +++ b/jdk8-jtreg-test-publish-results.yaml @@ -9,6 +9,9 @@ anonymous: - job-read - job-extended-read + openjdk-members: + - job-build + - job-cancel - build-discarder: days-to-keep: 30 num-to-keep: 10 @@ -31,6 +34,9 @@ #!/bin/bash set -ex + echo Env start + env + echo Env end PERSIST=$HOME/srv/openjdk SCRIPT_DIR=$PERSIST/openjdk-test-scripts |