aboutsummaryrefslogtreecommitdiff
path: root/ldcg-sbsa-firmware.yaml
blob: 5feb8bc34388a24c5c2bb89ce69643ddef0982a9 (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
- job:
    name: ldcg-sbsa-firmware
    project-type: freestyle
    defaults: global
    properties:
        - authorization:
            anonymous:
                - job-read
                - job-extended-read
            linaro:
                - job-read
                - job-extended-read
                - job-build
                - job-cancel
        - build-discarder:
            days-to-keep: 7
            num-to-keep: 7
    parameters:
        - string:
            name: QEMU_TIMEOUT
            default: '40m'
            description: 'timeout for single qemu run'
        - string:
            name: QEMU_RETRIES
            default: 6
            description: 'how many times QEMU should be run'
    disabled: false
    node: docker-buster-arm64-ldcg
    display-name: 'SBSA QEMU firmware test'
    wrappers:
        - timestamps
    builders:
        - shell:
            !include-raw: ldcg-sbsa-firmware/build.sh
        - linaro-publish-token
        - shell:
            !include-raw: ldcg-sbsa-firmware/publishers.sh
    publishers:
        - email:
            recipients: 'shashi.mallela@linaro.org tanmay.jagdale@linaro.org marcin.juszkiewicz@linaro.org asa-dev@op-lists.linaro.org'