aboutsummaryrefslogtreecommitdiff
path: root/trigger-lt-qcom-linux-automerge.yaml
blob: 72fa3b6528f25377b467d5c31d0c7c4556bbf98b (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
- job:
    name: trigger-lt-qcom-linux-automerge
    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: build
    display-name: 'QCLT Integration Tree Automerge'
    scm:
        - git:
            url:  https://git.linaro.org/landing-teams/working/qualcomm/configs.git
            refspec: +refs/heads/*:refs/remotes/origin/*
            name: origin
            branches:
                - refs/heads/master
            skip-tag: true
            shallow-clone: false
    triggers:
        - pollscm:
            cron: 'H/5 * * * *'
        - timed: '@weekly'
    wrappers:
        - timestamps
    builders:
        - trigger-builds:
            - project: 'lt-qcom-linux-automerge'