aboutsummaryrefslogtreecommitdiff
path: root/jdkX-terasort-benchmark-publish-results.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jdkX-terasort-benchmark-publish-results.yaml')
-rw-r--r--jdkX-terasort-benchmark-publish-results.yaml67
1 files changed, 67 insertions, 0 deletions
diff --git a/jdkX-terasort-benchmark-publish-results.yaml b/jdkX-terasort-benchmark-publish-results.yaml
new file mode 100644
index 0000000000..8ef4ecdf59
--- /dev/null
+++ b/jdkX-terasort-benchmark-publish-results.yaml
@@ -0,0 +1,67 @@
+- job:
+ name: jdkX-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: aarch64-06
+ display-name: 'OpenJDK X - 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/openjdkX
+ export JDK_VERSION=X
+
+ 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'