aboutsummaryrefslogtreecommitdiff
path: root/bhoj-test.yaml
blob: 7b93f055861274aa0db57d8d1c61c04adf58b341 (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
- job:
    name: bhoj-test
    project-type: freestyle
    defaults: global
    logrotate:
        daysToKeep: 60
        numToKeep: 60
    properties:
        - authorization:
            anonymous:
                - job-read
            vishal.bhoj@linaro.org:
                - job-build
                - job-read
                - job-extended-read
                - job-configure
                - job-cancel
    disabled: false
    node: docker-utopic-art-test
    display-name: 'AOSP build playground for Vishal Bhoj'
    concurrent: true
    wrappers:
        - timestamps
        - timeout:
            timeout: 500
        - ssh-agent-credentials:
                users:
                    - '768c1ba1-6052-4b97-a531-7e4fabda6979'
    builders:
        !include: android-lcr/hikey/builders.yaml.inc
    publishers:
        !include: android-lcr/common/publishers.yaml.inc