aboutsummaryrefslogtreecommitdiff
path: root/jdk8-jcstress-test-publish-results.yaml
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2016-10-24 10:53:38 +0100
committerStuart Monteith <stuart.monteith@linaro.org>2016-10-24 11:01:55 +0100
commite6760486dc57ebebf8a76c22d7459bc5629a73b2 (patch)
tree935889a20911e9e23c62188e5d666e372d9de110 /jdk8-jcstress-test-publish-results.yaml
parent803acfde6cd632ef57549b29aceec42e8b2aaf86 (diff)
jdk: Separate jdk8 from jdk9 persistent data
Currently, we place jdk8 jobs into $HOME/srv/openjdk - change to $HOME/srv/openjdk8. Do likewise to jdk9 in another commit. Change-Id: I2c8229503d98d4d6e438523e5d9a5d9bfa9fff38
Diffstat (limited to 'jdk8-jcstress-test-publish-results.yaml')
-rw-r--r--jdk8-jcstress-test-publish-results.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jdk8-jcstress-test-publish-results.yaml b/jdk8-jcstress-test-publish-results.yaml
index 9ecc250fa8..756b474365 100644
--- a/jdk8-jcstress-test-publish-results.yaml
+++ b/jdk8-jcstress-test-publish-results.yaml
@@ -34,7 +34,7 @@
#!/bin/bash
- PERSIST=$HOME/srv/openjdk
+ PERSIST=$HOME/srv/openjdk8
SCRIPT_DIR=$PERSIST/jcstress-test-scripts
if [ -d $SCRIPT_DIR ]; then
(cd $SCRIPT_DIR; git pull)