blob: 93d81254c349795312be6fb793a972ca8464214d [file] [log] [blame]
Benjamin Copeland7005a5b2020-08-20 12:29:42 +01001- job:
2 name: post-build-lava
3 project-type: freestyle
4 defaults: global
5 properties:
6 - build-discarder:
7 days-to-keep: 365
8 num-to-keep: 700
Riku Voipio087a1ef2020-09-04 15:48:07 +03009 - authorization:
10 anonymous:
11 - job-read
12 - job-extended-read
Benjamin Copeland7005a5b2020-08-20 12:29:42 +010013 parameters:
14 - file:
15 name: post_build_lava_parameters
16 - bool:
17 name: SKIP_REPORT
18 default: true
19 - string:
20 name: LAVA_SERVER
21 default: 'tf.validation.linaro.org/RPC2/'
Leonardo Sandoval190a1d42020-10-21 15:55:13 -050022 disabled: false
23 node: master
24 display-name: 'Post build to LAVA'
Benjamin Copeland7005a5b2020-08-20 12:29:42 +010025 wrappers:
26 - timestamps
27 - credentials-binding:
28 - text:
29 credential-id: LAVA_USER_TF
30 variable: LAVA_USER
31 - credentials-binding:
32 - text:
33 credential-id: LAVA_TOKEN_TF
34 variable: LAVA_TOKEN
35 builders:
36 - shell:
37 !include-raw: post-build-lava/builders.sh
38 publishers:
39 - groovy-postbuild:
40 script:
41 !include-raw:
42 - post-build-lava/post-build-lava.groovy