aboutsummaryrefslogtreecommitdiff
path: root/jdk9-persist-all-results.yaml
blob: aa3a33a85a533875534e1aa86519261c45e38352 (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-persist-all-results
    project-type: freestyle
    defaults: global
    description: |
        * This job persist all results.
    logrotate:
        numToKeep: 10
    properties:
        - authorization:
            anonymous:
                - job-read
                - job-extended-read
    disabled: false
    node: master
    display-name: 'OpenJDK 9 - Persist all results'
    wrappers:
        - timestamps
    builders:
        - trigger-builds:
            - project: jdk9-jtreg-test-persist-results
              block: true
        - trigger-builds:
            - project: jdk9-specjbb2013-benchmark-persist-results
              block: true
        - trigger-builds:
            - project: jdk9-terasort-benchmark-persist-results
              block: true
        - trigger-builds:
            - project: jdk9-jcstress-test-persist-results
              block: true
        - trigger-builds:
            - project: jdk9-update-src-tree-persist
              block: true