blob: 5f46494dfe1f7ceb2c61ae832332023e0cca2e9c [file] [log] [blame]
Gary Wuee95ea52018-01-25 16:06:29 -08001---
2- job-template:
Gary Wu40da9772018-01-31 10:30:11 -08003 name: 'lab-{job-name}'
4 description: '{job-desc}'
Gary Wuee95ea52018-01-25 16:06:29 -08005 disabled: false
6 project-type: freestyle
Jessica Wagantall4f41c692018-03-19 14:44:18 -07007 build-node: ubuntu1604-builder-2c-1g
Gary Wuee95ea52018-01-25 16:06:29 -08008
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 Wu40da9772018-01-31 10:30:11 -080034 unstable-if: 75.0
Gary Wuee95ea52018-01-25 16:06:29 -080035 pass-if: 100.0
36 - lf-infra-publish