aboutsummaryrefslogtreecommitdiff
path: root/jdk8-persist-all-results.yaml
blob: de106de4479448326a45997b77319a8c462c2b96 (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: jdk8-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: build
    display-name: 'OpenJDK 8 - Persist all results'
    wrappers:
        - timestamps
    builders:
        - trigger-builds:
            - project: jdk8-jtreg-test-persist-results
              block: true
        - trigger-builds:
            - project: jdk8-specjbb2013-benchmark-persist-results
              block: true
        - trigger-builds:
            - project: jdk8-terasort-benchmark-persist-results
              block: true
        - trigger-builds:
            - project: jdk8-jcstress-test-persist-results
              block: true
        - trigger-builds:
            - project: jdk8-update-src-tree-persist
              block: true