aboutsummaryrefslogtreecommitdiff
path: root/android-vts.yaml
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2017-03-25 11:39:48 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2017-03-25 06:12:34 +0000
commit4af5d655420430a408d5dc7f757e5288fbabe76d (patch)
treeaaa9576d94392532d882092f393613418fa4df34 /android-vts.yaml
parent249fa722a6b93ab066152233bf071fc2cf0a21d5 (diff)
android-vts: Add new job to build vts
Change-Id: I27b7018dac916def928806b3a04a5ac95f0eb03d Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'android-vts.yaml')
-rw-r--r--android-vts.yaml40
1 files changed, 40 insertions, 0 deletions
diff --git a/android-vts.yaml b/android-vts.yaml
new file mode 100644
index 00000000..24c262cd
--- /dev/null
+++ b/android-vts.yaml
@@ -0,0 +1,40 @@
+- job:
+ name: android-vts
+ 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: master
+ - string:
+ name: LUNCH_TARGET
+ default: hikey-userdebug
+ - string:
+ name: PATCHSETS
+ default: ''
+ disabled: false
+ node: docker-utopic-aosp
+ display-name: 'Android VTS Build'
+ concurrent: true
+ wrappers:
+ - timestamps
+ - timeout:
+ timeout: 500
+ builders:
+ !include: android-vts/builders.yaml.inc
+ publishers:
+ !include: android-lcr/common/publishers.yaml.inc