aboutsummaryrefslogtreecommitdiff
path: root/jdk8-publish-all-results.yaml
blob: b954582206d0c027473c48097c65478312f779c7 (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
- job:
    name: jdk8-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
        - build-discarder:
            days-to-keep: 30
            num-to-keep: 10
            artifact-num-to-keep: 5
    disabled: false
    node: build
    display-name: 'OpenJDK 8 - Invoke all the scripts to sync results to openjdk.linaro.org'
    wrappers:
        - timestamps
    builders:
        - trigger-builds:
            - project: jdk8-jtreg-test-publish-results
              block: true
        - trigger-builds:
            - project: jdk8-specjbb2013-benchmark-publish-results
              block: true
        - trigger-builds:
            - project: jdk8-terasort-benchmark-publish-results
              block: true
        - trigger-builds:
            - project: jdk8-jcstress-test-publish-results
              block: true
    publishers:
        - email:
            recipients: 'fathi.boudra@linaro.org'