aboutsummaryrefslogtreecommitdiff
path: root/jdk8-jtreg-test-publish-results.yaml
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2016-10-17 14:53:53 +0100
committerStuart Monteith <stuart.monteith@linaro.org>2016-10-17 14:59:20 +0100
commit85088d197ee8d89f8d06d2e5b4b150828957a808 (patch)
treef749fc1e3963bee01c5e239ab3f8746c949272a6 /jdk8-jtreg-test-publish-results.yaml
parentf8dab866954b54adf51a6ca4c4ead52b61d82ab7 (diff)
jdk: Fixup envvar and tree output
The output is rather large, and needs pruning to be useful. Just dump directories. Also, fixup moving of src directory. Change-Id: I6edd21f73af19ecc2d36e8bbbc2e0e8361ce33d9
Diffstat (limited to 'jdk8-jtreg-test-publish-results.yaml')
-rw-r--r--jdk8-jtreg-test-publish-results.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/jdk8-jtreg-test-publish-results.yaml b/jdk8-jtreg-test-publish-results.yaml
index 17529b4d31..b88aacb7f8 100644
--- a/jdk8-jtreg-test-publish-results.yaml
+++ b/jdk8-jtreg-test-publish-results.yaml
@@ -96,7 +96,8 @@
PERSIST=$HOME/srv/openjdk
SCRIPT_DIR=$PERSIST/openjdk-test-scripts
- tree $PERSIST | xz >$WORKSPACE/tree.out.xz
+ env >$WORKSPACE/env.out
+ tree -fd -L5 $PERSIST | xz >$WORKSPACE/tree.out.xz
if [ -d $SCRIPT_DIR ]; then
(cd $SCRIPT_DIR; git pull)
@@ -107,10 +108,9 @@
tar xf jtreg-build-4.2.0-SNAPSHOT.tar.xz
export PATH=${WORKSPACE}/jtreg/bin:$PATH
which jtdiff
- env
TOP_DIR=$PERSIST/openjdk8-jtreg-nightly-tests bash -x $SCRIPT_DIR/publish $PUBLISH_DEST $NODE_NAME
publishers:
- archive:
- artifacts: 'tree.out.xz'
+ artifacts: 'tree.out.xz, env.out'
- email:
recipients: 'fathi.boudra@linaro.org stuart.monteith@linaro.org'