aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-linux-integration.yaml
blob: 5f75fad8621d82445282ea6efadf3bc9f56f885d (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
- job:
    name: lt-qcom-linux-integration
    project-type: matrix
    defaults: global
    logrotate:
        daysToKeep: 30
        numToKeep: 30
    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: KERNEL_IMAGE_URL
            default: ''
        - string:
            name: KERNEL_MODULES_URL
            default: ''
        - string:
            name: KERNEL_VERSION
            default: 'noversion'
        - string:
            name: KERNEL_DT_URL_apq8016_sbc
            default: ''
        - string:
            name: RAMDISK_URL_apq8016_sbc
            default: ''
        - string:
            name: ROOTFS_URL_apq8016_sbc
            default: ''
        - string:
            name: FIRMWARE_URL_apq8016_sbc
            default: 'http://people.linaro.org/~anibal.limon/test/firmware/firmware-qcom-dragonboard410c-1034.2.1-r0.tar.gz'
        - string:
            name: KERNEL_DT_URL_apq8096_db820c
            default: ''
        - string:
            name: RAMDISK_URL_apq8096_db820c
            default: ''
        - string:
            name: ROOTFS_URL_apq8096_db820c
            default: ''
        - string:
            name: FIRMWARE_URL_apq8096_db820c
            default: 'http://people.linaro.org/~anibal.limon/test/firmware/firmware-qcom-dragonboard820c-01700.1-r0_linux-firmware-ath10k-0.0+git0+8fc2d4e556-r0.tar.gz'
        - string:
            name: KERNEL_DT_URL_sdm845_mtp
            default: ''
        - string:
            name: RAMDISK_URL_sdm845_mtp
            default: ''
        - string:
            name: ROOTFS_URL_sdm845_mtp
            default: ''
        - string:
            name: FIRMWARE_URL_sdm845_mtp
            default: ''
        - string:
            name: KERNEL_FLAVOR
            default: 'linux-integration'
        - string:
            name: PUB_DEST
            default: "member-builds/qcomlt/${KERNEL_FLAVOR}/${MACHINE}/${BUILD_NUMBER}"
        - string:
            name: LAVA_SERVER
            default: 'https://validation.linaro.org/RPC2/'
        - string:
            name: QA_SERVER
            default: 'https://qa-reports.linaro.org'
        - string:
            name: QA_SERVER_PROJECT
            default: 'linux-integration'
        - string:
            name: BOOTRR_GIT_REPO
            default: 'https://github.com/andersson/bootrr.git'
        - string:
            name: BOOTRR_GIT_BRANCH
            default: 'master'
    disabled: false
    node: master
    display-name: 'Qualcomm LT Linux Integration kernel build'
    axes:
        - axis:
            type: user-defined
            name: MACHINE
            values:
                - 'apq8016-sbc'
                - 'apq8096-db820c'
                - 'sdm845-mtp'
        - axis:
            type: slave
            name: label
            values:
                - docker-stretch-amd64
    execution-strategy:
        sequential: false
    wrappers:
        - timestamps
        - build-name:
            name: '#${BUILD_NUMBER}'
        - credentials-binding:
            - text:
                credential-id: QA_REPORTS_TOKEN
                variable: QA_REPORTS_TOKEN
            - text:
                credential-id: QCOMLT_KERNELCI_TOKEN
                variable: QCOMLT_KERNELCI_TOKEN
    builders:
        - shell:
            !include-raw: lt-qcom-linux-integration/builders-deps.sh
        - shell:
            !include-raw: lt-qcom-linux-integration/builders.sh
        - inject:
            properties-file: builders_out_parameters
        - linaro-publish-token
        - shell:
            !include-raw: lt-qcom-linux-integration/publishers.sh
        - shell:
            !include-raw: lt-qcom-linux-integration/submit_for_testing.sh
    publishers:
        - groovy-postbuild:
            script:
                !include-raw:
                  - rpb-openembedded/postbuild.groovy
                  - openembedded-lkft/postbuild.groovy
        - email-ext:
            recipients: 'anibal.limon@linaro.org nicolas.dechesne@linaro.org'
            always: true
            matrix-trigger: only-parent
        - ircbot:
            channels:
                - name: '#linaro-lt-qcomm'
                  password: ${LT_QCOM_KEY}