aboutsummaryrefslogtreecommitdiff
path: root/bhoj-test.yaml
blob: d359df3568f5ac0f1bab69c97f8a5b7d0fa98a15 (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: 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
        - credentials-binding:
            - text:
                credential-id: PRIVATE_KEY
                variable: PRIVATE_KEY
    builders:
        !include: android-lcr/hikey/builders.yaml.inc
    publishers:
        !include: android-lcr/common/publishers.yaml.inc