- job: name: jdk8-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 - 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' disabled: false node: aarch64-06 display-name: 'OpenJDK 8 - Publish terasort benchmark results' wrappers: - workspace-cleanup: dirmatch: false - timestamps # Replaced by parameters # - inject: # properties-file: '${HOME}/performance-baseline.properties' builders: - shell: | #!/bin/bash PERSIST=$HOME/src/openjdk export BENCHMARK_RESULTS_DIR=$PERSIST/hadoop-terasort-benchmark-results SCRIPT_DIR=$PERSIST/hadoop-test-scripts $SCRIPT_DIR/benchmark-terasort-publish /home/openjdk-testing publishers: - email: recipients: 'fathi.boudra@linaro.org stuart.monteith@linaro.org'