aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-02-19 14:31:09 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2015-02-19 14:31:09 +0200
commitb285d3f95e729a85918bcf93eb820538479a8c78 (patch)
tree9edd8864d88da958ced1d6282fedf991527375a8
parentb8af2d38c6b47e5d5d9762811cc14463d8963f90 (diff)
trigger-96boards-hikey: add trigger on commit
Change-Id: I7950740d507691c9a28c1b3cea3221d4212612c6 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rw-r--r--trigger-96boards-hikey.yaml33
1 files changed, 33 insertions, 0 deletions
diff --git a/trigger-96boards-hikey.yaml b/trigger-96boards-hikey.yaml
new file mode 100644
index 0000000000..e742cc8443
--- /dev/null
+++ b/trigger-96boards-hikey.yaml
@@ -0,0 +1,33 @@
+- job:
+ name: trigger-96boards-hikey
+ project-type: freestyle
+ defaults: global
+ logrotate:
+ daysToKeep: 30
+ numToKeep: 30
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ disabled: false
+ node: build
+ display-name: 'Trigger for 96boards - HiKey'
+ scm:
+ - git:
+ url: https://github.com/96boards/linux.git
+ refspec: +refs/heads/hikey:refs/remotes/origin/hikey
+ name: origin
+ branches:
+ - origin/hikey
+ 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: '96boards-hikey'