aboutsummaryrefslogtreecommitdiff
path: root/jdk9-specjbb2015-benchmark-publish-results.yaml
blob: c3d5e662636e821aa8da4c52abff9b5d95a72f50 (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
- job:
    name: jdk9-specjbb2015-benchmark-publish-results
    project-type: freestyle
    defaults: global
    description: |
        * Reports are published to http://openjdk.linaro.org/jdk9/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 9 - 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/openjdk9
            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'