Vishal Bhoj | 44692e8 | 2016-10-19 10:43:58 +0530 | [diff] [blame] | 1 | - job: |
Vishal Bhoj | 7a60e6f | 2016-10-19 15:28:03 +0530 | [diff] [blame] | 2 | name: android-generic-build |
Vishal Bhoj | 44692e8 | 2016-10-19 10:43:58 +0530 | [diff] [blame] | 3 | project-type: freestyle |
| 4 | defaults: global |
| 5 | properties: |
| 6 | - authorization: |
| 7 | anonymous: |
| 8 | - job-read |
| 9 | - job-extended-read |
Benjamin Copeland | 9dc2eb8 | 2022-10-11 12:40:33 +0100 | [diff] [blame] | 10 | everyone-flat: |
Vishal Bhoj | 44692e8 | 2016-10-19 10:43:58 +0530 | [diff] [blame] | 11 | - 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 Bhoj | 267d728 | 2016-11-01 14:39:02 +0530 | [diff] [blame] | 26 | - string: |
Vishal Bhoj | c75e991 | 2016-11-07 15:29:49 +0530 | [diff] [blame] | 27 | name: PATCHSETS |
| 28 | default: '' |
| 29 | - string: |
Vishal Bhoj | 267d728 | 2016-11-01 14:39:02 +0530 | [diff] [blame] | 30 | 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 Bhoj | 44692e8 | 2016-10-19 10:43:58 +0530 | [diff] [blame] | 44 | disabled: false |
Vishal Bhoj | 902a794 | 2018-04-14 12:08:04 +0530 | [diff] [blame] | 45 | node: docker-xenial-aosp |
Vishal Bhoj | 44692e8 | 2016-10-19 10:43:58 +0530 | [diff] [blame] | 46 | 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 |