aboutsummaryrefslogtreecommitdiff
path: root/trigger-lkft-hikey-aosp-4.14.yaml
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2018-01-09 13:45:13 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2018-02-19 04:20:42 +0000
commit79a128ebcb4fea19b7d2979255c224d059d5fc05 (patch)
treee5bd21e13078c66872e6797a439f79c83ec49dc5 /trigger-lkft-hikey-aosp-4.14.yaml
parent2d333132500a915e767f32d998be1634bfae6847 (diff)
lkft: add jobs for hikey-aosp 4.14 kernel
Change-Id: I91316a38fe1b32c5c92074b599ba221447e8dc0c Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'trigger-lkft-hikey-aosp-4.14.yaml')
-rw-r--r--trigger-lkft-hikey-aosp-4.14.yaml64
1 files changed, 64 insertions, 0 deletions
diff --git a/trigger-lkft-hikey-aosp-4.14.yaml b/trigger-lkft-hikey-aosp-4.14.yaml
new file mode 100644
index 0000000000..44fed56133
--- /dev/null
+++ b/trigger-lkft-hikey-aosp-4.14.yaml
@@ -0,0 +1,64 @@
+- job:
+ name: trigger-lkft-hikey-4.14
+ 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.14'
+ disabled: false
+ node: master
+ display-name: 'Trigger for LKFT HiKey builds (4.14 branch)'
+ scm:
+ - git:
+ remotes:
+ - android-hikey-linaro-4.9:
+ url: https://android.googlesource.com/kernel/hikey-linaro
+ refspec: +refs/heads/android-hikey-linaro-4.14:refs/remotes/android-hikey-linaro-4.14/android-hikey-linaro-4.14
+ - linux-stable-4.9:
+ url: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
+ refspec: +refs/heads/linux-4.14.y:refs/remotes/linux-stable-4.14/linux-4.14.y
+ branches:
+ - android-hikey-linaro-4.14/android-hikey-linaro-4.14
+ skip-tag: true
+ shallow-clone: false
+ wipe-workspace: false
+ triggers:
+ - pollscm: 'H/5 * * * *'
+ wrappers:
+ - timestamps
+ - build-name:
+ name: '#${BUILD_NUMBER}-${GIT_REVISION,length=8}'
+ builders:
+ - shell: |
+ #!/bin/bash -e
+ echo KERNEL_DESCRIBE=$(git describe --always) > lkft_parameters
+ echo SRCREV_kernel=${GIT_COMMIT} >> lkft_parameters
+ echo MAKE_KERNELVERSION=$(make kernelversion) >> lkft_parameters
+ cat lkft_parameters
+ publishers:
+ - trigger-parameterized-builds:
+ - project:
+ - 'openembedded-lkft-aosp-4.14'
+ condition: SUCCESS
+ property-file: lkft_parameters
+ - project:
+ - 'lkft-hikey-aosp-4.14'
+ condition: SUCCESS
+ property-file: lkft_parameters
+ - project:
+ - 'lkft-hikey-android-8.0-4.14'
+ condition: SUCCESS
+ property-file: lkft_parameters
+ - project:
+ - 'lkft-hikey-android-8.1-4.14'
+ condition: SUCCESS
+ property-file: lkft_parameters