aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-bootloader-dragonboard845c.yaml
blob: dd5b61a5ef7fb1e9edc2ddba7d87ff86bd11b46f (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
- job:
    name: lt-qcom-bootloader-dragonboard845c
    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: TOOLCHAIN_ARCH
            default: 'arm64'
        - string:
            name: BRANCH
            default: 'master'
        - string:
            name: QCOM_LINUX_FIRMWARE
            default: 'https://releases.linaro.org/96boards/dragonboard845c/qualcomm/firmware/RB3_firmware_20190529180356-v4.zip'
        - string:
            name: QCOM_LINUX_FIRMWARE_MD5
            default: 'ad69855a1275547b16d94a1b5405ac62'
        - string:
            name: QCOM_LINUX_FIRMWARE_LICENSE_MD5
            default: 'cbbe399f2c983ad51768f4561587f000'
        - string:
            name: ABL_GIT_LINARO
            default: 'https://git.linaro.org/landing-teams/working/qualcomm/abl.git'
        - string:
            name: ABL_GIT_REL
            default: 'release/LE.UM.3.2.2.r1-02700-sdm845.0'
        - string:
            name: ABL_CLANG_GIT
            default: 'https://source.codeaurora.org/quic/la/platform/prebuilts/clang/host/linux-x86'
        - string:
            name: ABL_CLANG_REL
            default: 'LA.UM.7.9.r1-07300-sm6150.0'
        - string:
            name: PUB_DEST
            default: '96boards/dragonboard845c/linaro/rescue/${BUILD_NUMBER}'
    disabled: false
    node: docker-buster-amd64
    display-name: 'Qualcomm bootloader for DragonBoard 845c'
    scm:
        - git:
            url: https://git.linaro.org/landing-teams/working/qualcomm/db-boot-tools.git
            refspec: +refs/heads/${BRANCH}:refs/remotes/origin/${BRANCH}
            name: origin
            branches:
                - refs/heads/${BRANCH}
            skip-tag: true
            shallow-clone: true
            wipe-workspace: false
    wrappers:
        - timestamps
        - credentials-binding:
            - text:
                credential-id: LT_QCOM_KEY
                variable: LT_QCOM_KEY
        - credentials-binding:
            - text:
                credential-id: AUTH_TOKEN
                variable: AUTH_TOKEN
        - ssh-agent-credentials:
                users:
                    - 'LT_QUALCOMM_PRIVATE_KEY_SSH'
        - build-name:
            name: '#${BUILD_NUMBER}'
    builders:
        - shell:
            !include-raw: lt-qcom/install-gcc-toolchain.sh
        - inject:
            properties-file: gcc_toolchain_env
        - linaro-publish-token
        - shell:
            !include-raw: lt-qcom-bootloader/dragonboard845c/builders.sh
    publishers:
        - groovy-postbuild:
            script:
                !include-raw:
                  - rpb-openembedded/postbuild.groovy
        - email-ext:
            recipients: 'nicolas.dechesne@linaro.org anibal.limon@linaro.org'
            failure: true
            still-failing: true