aboutsummaryrefslogtreecommitdiff
path: root/trigger-lt-qcom-bootloaders.yaml
blob: da01b6e40ea1afc0da7ee80024c1c4bdfb403d31 (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
- job:
    name: trigger-lt-qcom-bootloaders
    project-type: freestyle
    defaults: global
    properties:
        - authorization:
            anonymous:
                - job-read
                - job-extended-read
                - job-workspace
        - build-discarder:
            days-to-keep: 30
            num-to-keep: 30
    disabled: false
    node: master
    display-name: 'Trigger for Qualcomm Bootloader builds'
    triggers:
        - timed: '@monthly'
    wrappers:
        - timestamps
    builders:
        - trigger-builds:
            - project: 'lt-qcom-bootloader-dragonboard410c'
            - project: 'lt-qcom-bootloader-dragonboard820c'