aboutsummaryrefslogtreecommitdiff
path: root/trigger-openembedded-lkft-linux-mainline.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-06-20 16:15:17 +0300
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2017-06-20 16:47:22 +0000
commit4892efe24b447e49c9bb5fefac56f3f76fb20c77 (patch)
tree49e1a56988e13288acf0dae6e84c5c541ace08fb /trigger-openembedded-lkft-linux-mainline.yaml
parente8db3439bf940dddf012fe1d284086e7869454ab (diff)
openembedded-lkft-linux-mainline: add a new build job
Change-Id: I4e66316d1bb43e10edb7cf011c3ef2c164b3425f Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'trigger-openembedded-lkft-linux-mainline.yaml')
-rw-r--r--trigger-openembedded-lkft-linux-mainline.yaml39
1 files changed, 39 insertions, 0 deletions
diff --git a/trigger-openembedded-lkft-linux-mainline.yaml b/trigger-openembedded-lkft-linux-mainline.yaml
new file mode 100644
index 0000000000..d4630c3e2c
--- /dev/null
+++ b/trigger-openembedded-lkft-linux-mainline.yaml
@@ -0,0 +1,39 @@
+- job:
+ name: trigger-openembedded-lkft-linux-mainline
+ project-type: freestyle
+ defaults: global
+ logrotate:
+ daysToKeep: 30
+ numToKeep: 30
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ - job-extended-read
+ parameters:
+ - string:
+ name: KERNEL_BRANCH
+ default: 'master'
+ disabled: false
+ node: master
+ display-name: 'Trigger for LKFT - Linux Mainline'
+ scm:
+ - git:
+ url: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
+ 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:
+ - 'openembedded-lkft-linux-mainline'