aboutsummaryrefslogtreecommitdiff
path: root/trigger-lt-qcom-linux-automerge.yaml
blob: e20b0d3a3c028c5aaf0a8148ad5b2dd21e5d3efc (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
- scm:
    name: configs
    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

- scm:
    name: rrcache
    scm:
        - git:
            url:  https://git.linaro.org/landing-teams/working/qualcomm/automerge-rrcache.git
            refspec: +refs/heads/*:refs/remotes/origin/*
            name: origin
            branches:
                - refs/heads/master
            skip-tag: true
            shallow-clone: false

- 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:
        - configs
        - rrcache
    triggers:
        - pollscm:
            cron: 'H/5 * * * *'
        - timed: '@daily'
    wrappers:
        - timestamps
    builders:
        - trigger-builds:
            - project: 'lt-qcom-linux-automerge'