aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-yocto-meta-qcom-master.yaml
blob: 264e914768ab08d1d4e56efa25e9bbdb990d1fd0 (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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
- job:
    name: lt-qcom-yocto-meta-qcom-master
    project-type: matrix
    defaults: global
    logrotate:
        daysToKeep: 30
        numToKeep: 30
        artifactNumToKeep: 1
    properties:
        - authorization:
            anonymous:
                - job-read
                - job-extended-read
                - job-workspace
            linaro-landing-team-qualcomm-personnel:
                - job-read
                - job-extended-read
                - job-build
                - job-cancel
    parameters:
        - string:
            name: IMAGES
            default: 'core-image-base core-image-weston core-image-x11 initramfs-test-image'
        - string:
            name: POKY_URL
            default: 'http://git.yoctoproject.org/git/poky'
        - string:
            name: BRANCH
            default: 'master'
        - string:
            name: DISTRO
            default: 'poky'
    disabled: false
    node: master
    display-name: 'Yocto Projet meta-qcom CI'
    axes:
        - axis:
            type: user-defined
            name: MACHINE
            values:
                - 'dragonboard-410c'
                - 'dragonboard-820c'
                - 'dragonboard-845c'
        - axis:
            type: user-defined
            name: TCLIBC
            values:
                - 'glibc'
                - 'musl'
        - axis:
            type: slave
            name: label
            values:
                - docker-buster-amd64
    execution-strategy:
        sequential: false
    wrappers:
        - timestamps
        - ssh-agent-credentials:
            users:
                - 'OE_COMMIT_BOT_KEY'
        - credentials-binding:
            - text:
                credential-id: QA_REPORTS_TOKEN
                variable: QA_REPORTS_TOKEN
    builders:
        - shell:
            !include-raw: lt-qcom/meta-qcom.sh
    publishers:
        - email-ext:
            recipients: 'nicolas.dechesne@linaro.org'
            failure: true
            still-failing: true
            matrix-trigger: only-parent