aboutsummaryrefslogtreecommitdiff
path: root/erp-test-automation-matrix.yaml
blob: 4656a0aa4773a94fdca6edb048ca6f448fd5f589 (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
43
44
45
46
47
48
49
50
51
52
53
54
- job:
    name: 'erp-test-automation-matrix'
    display-name: 'ERP test automation matrix'
    project-type: matrix
    defaults: global
    properties:
        - authorization:
            anonymous:
                - job-read
                - job-extended-read
            linaro:
                - job-read
                - job-extended-read
                - job-build
                - job-cancel
        - build-discarder:
            days-to-keep: 30
            num-to-keep: 30
    disabled: false
    node: master
    child-workspace: $HOST
    axes:
        - axis:
            type: user-defined
            name: HOST
            values:
                - j12-d03-04
                - j12-d05-01
                - j12-m1-c33n1
                - j13-r120-t32-19
                - j13-qrep-03
                - j12-d06-01
    parameters:
        - string:
            name: BUILD_ENV
            default: 'staging'
        - string:
            name: BUILD_NUM
            default: 'latest'
        - string:
            name: BUILD_DISTRO
            default: 'debian'
    wrappers:
        - timestamps
        - credentials-binding:
            - text:
                credential-id: ANSIBLE_VAULT
                variable: ANSIBLE_VAULT
    builders:
        - shell:
            !include-raw: erp-test-automation/builders-matrix.sh
    publishers:
        - email:
            recipients: 'baptiste.gerondeau@linaro.org'