aboutsummaryrefslogtreecommitdiff
path: root/jdk8-jcstress-test-publish-results.yaml
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2016-10-31 14:04:42 +0000
committerStuart Monteith <stuart.monteith@linaro.org>2016-10-31 15:22:01 +0000
commit1689bfe1c5506f8b96f548a554610fd11b270847 (patch)
tree64c6b9c8ac4469381f3bbd16d6a57003a9cbd3db /jdk8-jcstress-test-publish-results.yaml
parentfa89d6e57dd53cbe368fb57d9b938425b41e4af5 (diff)
jdk8: Update jobs to use jdk8u
And pass JDK_VERSION variable to scripts. This make splitting the jobs more easy to split between jdk8u and jdk9. Change-Id: I8d0d2ff61cbab955d7d144e18bdeab6b3d016a50
Diffstat (limited to 'jdk8-jcstress-test-publish-results.yaml')
-rw-r--r--jdk8-jcstress-test-publish-results.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/jdk8-jcstress-test-publish-results.yaml b/jdk8-jcstress-test-publish-results.yaml
index 756b4743..4a5367d8 100644
--- a/jdk8-jcstress-test-publish-results.yaml
+++ b/jdk8-jcstress-test-publish-results.yaml
@@ -34,8 +34,10 @@
#!/bin/bash
- PERSIST=$HOME/srv/openjdk8
+ PERSIST=$HOME/srv/openjdk8u
SCRIPT_DIR=$PERSIST/jcstress-test-scripts
+ JDK_VERSION=8u
+
if [ -d $SCRIPT_DIR ]; then
(cd $SCRIPT_DIR; git pull)
else