aboutsummaryrefslogtreecommitdiff
path: root/schneider-openembedded-dunfell-4.19.yaml
blob: 637bd3bee9017df1295788d8a9d37aac7688227d (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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
- job:
    name: schneider-openembedded-dunfell-4.19
    project-type: matrix
    defaults: global
    logrotate:
        daysToKeep: 30
        numToKeep: 30
        artifactNumToKeep: 1
    properties:
        - authorization:
            anonymous:
                - job-read
                - job-extended-read
                - job-workspace
            ralph.siemsen@linaro.org:
                - job-read
                - job-extended-read
                - job-build
                - job-cancel
            ryan.harkin@linaro.org:
                - job-read
                - job-extended-read
                - job-build
                - job-cancel
            schneider-linaro-git:
                - job-read
                - job-extended-read
                - job-build
                - job-cancel
    parameters:
        - string:
            name: IMAGES
            default: 'prod-image dev-image'
        - string:
            name: SUBMODULES
            default: 'all'
        - string:
            name: IMAGES_RPB
            default: ''
        - string:
            name: IMAGES_RPB_WAYLAND
            default: ''
        - string:
            name: DISTRO_URL_BASE
            default: 'ssh://git@github.com/SE-DeviceIntelligence'
        - string:
            name: DISTRO_DIR
            default: 'DIP-Yocto-Linux-Distro'
        - string:
            name: MANIFEST_BRANCH
            default: 'linaro-dunfell'
        - string:
            name: BASE_URL
            default: 'https://snapshots.linaro.org/'
        - string:
            name: LAVA_SERVER
            default: 'https://validation.linaro.org/RPC2/'
        - string:
            name: STAGING_LAVA_SERVER
            default: 'https://staging.validation.linaro.org/RPC2/'
        - string:
            name: QA_SERVER
            default: 'https://qa-reports.linaro.org'
        - string:
            name: QA_SERVER_TEAM
            default: 'schneider'
        - string:
            name: QA_SERVER_PROJECT
            default: 'dunfell-4.19'
        - string:
            name: KERNEL_VERSION_PATCHLEVEL
            default: '4.19'
        - string:
            name: TEST_LEVEL
            default: 'normal'
    disabled: false
    node: master
    display-name: 'Schneider OpenEmbedded (dunfell 4.19)'
    axes:
        - axis:
            type: user-defined
            name: MACHINE
            values:
                - 'rzn1d'
                - 'soca9'
        - axis:
            type: user-defined
            name: DISTRO
            values:
                - dip
        - axis:
            type: slave
            name: label
            values:
                - docker-buster-amd64
    execution-strategy:
        sequential: false
    wrappers:
        - timestamps
        - ssh-agent-credentials:
            users:
                - '768c1ba1-6052-4b97-a531-7e4fabda6979'
                - '4840cea9-f64c-4d03-82d6-bd773f5229ae'
        - credentials-binding:
            - text:
                credential-id: QA_REPORTS_TOKEN
                variable: QA_REPORTS_TOKEN
    builders:
        - shell: |
            #!/bin/bash

            echo "PUB_DEST=openembedded/schneider/${MANIFEST_BRANCH}-${KERNEL_VERSION_PATCHLEVEL}/${MACHINE}/${BUILD_NUMBER}/${DISTRO}" > pub_dest_parameters
        - inject:
            properties-file: pub_dest_parameters
        - shell:
            !include-raw: schneider-openembedded/builders.sh
        - inject:
            properties-file: post_build_lava_parameters
        - linaro-publish-token
        - shell:
            !include-raw: rpb-openembedded/publishers.sh
        - shell:
            !include-raw: schneider-openembedded/submit_for_testing.sh
    publishers:
        - archive:
            artifacts: 'cve-*.txt, base-cve-*.txt'
        - postbuildscript:
            builders:
                - role: MASTER
                  build-on:
                    - SUCCESS
                    - UNSTABLE
                    - FAILURE
                    - NOT_BUILT
                    - ABORTED
                  build-steps:
                    - shell:
                        !include-raw: schneider-openembedded/cve-summary.sh
        - groovy-postbuild:
            script:
                !include-raw:
                  - rpb-openembedded/postbuild.groovy
                  - openembedded-lkft/postbuild.groovy
                  - schneider-openembedded/postbuild.groovy
        - email-ext:
            recipients: 'fathi.boudra@linaro.org, ralph.siemsen@linaro.org, milan.stevanovic@se.com'
            always: true
            failure: false
            matrix-trigger: only-parent
            body: |
                $DEFAULT_CONTENT

                CVE summary:
                ${FILE,path="cve.sum"}
            attachments: "cve.html"