aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2014-09-10 10:49:59 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2014-09-10 10:49:59 +0300
commit5d3e9bcb9cd27fe99f2c87fc15a692a7ee307e71 (patch)
treed0b6d0c3ee1146ee9f392c3810c5faa95e10ace6
parentefc6591b4f8680c2dd360fc8d7120c4de9a19ec6 (diff)
Add trigger-linux-linaro-tracking-ll job
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rw-r--r--trigger-linux-linaro-tracking-ll.yaml33
1 files changed, 33 insertions, 0 deletions
diff --git a/trigger-linux-linaro-tracking-ll.yaml b/trigger-linux-linaro-tracking-ll.yaml
new file mode 100644
index 0000000000..c6bd68d794
--- /dev/null
+++ b/trigger-linux-linaro-tracking-ll.yaml
@@ -0,0 +1,33 @@
+- job:
+ name: trigger-linux-linaro-tracking-ll
+ project-type: freestyle
+ defaults: global
+ logrotate:
+ daysToKeep: 30
+ numToKeep: 30
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ disabled: false
+ node: build
+ display-name: 'Trigger for Linux Linaro Kernel (ll)'
+ scm:
+ - git:
+ url: git://git.linaro.org/kernel/linux-linaro-tracking.git
+ refspec: +refs/heads/linux-linaro:refs/remotes/origin/linux-linaro
+ name: origin
+ branches:
+ - origin/linux-linaro
+ 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: 'linux-linaro-tracking-ll'