aboutsummaryrefslogtreecommitdiff
path: root/trigger-lt-qcom-linux-automerge.yaml
blob: e30b41bf703f10a877ccf2a1079ceb35790b4757 (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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
- scm:
    name: repo-manifest
    scm:
        - repo:
            manifest-url: https://git.linaro.org/landing-teams/working/qualcomm/configs.git
            manifest-branch: repo
            manifest-file: automerge-ci.xml

- 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
            basedir: rrcache
            branches:
                - refs/heads/master
            skip-tag: true
            shallow-clone: false
            wipe-workspace: false

- scm:
    name: linux-tag
    scm:
        - git:
            url: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
            refspec: +refs/tags/*:refs/remotes/origin/tags/*
            name: origin
            basedir: linus
            branches:
                - refs/tags/v4.*
                - refs/tags/v5.*
            skip-tag: true
            shallow-clone: false
            wipe-workspace: false

- job:
    name: trigger-lt-qcom-linux-automerge
    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: 30
            num-to-keep: 30
    disabled: false
    node: triggers
    display-name: 'Trigger for Qualcomm LT Integration Tree Automerge'
    scm:
        - repo-manifest
        - rrcache
        - linux-tag
    triggers:
        - pollscm:
            cron: 'H/5 * * * *'
    wrappers:
        - timestamps
    builders:
        - trigger-builds:
            - project: 'lt-qcom-linux-automerge'
    publishers:
        - email-ext:
            recipients: 'anibal.limon@linaro.org nicolas.dechesne@linaro.org'
            failure: true
            still-failing: true