aboutsummaryrefslogtreecommitdiff
path: root/trigger-robher-aosp.yaml
blob: 8a902bc17010a22f8e5648ec54e14f1eca0fdcdb (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-robher-aosp
    project-type: freestyle
    defaults: global
    properties:
        - authorization:
            anonymous:
                - job-read
                - job-extended-read
    logrotate:
        days-to-keep: 60
        num-to-keep: 60
    disabled: false
    node: master
    display-name: 'Trigger for Rob Herring - AOSP build playground'
    scm:
        - git:
            url: git://anongit.freedesktop.org/mesa/mesa
            branches:
                - origin/master
                - origin/android/*
            skip-tag: true
            shallow-clone: true
            wipe-workspace: false
            subdir: external/mesa3d
    triggers:
        - pollscm: 'H H/5 * * *'
    wrappers:
        - timestamps
        - build-name:
            name: '#${BUILD_NUMBER}-${GIT_REVISION,length=8}'
    builders:
        - trigger-builds:
            - project: 'robher-aosp'