Vishal Bhoj | 393d599 | 2020-06-22 09:07:49 +0530 | [diff] [blame] | 1 | - 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 Copeland | 9dc2eb8 | 2022-10-11 12:40:33 +0100 | [diff] [blame] | 13 | everyone-flat: |
Vishal Bhoj | 393d599 | 2020-06-22 09:07:49 +0530 | [diff] [blame] | 14 | - 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 Bhoj | 963b1fe | 2020-06-23 15:17:01 +0530 | [diff] [blame] | 23 | disabled: false |
Vishal Bhoj | 393d599 | 2020-06-22 09:07:49 +0530 | [diff] [blame] | 24 | node: docker-xenial-aosp |
Vishal Bhoj | c9f63b2 | 2020-08-03 10:25:59 +0000 | [diff] [blame] | 25 | display-name: 'Submits lava jobs with all tests part of test-definitions' |
Vishal Bhoj | 393d599 | 2020-06-22 09:07:49 +0530 | [diff] [blame] | 26 | 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' |