aboutsummaryrefslogtreecommitdiff
path: root/trigger-linux-linaro-tracking-llct.yaml
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2015-06-05 18:26:39 +0300
committerAndrey Konovalov <andrey.konovalov@linaro.org>2015-06-05 19:37:33 +0300
commit307bc5061b8a00862ce9eaa4e73165adf10f5d11 (patch)
tree3498b22820efb792d57a263e55ead7f998f6d856 /trigger-linux-linaro-tracking-llct.yaml
parent808bb8f5466adcb3c1dce26731ed48281c1452ae (diff)
trigger-linux-linaro-tracking-llct: add trigger on commit
Change-Id: Iea59eb7584dd6d2b03e787a677463ea944aa38fe Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
Diffstat (limited to 'trigger-linux-linaro-tracking-llct.yaml')
-rw-r--r--trigger-linux-linaro-tracking-llct.yaml33
1 files changed, 33 insertions, 0 deletions
diff --git a/trigger-linux-linaro-tracking-llct.yaml b/trigger-linux-linaro-tracking-llct.yaml
new file mode 100644
index 0000000000..1ebdfd389a
--- /dev/null
+++ b/trigger-linux-linaro-tracking-llct.yaml
@@ -0,0 +1,33 @@
+- job:
+ name: trigger-linux-linaro-tracking-llct
+ 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 (llct)'
+ scm:
+ - git:
+ url: git://git.linaro.org/kernel/linux-linaro-tracking.git
+ refspec: +refs/heads/linux-linaro-core-tracking:refs/remotes/origin/linux-linaro-core-tracking
+ name: origin
+ branches:
+ - refs/heads/linux-linaro-core-tracking
+ 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-llct'