aboutsummaryrefslogtreecommitdiff
path: root/jdk9-terasort-benchmark-publish-results.yaml
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2018-01-10 13:47:54 +0000
committerStuart Monteith <stuart.monteith@linaro.org>2018-01-10 14:35:49 +0000
commit3da6d0f7aef6b6aebd4d5294628fe8f077491213 (patch)
tree8d52aa163592e249d9f478f6ed85181439f8c8d0 /jdk9-terasort-benchmark-publish-results.yaml
parent672c955e4077f479521ac91709f0abaf0f825e13 (diff)
jdk: Update jdk9 jobs to build for jdk9u
jdk9 is finished. Changes are now to be built for jdk9u. Change-Id: I8a37e699a29553d8d61ba85862a8a630914bd75c
Diffstat (limited to 'jdk9-terasort-benchmark-publish-results.yaml')
-rw-r--r--jdk9-terasort-benchmark-publish-results.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/jdk9-terasort-benchmark-publish-results.yaml b/jdk9-terasort-benchmark-publish-results.yaml
index 24e9cc7924..3a3144019c 100644
--- a/jdk9-terasort-benchmark-publish-results.yaml
+++ b/jdk9-terasort-benchmark-publish-results.yaml
@@ -34,7 +34,7 @@
default: ''
disabled: false
node: aarch64-06
- display-name: 'OpenJDK 9 - Publish terasort benchmark results'
+ display-name: 'OpenJDK 9u - Publish terasort benchmark results'
wrappers:
- workspace-cleanup:
dirmatch: false
@@ -49,8 +49,8 @@
builders:
- shell: |
#!/bin/bash
- PERSIST=$HOME/srv/openjdk9
- export JDK_VERSION=9
+ PERSIST=$HOME/srv/openjdk9u
+ export JDK_VERSION=9u
export BENCHMARK_RESULTS_DIR=$PERSIST/hadoop-terasort-benchmark-results
SCRIPT_DIR=$PERSIST/hadoop-test-scripts