aboutsummaryrefslogtreecommitdiff
path: root/jdk11-specjbb2015-benchmark-publish-results.yaml
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2018-04-20 14:23:20 +0100
committerStuart Monteith <stuart.monteith@linaro.org>2018-06-26 15:03:46 +0100
commit6016be543a509f680f196fee532c376f24a98a5b (patch)
tree683c4444ebe87c4082e789d06570d91b7398ffb2 /jdk11-specjbb2015-benchmark-publish-results.yaml
parent45e4717389fac7914f9ed7484b2e8db7be046ae5 (diff)
jdk: Create JDK 11 jobs.
The JDK 11 tree has branched off of the mainline. Create the appropriate jobs for building and testing it. Change-Id: Id6b23a35f0b4d33c163b1f8696cc5d4e9c9a1633
Diffstat (limited to 'jdk11-specjbb2015-benchmark-publish-results.yaml')
-rw-r--r--jdk11-specjbb2015-benchmark-publish-results.yaml59
1 files changed, 59 insertions, 0 deletions
diff --git a/jdk11-specjbb2015-benchmark-publish-results.yaml b/jdk11-specjbb2015-benchmark-publish-results.yaml
new file mode 100644
index 0000000000..76c9b3f2a5
--- /dev/null
+++ b/jdk11-specjbb2015-benchmark-publish-results.yaml
@@ -0,0 +1,59 @@
+- job:
+ name: jdk11-specjbb2015-benchmark-publish-results
+ project-type: freestyle
+ defaults: global
+ description: |
+ * Reports are published to http://openjdk.linaro.org/jdk11/SPECjbb2015-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: '4090'
+ - string:
+ name: SERVER_CRITICAL_JOPS_BASELINE
+ default: '1015'
+ - string:
+ name: PUBLISH_DEST
+ default: ''
+ - string:
+ name: PUBLISH_HOST
+ default: ''
+ disabled: false
+ node: aarch64-06
+ display-name: 'OpenJDK 11 - Publish SPECjbb2015 benchmark results'
+ wrappers:
+ - timestamps
+ - ssh-agent-credentials:
+ # openjdk-testing user id
+ users:
+ - '744cffb4-9ce1-4856-b103-9fdda06dad36'
+# Replaced by parameters
+# - inject:
+# properties-file: '${HOME}/performance-baseline.properties'
+ builders:
+ - shell: |
+ #!/bin/bash
+
+ set -exu
+ PERSIST=$HOME/srv/openjdk11
+ export TOP_DIR=$PERSIST
+ export SPECJBB_PRODUCT_HOME=$PERSIST/SPECjbb2015
+
+ $PERSIST/specjbb-test-scripts/specjbb-publish $PUBLISH_DEST
+ publishers:
+ - email:
+ recipients: 'fathi.boudra@linaro.org stuart.monteith@linaro.org'