aboutsummaryrefslogtreecommitdiff
path: root/jdk8-specjbb2013-benchmark-publish-results.yaml
blob: afe40fc488d092c6fc7b7db0911bb435d726276e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
- job:
    name: jdk8-specjbb2013-benchmark-publish-results
    project-type: freestyle
    defaults: global
    description: |
        * Reports are published to http://openjdk.linaro.org/SPECjbb2013-1.00-results/
    logrotate:
        numToKeep: 10
    properties:
        - authorization:
            anonymous:
                - job-read
                - job-extended-read
    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 - Publish SPECjbb2013 benchmark results'
    wrappers:
        - timestamps
# Replaced by parameters
#        - inject:
#            properties-file: '${HOME}/performance-baseline.properties'
    builders:
        - shell: |
            #!/bin/bash

            set -exu

            ~openjdk-testing/specjbb-test-scripts/specjbb-publish /home/openjdk-testing
    publishers:
        - email:
            recipients: 'fathi.boudra@linaro.org'