Stuart Monteith | 3bc3d18 | 2017-11-02 11:00:29 +0000 | [diff] [blame] | 1 | - job: |
| 2 | name: jdkX-publish-and-report |
| 3 | project-type: multijob |
| 4 | defaults: global |
| 5 | description: | |
| 6 | * This job publishes results and send e-mail reports. |
| 7 | logrotate: |
| 8 | numToKeep: 10 |
| 9 | properties: |
| 10 | - authorization: |
| 11 | anonymous: |
| 12 | - job-read |
| 13 | - job-extended-read |
| 14 | openjdk-members: |
| 15 | - job-build |
| 16 | - job-cancel |
| 17 | parameters: |
| 18 | - string: |
| 19 | name: DAYS |
| 20 | default: '15' |
| 21 | - string: |
| 22 | name: YEAR |
| 23 | default: 'default' |
| 24 | - string: |
| 25 | name: DAY_OF_YEAR |
| 26 | default: 'default' |
Riku Voipio | b7c49aa | 2020-12-01 15:15:24 +0200 | [diff] [blame] | 27 | disabled: true |
Kelley Spoon | 083a72b | 2022-04-26 07:05:14 -0500 | [diff] [blame] | 28 | node: master |
Stuart Monteith | 37c1101 | 2017-11-07 11:15:28 +0000 | [diff] [blame] | 29 | display-name: 'OpenJDK JDK - Publish results and send reports' |
Stuart Monteith | 3bc3d18 | 2017-11-02 11:00:29 +0000 | [diff] [blame] | 30 | wrappers: |
| 31 | - timestamps |
| 32 | # Replaced by parameters |
| 33 | # - inject: |
| 34 | # properties-content: 'DAYS=15' |
| 35 | builders: |
| 36 | - multijob: |
| 37 | name: 'Persist results' |
| 38 | condition: SUCCESSFUL |
| 39 | projects: |
| 40 | - name: jdkX-persist-all-results |
| 41 | current-parameters: true |
| 42 | kill-phase-on: FAILURE |
| 43 | - multijob: |
| 44 | name: 'Publish results to openjdk.linaro.org' |
| 45 | condition: SUCCESSFUL |
| 46 | projects: |
| 47 | - name: jdkX-publish-all-results |
| 48 | current-parameters: true |
| 49 | kill-phase-on: FAILURE |
| 50 | - multijob: |
| 51 | name: 'Generate e-mail report' |
| 52 | condition: SUCCESSFUL |
| 53 | projects: |
| 54 | - name: jdkX-generate-email-report |
| 55 | current-parameters: true |
| 56 | kill-phase-on: FAILURE |
| 57 | - multijob: |
| 58 | name: 'E-mail results' |
| 59 | condition: SUCCESSFUL |
| 60 | projects: |
| 61 | - name: jdkX-email-results |
| 62 | current-parameters: true |
| 63 | kill-phase-on: FAILURE |