blob: 37b80f50e71b71788d2f3baf4a636657e5386c3c [file] [log] [blame]
Vishal Bhoj393d5992020-06-22 09:07:49 +05301- job:
2 name: test-definitions-validation
3 project-type: freestyle
4 defaults: global
5 logrotate:
6 daysToKeep: 60
7 numToKeep: 60
8 properties:
9 - authorization:
10 anonymous:
11 - job-read
12 - job-extended-read
Benjamin Copeland9dc2eb82022-10-11 12:40:33 +010013 everyone-flat:
Vishal Bhoj393d5992020-06-22 09:07:49 +053014 - job-build
15 - job-cancel
16 parameters:
17 - string:
18 name: QEMU_TESTS
19 default: 'stress'
20 - string:
21 name: QEMU_REFERENCE_IMAGES
22 default: ''
Vishal Bhoj963b1fe2020-06-23 15:17:01 +053023 disabled: false
Vishal Bhoj393d5992020-06-22 09:07:49 +053024 node: docker-xenial-aosp
Vishal Bhojc9f63b22020-08-03 10:25:59 +000025 display-name: 'Submits lava jobs with all tests part of test-definitions'
Vishal Bhoj393d5992020-06-22 09:07:49 +053026 concurrent: true
27 triggers:
28 - timed : '@weekly'
29 wrappers:
30 - timestamps
31 - timeout:
32 timeout: 800
33 - credentials-binding:
34 - text:
35 credential-id: QA_REPORTS_TOKEN
36 variable: QA_REPORTS_TOKEN
37 builders:
38 - shell:
39 !include-raw: test-definitions-validation/builders.sh
40 publishers:
41 - email:
42 recipients: 'vishal.bhoj@linaro.org milosz.wasilewski@linaro.org'