aboutsummaryrefslogtreecommitdiff
path: root/jdk14-terasort-benchmark-publish-results.yaml
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2020-01-13 14:39:09 +0000
committerStuart Monteith <stuart.monteith@linaro.org>2020-01-13 14:40:17 +0000
commit53ae798a662dece9022fe74d1fa300df0951ff9e (patch)
tree6cfb2bc56dbea62340a9466ae6e3bc79c07577be /jdk14-terasort-benchmark-publish-results.yaml
parent53fc061fe066fcd3d022f49d7947164d3d034033 (diff)
jdk: Add jdk14 jobs
Creates all the new jobs required for jdk14. Disables jdk12, which was obsoleted by jdk13. Change-Id: Idd622d78764932837a493f7e65f93e0969866a5b
Diffstat (limited to 'jdk14-terasort-benchmark-publish-results.yaml')
-rw-r--r--jdk14-terasort-benchmark-publish-results.yaml67
1 files changed, 67 insertions, 0 deletions
diff --git a/jdk14-terasort-benchmark-publish-results.yaml b/jdk14-terasort-benchmark-publish-results.yaml
new file mode 100644
index 00000000..ce37c909
--- /dev/null
+++ b/jdk14-terasort-benchmark-publish-results.yaml
@@ -0,0 +1,67 @@
+- job:
+ name: jdk14-terasort-benchmark-publish-results
+ project-type: freestyle
+ defaults: global
+ description: |
+ * Results are published to http://openjdk.linaro.org/hadoop-terasort-benchmark-results/
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ - job-extended-read
+ openjdk-members:
+ - job-build
+ - job-cancel
+ - build-discarder:
+ days-to-keep: 30
+ num-to-keep: 10
+ artifact-num-to-keep: 5
+ parameters:
+ - string:
+ name: ZERO_BASELINE
+ default: '14115'
+ - string:
+ name: SERVER_MAX_JOPS_BASELINE
+ default: '3275'
+ - string:
+ name: SERVER_CRITICAL_JOPS_BASELINE
+ default: '854'
+ - string:
+ name: PUBLISH_DEST
+ default: ''
+ - string:
+ name: PUBLISH_HOST
+ default: ''
+ disabled: false
+ node: j12-qrep-01
+ display-name: 'OpenJDK 14 - Publish terasort benchmark results'
+ wrappers:
+ - workspace-cleanup:
+ dirmatch: false
+ - ssh-agent-credentials:
+ # openjdk-testing user id
+ users:
+ - '744cffb4-9ce1-4856-b103-9fdda06dad36'
+ - timestamps
+# Replaced by parameters
+# - inject:
+# properties-file: '${HOME}/performance-baseline.properties'
+ builders:
+ - shell: |
+ #!/bin/bash
+ PERSIST=$HOME/srv/openjdk14
+ export JDK_VERSION=14
+
+ export BENCHMARK_RESULTS_DIR=$PERSIST/hadoop-terasort-benchmark-results
+ SCRIPT_DIR=$PERSIST/hadoop-test-scripts
+
+ if [ -d $SCRIPT_DIR ]; then
+ (cd $SCRIPT_DIR; git pull)
+ else
+ git clone https://git.linaro.org/leg/openjdk/hadoop-test-scripts.git $SCRIPT_DIR
+ fi
+
+ $SCRIPT_DIR/benchmark-terasort-publish $PUBLISH_DEST
+ publishers:
+ - email:
+ recipients: 'fathi.boudra@linaro.org stuart.monteith@linaro.org'