aboutsummaryrefslogtreecommitdiff
path: root/test-definitions-validation.yaml
blob: 425686390e9d979ebc901f1a84859df4848a2c16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
- job:
    name: test-definitions-validation
    project-type: freestyle
    defaults: global
    logrotate:
        daysToKeep: 60
        numToKeep: 60
    properties:
        - authorization:
            anonymous:
                - job-read
                - job-extended-read
            linaro:
                - job-build
                - job-cancel
    parameters:
        - string:
            name: QEMU_TESTS
            default: 'stress'
        - string:
            name: QEMU_REFERENCE_IMAGES
            default: ''
    disabled: false
    node: docker-xenial-aosp
    display-name: 'Submits lava jobs with all tests part of test-definitions'
    concurrent: true
    triggers:
        - timed : '@weekly'
    wrappers:
        - timestamps
        - timeout:
            timeout: 800
        - credentials-binding:
            - text:
                credential-id: QA_REPORTS_TOKEN
                variable: QA_REPORTS_TOKEN
    builders:
        - shell:
            !include-raw: test-definitions-validation/builders.sh
    publishers:
        - email:
            recipients: 'vishal.bhoj@linaro.org milosz.wasilewski@linaro.org'