aboutsummaryrefslogtreecommitdiff
path: root/jdk9-publish-all-results.yaml
blob: ba42d9ff0c4d2800bfb4ef069d1751518b201f4e (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
- job:
    name: jdk9-publish-all-results
    project-type: freestyle
    defaults: global
    description: |
        * Convenience job to invoke all the scripts that sync the results to openjdk.linaro.org.
    logrotate:
        numToKeep: 10
    properties:
        - authorization:
            anonymous:
                - job-read
                - job-extended-read
    disabled: false
    node: build
    display-name: 'OpenJDK 9 - Invoke all the scripts to sync results to openjdk.linaro.org'
    wrappers:
        - timestamps
    builders:
        - trigger-builds:
            - project: jdk9-jtreg-test-publish-results
              block: true
        - trigger-builds:
            - project: jdk9-specjbb2013-benchmark-publish-results
              block: true
        - trigger-builds:
            - project: jdk9-terasort-benchmark-publish-results
              block: true
        - trigger-builds:
            - project: jdk9-jcstress-test-publish-results
              block: true
    publishers:
        - email:
            recipients: 'fathi.boudra@linaro.org'