aboutsummaryrefslogtreecommitdiff
path: root/android-generic-build.yaml
blob: 398f90fe8c75a7d64f0ed8e96caf46800a89b10e (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
- job:
    name: android-generic-build
    project-type: freestyle
    defaults: global
    properties:
        - authorization:
            anonymous:
                - job-read
                - job-extended-read
            linaro:
                - job-build
                - job-cancel
        - build-discarder:
            days-to-keep: 60
            num-to-keep: 60
    parameters:
        - string:
            name: ANDROID_MANIFEST_URL
            default: https://android.googlesource.com/platform/manifest
        - string:
            name: MANIFEST_BRANCH
            default: android-7.0.0_r14
        - string:
            name: LUNCH_TARGET
            default: hikey-userdebug
        - string:
            name: PATCHSETS
            default: ''
        - string:
            name: BLOBS_URL
            default: ''
            description: |
                * Multiple vendor blobs separated by "#"
                * Only Blobs from AOSP are currently supported
                * Please package the blobs the way AOSP does if you wish to to include your own binaries
        - choice:
            name: BUILD_TYPE
            choices:
              - private
              - public
            description: |
                * All the builds are Linaro internal by default. Please select public if the build is intended to be accessible to everyone.
                * WARNING: Please make sure builds with vendor binaries are not made public unless you have the right to distribute them.
    disabled: false
    node: docker-utopic-aosp
    display-name: 'Generic AOSP build'
    concurrent: true
    wrappers:
        - timestamps
        - timeout:
            timeout: 500
    builders:
        !include: android-lcr/generic/builders.yaml.inc
    publishers:
        !include: android-lcr/common/publishers.yaml.inc