Gary Wu | ee95ea5 | 2018-01-25 16:06:29 -0800 | [diff] [blame] | 1 | --- |
| 2 | - job-template: |
Gary Wu | 40da977 | 2018-01-31 10:30:11 -0800 | [diff] [blame] | 3 | name: 'lab-{job-name}' |
| 4 | description: '{job-desc}' |
Gary Wu | ee95ea5 | 2018-01-25 16:06:29 -0800 | [diff] [blame] | 5 | disabled: false |
| 6 | project-type: freestyle |
Jessica Wagantall | 4f41c69 | 2018-03-19 14:44:18 -0700 | [diff] [blame] | 7 | build-node: ubuntu1604-builder-2c-1g |
Gary Wu | ee95ea5 | 2018-01-25 16:06:29 -0800 | [diff] [blame] | 8 | |
| 9 | properties: |
| 10 | - lf-infra-properties: |
| 11 | project: 'integration' |
| 12 | build-days-to-keep: '{build-days-to-keep}' |
| 13 | |
| 14 | parameters: |
| 15 | - string: |
| 16 | name: LOG_DIR_URL |
| 17 | description: 'URL for the log directory produced by the external job' |
| 18 | - string: |
| 19 | name: SRC_BUILD_URL |
| 20 | description: 'URL for the external Jenkins build triggering this build' |
| 21 | |
| 22 | wrappers: |
| 23 | - lf-infra-wrappers: |
| 24 | build-timeout: '{build-timeout}' |
| 25 | jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| 26 | |
| 27 | builders: |
| 28 | - shell: |
| 29 | !include-raw: |
| 30 | - include-raw-lab-retrieve-logs.sh |
| 31 | |
| 32 | publishers: |
| 33 | - integration-robot: |
Gary Wu | 40da977 | 2018-01-31 10:30:11 -0800 | [diff] [blame] | 34 | unstable-if: 75.0 |
Gary Wu | ee95ea5 | 2018-01-25 16:06:29 -0800 | [diff] [blame] | 35 | pass-if: 100.0 |
| 36 | - lf-infra-publish |