blob: e6bbc2e2a496f8655c39b0735a62430ef9ac0a31 [file] [log] [blame]
Vishal Bhoj44692e82016-10-19 10:43:58 +05301- job:
Vishal Bhoj7a60e6f2016-10-19 15:28:03 +05302 name: android-generic-build
Vishal Bhoj44692e82016-10-19 10:43:58 +05303 project-type: freestyle
4 defaults: global
5 properties:
6 - authorization:
7 anonymous:
8 - job-read
9 - job-extended-read
Benjamin Copeland9dc2eb82022-10-11 12:40:33 +010010 everyone-flat:
Vishal Bhoj44692e82016-10-19 10:43:58 +053011 - job-build
12 - job-cancel
13 - build-discarder:
14 days-to-keep: 60
15 num-to-keep: 60
16 parameters:
17 - string:
18 name: ANDROID_MANIFEST_URL
19 default: https://android.googlesource.com/platform/manifest
20 - string:
21 name: MANIFEST_BRANCH
22 default: android-7.0.0_r14
23 - string:
24 name: LUNCH_TARGET
25 default: hikey-userdebug
Vishal Bhoj267d7282016-11-01 14:39:02 +053026 - string:
Vishal Bhojc75e9912016-11-07 15:29:49 +053027 name: PATCHSETS
28 default: ''
29 - string:
Vishal Bhoj267d7282016-11-01 14:39:02 +053030 name: BLOBS_URL
31 default: ''
32 description: |
33 * Multiple vendor blobs separated by "#"
34 * Only Blobs from AOSP are currently supported
35 * Please package the blobs the way AOSP does if you wish to to include your own binaries
36 - choice:
37 name: BUILD_TYPE
38 choices:
39 - private
40 - public
41 description: |
42 * All the builds are Linaro internal by default. Please select public if the build is intended to be accessible to everyone.
43 * WARNING: Please make sure builds with vendor binaries are not made public unless you have the right to distribute them.
Vishal Bhoj44692e82016-10-19 10:43:58 +053044 disabled: false
Vishal Bhoj902a7942018-04-14 12:08:04 +053045 node: docker-xenial-aosp
Vishal Bhoj44692e82016-10-19 10:43:58 +053046 display-name: 'Generic AOSP build'
47 concurrent: true
48 wrappers:
49 - timestamps
50 - timeout:
51 timeout: 500
52 builders:
53 !include: android-lcr/generic/builders.yaml.inc
54 publishers:
55 !include: android-lcr/common/publishers.yaml.inc