aboutsummaryrefslogtreecommitdiff
path: root/jdk12-publish-all-results.yaml
blob: d9abcd6d7bc748ba9c4167fdf92f14ae0f42952e (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
- job:
    name: jdk12-publish-all-results
    project-type: freestyle
    defaults: global
    description: |
        * Convenience job to invoke all the scripts that sync the results to openjdk.linaro.org.
    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
    disabled: true
    node: master
    display-name: 'OpenJDK 12 - Invoke all the scripts to sync results to openjdk.linaro.org'
    parameters:
        - string:
            name: PUBLISH_DEST
            default: '/home/openjdk-testing/jdk12'
        - string:
            name: PUBLISH_HOST
            default: 'stuart.monteith@people.linaro.org'
        - string:
            name: YEAR
            default: 'default'
        - string:
            name: DAY_OF_YEAR
            default: 'default'
    wrappers:
        - timestamps
    builders:
        - trigger-builds:
            - project: jdk12-jtreg-test-publish-results
              block: true
              current-parameters: true
        - trigger-builds:
            - project: jdk12-specjbb2015-benchmark-publish-results
              block: true
              current-parameters: true
        - trigger-builds:
            - project: jdk12-terasort-benchmark-publish-results
              block: true
              current-parameters: true
        - trigger-builds:
            - project: jdk12-jcstress-test-publish-results
              block: true
              current-parameters: true
    publishers:
        - email:
            recipients: 'fathi.boudra@linaro.org stuart.monteith@linaro.org'