aboutsummaryrefslogtreecommitdiff
path: root/trigger-lt-qcom-openembedded-images-dunfell.yaml
blob: ba6ada738c717696a145e78581e9af91689a0230 (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
- job:
    name: trigger-lt-qcom-openembedded-images-dunfell
    project-type: freestyle
    defaults: global
    properties:
        - authorization:
            anonymous:
                - job-read
                - job-extended-read
                - job-workspace
            linaro-landing-team-qualcomm-personnel:
                - job-read
                - job-extended-read
                - job-build
                - job-cancel
        - build-discarder:
            days-to-keep: 1
            num-to-keep: 30
            artifact-num-to-keep: 30
    disabled: false
    node: triggers
    display-name: 'Trigger for Qualcomm OE builds (dunfell)'
    scm:
        - repo:
            manifest-url: https://github.com/96boards/oe-rpb-manifest.git
            manifest-branch: qcom/dunfell
    triggers:
        - pollscm:
            cron: '@hourly'
    wrappers:
        - timestamps
    builders:
        - trigger-builds:
            - project: 'lt-qcom-openembedded-rpb-dunfell'
    publishers:
        - email-ext:
            recipients: 'anibal.limon@linaro.org nicolas.dechesne@linaro.org'
            failure: true
            still-failing: true