aboutsummaryrefslogtreecommitdiff
path: root/rpb-openembedded.yaml
blob: 356bc6c45a410df464444e06e567271e760bce1f (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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
- project:
    name: rpb-openembedded-template
    jobs:
        - 'rpb-openembedded-{branch}':
            branch: 'master'
            machines: !!python/tuple
                - 'dragonboard-410c'
                - 'dragonboard-845c'
                - 'intel-core2-32'
                - 'intel-corei7-64'
            slave-label: 'docker-buster-amd64'
        - 'rpb-openembedded-{branch}':
            branch: 'dunfell'
            machines: !!python/tuple
                - 'dragonboard-410c'
                - 'dragonboard-845c'
            slave-label: 'docker-buster-amd64'
        - 'rpb-openembedded-{branch}':
            branch: 'zeus'
            machines: !!python/tuple
                - 'dragonboard-410c'
                - 'dragonboard-845c'
            slave-label: 'docker-stretch-amd64'
        - 'rpb-openembedded-{branch}':
            branch: 'warrior'
            machines: !!python/tuple
                - 'dragonboard-410c'
                - 'dragonboard-845c'
            slave-label: 'docker-stretch-amd64'

- job-template:
    name: 'rpb-openembedded-{branch}'
    project-type: matrix
    defaults: global
    logrotate:
        daysToKeep: 30
        numToKeep: 30
        artifactNumToKeep: 1
    properties:
        - authorization:
            anonymous:
                - job-read
                - job-extended-read
                - job-workspace
            linaro:
                - job-read
                - job-extended-read
                - job-build
                - job-cancel
    parameters:
        !include: 'rpb-openembedded-{branch}-params.yaml.inc'
    disabled: false
    node: master
    display-name: 'Reference Platform - OpenEmbedded ({branch})'
    axes:
        - axis:
            type: user-defined
            name: MACHINE
            values: '{machines}'
        - axis:
            type: user-defined
            name: DISTRO
            values:
                - rpb
                - rpb-wayland
        - axis:
            type: slave
            name: label
            values:
                - '{slave-label}'
    execution-strategy:
        combination-filter: |
            !(DISTRO=="rpb" && MACHINE=="imx8mqevk")
        sequential: false
    wrappers:
        - timeout:
            timeout: 500
        - timestamps
        - ssh-agent-credentials:
            users:
                - 'OE_COMMIT_BOT_KEY'
        - credentials-binding:
            - text:
                credential-id: QA_REPORTS_TOKEN
                variable: QA_REPORTS_TOKEN
    builders:
        - shell: |
            #!/bin/bash
            PUB_DEST="reference-platform/embedded/${{MANIFEST_BRANCH}}/${{MACHINE}}/${{BUILD_NUMBER}}/${{DISTRO}}"
            echo "PUB_DEST=${{PUB_DEST}}" > pub_dest_parameters
        - inject:
            properties-file: pub_dest_parameters
        - shell:
            !include-raw-escape: rpb-openembedded/device_type.sh
        - inject:
            properties-file: device_type_parameters
        - shell:
            !include-raw-escape: rpb-openembedded/builders.sh
        - inject:
            properties-file: post_build_lava_parameters
        - linaro-publish-token
        - shell:
            !include-raw-escape: rpb-openembedded/publishers.sh
        - shell:
            !include-raw-escape: rpb-openembedded/submit_for_testing.sh
    publishers:
        - groovy-postbuild:
            script:
                !include-raw-escape:
                  - openembedded-lkft/postbuild.groovy
        - email-ext:
            recipients: 'fathi.boudra@linaro.org, nicolas.dechesne@linaro.org, anibal.limon@linaro.org'
            failure: true
            still-failing: true
            matrix-trigger: only-parent