aboutsummaryrefslogtreecommitdiff
path: root/jdk10-jcstress-test-publish-results.yaml
diff options
context:
space:
mode:
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)