aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-debian-images-dragonboard410c.yaml
blob: 9d06c7f12c1b54aed59a082505f16aa35c90644f (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
- job:
    name: lt-qcom-debian-images-dragonboard410c
    project-type: freestyle
    defaults: global
    logrotate:
        daysToKeep: 30
        numToKeep: 30
    properties:
        - authorization:
            anonymous:
                - job-read
                - job-extended-read
                - job-workspace
            linaro-landing-team-qualcomm-personnel:
                - job-build
                - job-cancel
    parameters:
        - string:
            name: DEVICE_TYPE
            default: 'dragonboard-410c'
        - string:
            name: LAVA_SERVER
            default: 'https://validation.linaro.org/RPC2/'
        - string:
            name: PMWG_LAVA_SERVER
            default: 'https://pmwg.validation.linaro.org/RPC2/'
        - string:
            name: QA_SERVER
            default: 'https://qa-reports.linaro.org'
        - string:
            name: VENDOR
            default: 'linaro'
        - string:
            name: OS_FLAVOUR
            default: 'buster'
        - string:
            name: PLATFORM_NAME
            default: 'dragonboard-410c'
        - string:
            name: FAI_BOARD_CLASS
            default: 'DB410C'
        - string:
            name: ROOTFS
            default: 'developer,1800M alip,3G installer,1500M'
        - string:
            name: SDCARD
            default: 'developer,4G'
        - string:
            name: ROOTFS_PARTLABEL
            default: 'rootfs'
        - string:
            name: DTBS
            default: 'qcom/apq8016-sbc.dtb'
        - string:
            name: SERIAL_CONSOLE
            default: 'ttyMSM0'
        - string:
            name: BOOTIMG_PAGESIZE
            default: '2048'
        - string:
            name: PUB_DEST
            default: "96boards/dragonboard410c/${VENDOR}/debian/${BUILD_NUMBER}"
        - string:
            name: BOOTIMG_BASE
            default: '0x80000000'
        - string:
            name: BOOTIMG_KERNEL_OFFSET
            default: '0x8000'
        - string:
            name: BOOTIMG_RAMDISK_OFFSET
            default: '0x1000000'
        - string:
            name: BOOTIMG_TAGS_OFFSET
            default: '0x100'
        - string:
            name: REPO_URL
            default: 'https://git.linaro.org/ci/fai.git'
    disabled: false
    node: docker-stretch-arm64
    display-name: 'Qualcomm Debian based images for Snapdragon 410'
    scm:
        - git:
            url: ${REPO_URL}
            refspec: +refs/heads/master:refs/remotes/origin/master
            name: origin
            branches:
                - refs/heads/master
            skip-tag: true
            shallow-clone: true
            wipe-workspace: false
    wrappers:
        - timestamps
        - build-name:
            name: '#${BUILD_NUMBER}-${GIT_REVISION,length=8}'
        - credentials-binding:
            - text:
                credential-id: QA_REPORTS_TOKEN
                variable: QA_REPORTS_TOKEN
            - text:
                credential-id: ARTIFACTORIAL_TOKEN
                variable: ARTIFACTORIAL_TOKEN
    builders:
        - linaro-publish-token
        - shell:
            !include-raw: lt-qcom-debian-images/builders-fai.sh
        - shell:
            !include-raw: lt-qcom-debian-images/installer-dragonboard-410c.sh
        - shell:
            !include-raw: lt-qcom-debian-images/sdcard-dragonboard-410c.sh
        - linaro-publish-token
        - shell:
            !include-raw: lt-qcom-debian-images/publishers.sh
        - shell:
            !include-raw: lt-qcom-debian-images/submit_for_testing.sh
    publishers:
        - groovy-postbuild:
            script:
                !include-raw:
                  - lt-qcom-debian-images/postbuild.groovy
                  - openembedded-lkft/postbuild.groovy
        - email:
            recipients: 'fathi.boudra@linaro.org'
        - email-ext:
            recipients: 'nicolas.dechesne@linaro.org qa-team@linaro.org anibal.limon@linaro.org'
            always: true
        - ircbot:
            channels:
                - name: '#linaro-lt-qcomm'
                  password: ${LT_QCOM_KEY}