aboutsummaryrefslogtreecommitdiff
path: root/trigger-lkft-hikey-aosp-4.9.yaml
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2017-04-05 16:34:51 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2017-04-06 11:56:21 +0530
commit40fff09b941dea1682baf7e7d5b2d277143ecda8 (patch)
treeed2333ca9b64ae272b448c7019d1e602e389da9b /trigger-lkft-hikey-aosp-4.9.yaml
parentadf8fcae1c93883f5ee1f1bc6cf20a0243972635 (diff)
lkft-hikey-aosp-4.9: add new job
Initial job which builds hikey-aosp kernel tree for 4.9 branch. No LAVA testing enabled yet. Change-Id: I2b6ce7aa4de479b24e71d63ad4a45453c58af92a Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'trigger-lkft-hikey-aosp-4.9.yaml')
-rw-r--r--trigger-lkft-hikey-aosp-4.9.yaml39
1 files changed, 39 insertions, 0 deletions
diff --git a/trigger-lkft-hikey-aosp-4.9.yaml b/trigger-lkft-hikey-aosp-4.9.yaml
new file mode 100644
index 0000000000..b7421e0cc0
--- /dev/null
+++ b/trigger-lkft-hikey-aosp-4.9.yaml
@@ -0,0 +1,39 @@
+- job:
+ name: trigger-lkft-hikey-4.9
+ project-type: freestyle
+ defaults: global
+ logrotate:
+ daysToKeep: 30
+ numToKeep: 30
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ - job-extended-read
+ parameters:
+ - string:
+ name: KERNEL_BRANCH
+ default: 'android-hikey-linaro-4.9'
+ disabled: false
+ node: master
+ display-name: 'Trigger for LKFT HiKey builds'
+ scm:
+ - git:
+ url: https://android.googlesource.com/kernel/hikey-linaro
+ refspec: +refs/heads/${KERNEL_BRANCH}:refs/remotes/origin/${KERNEL_BRANCH}
+ name: origin
+ branches:
+ - origin/${KERNEL_BRANCH}
+ skip-tag: true
+ shallow-clone: true
+ wipe-workspace: false
+ triggers:
+ - pollscm: 'H/5 * * * *'
+ wrappers:
+ - timestamps
+ - build-name:
+ name: '#${BUILD_NUMBER}-${GIT_REVISION,length=8}'
+ builders:
+ - trigger-builds:
+ - project: 'lkft-hikey-aosp-4.9'
+ - project: 'openembedded-lkft'