aboutsummaryrefslogtreecommitdiff
path: root/trigger-lkft-ti-4.19.yaml
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2019-05-09 12:20:40 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2019-05-09 12:20:40 +0800
commit4f66d7f47914f852aed5f7937cb6c782f6961d93 (patch)
treeba28150a269b52e0f7422aa5fc7db46a62799ad1 /trigger-lkft-ti-4.19.yaml
parent6f2a751df626b762decdad295b2a89395b340c30 (diff)
lkft android: setup x15/am65x pie + 4.19 builds
Change-Id: I50c15cce5cb9fdf9052268f78e5e1eabf639c48b Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
Diffstat (limited to 'trigger-lkft-ti-4.19.yaml')
-rw-r--r--trigger-lkft-ti-4.19.yaml54
1 files changed, 54 insertions, 0 deletions
diff --git a/trigger-lkft-ti-4.19.yaml b/trigger-lkft-ti-4.19.yaml
new file mode 100644
index 00000000..c1967a5a
--- /dev/null
+++ b/trigger-lkft-ti-4.19.yaml
@@ -0,0 +1,54 @@
+- job:
+ name: trigger-lkft-ti-4.19
+ project-type: freestyle
+ defaults: global
+ logrotate:
+ daysToKeep: 30
+ numToKeep: 30
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ - job-extended-read
+ parameters:
+ - string:
+ name: KERNEL_BRANCH
+ default: 'ti-android-linux-4.19.y'
+ disabled: false
+ node: master
+ display-name: 'Trigger for LKFT X15/AM65X Pie builds (4.19 branch)'
+ scm:
+ - git:
+ remotes:
+ - ti-android-linux-4.19.y:
+ url: git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git
+ refspec: +refs/heads/ti-android-linux-4.19.y:refs/remotes/ti-android-linux-4.19.y/ti-android-linux-4.19.y
+ - linux-stable-4.19:
+ url: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
+ refspec: +refs/heads/linux-4.19.y:refs/remotes/linux-stable-4.19/linux-4.19.y
+ branches:
+ - ti-android-linux-4.19.y/ti-android-linux-4.19.y
+ 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:
+ - 'lkft-x15-android-9.0-4.19'
+ - 'lkft-am65x-android-9.0-4.19'
+ condition: SUCCESS
+ property-file: lkft_parameters
+