aboutsummaryrefslogtreecommitdiff
path: root/jdk10-jcstress-test-publish-results.yaml
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2018-04-13 16:13:17 +0100
committerStuart Monteith <stuart.monteith@linaro.org>2018-04-13 15:20:50 +0000
commit846ebf2139d4497bd38db4db5127a9cff7cdcf18 (patch)
tree99e1ed60a71e9ad40565fa7cc0a56cb343aff435 /jdk10-jcstress-test-publish-results.yaml
parent6c1015c68a5061a07f087e915a9688b17914dedf (diff)
jdk: Update jdk10 builds to jdk10u
JDK 10 is done and maintenance has moved onto the updates branch. Change-Id: I9fab7d577e906c4f0d1dcb72422432eca7c5cf77
Diffstat (limited to 'jdk10-jcstress-test-publish-results.yaml')
-rw-r--r--jdk10-jcstress-test-publish-results.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/jdk10-jcstress-test-publish-results.yaml b/jdk10-jcstress-test-publish-results.yaml
index 919603a6d6..c90084513a 100644
--- a/jdk10-jcstress-test-publish-results.yaml
+++ b/jdk10-jcstress-test-publish-results.yaml
@@ -25,7 +25,7 @@
default: ''
disabled: false
node: aarch64-06
- display-name: 'OpenJDK 10 - Publish jcstress report'
+ display-name: 'OpenJDK 10u - Publish jcstress report'
wrappers:
- timestamps
- ssh-agent-credentials:
@@ -37,9 +37,9 @@
#!/bin/bash
- PERSIST=$HOME/srv/openjdk10
+ PERSIST=$HOME/srv/openjdk10u
SCRIPT_DIR=$PERSIST/jcstress-test-scripts
- export JDK_VERSION=10
+ export JDK_VERSION=10u
if [ -d $SCRIPT_DIR ]; then
(cd $SCRIPT_DIR; git pull)