aboutsummaryrefslogtreecommitdiff
path: root/trigger-openembedded-armv8-luvos-next.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2016-09-01 17:05:57 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2016-09-01 17:05:57 +0300
commit7dceb004c99ecfb94e77b139ddba6b2c65fbbd4f (patch)
tree266dbc8a9114562f9b2c68b57a649633aa45d569 /trigger-openembedded-armv8-luvos-next.yaml
parent89a11648521023efb374232e65c94074e5ac64a1 (diff)
openembedded-armv8-luvos: build next branch
Change-Id: I9b14cd675f7a285d2dfe06fe0031fce82d0c1c52 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'trigger-openembedded-armv8-luvos-next.yaml')
-rw-r--r--trigger-openembedded-armv8-luvos-next.yaml33
1 files changed, 33 insertions, 0 deletions
diff --git a/trigger-openembedded-armv8-luvos-next.yaml b/trigger-openembedded-armv8-luvos-next.yaml
new file mode 100644
index 0000000000..d795752bb3
--- /dev/null
+++ b/trigger-openembedded-armv8-luvos-next.yaml
@@ -0,0 +1,33 @@
+- job:
+ name: trigger-openembedded-armv8-luvos-next
+ project-type: freestyle
+ defaults: global
+ logrotate:
+ daysToKeep: 30
+ numToKeep: 30
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ disabled: false
+ node: build
+ display-name: 'Trigger for luvOS - ARMv8 (next)'
+ scm:
+ - git:
+ url: https://github.com/01org/luv-yocto.git
+ refspec: +refs/heads/next:refs/remotes/origin/next
+ name: origin
+ branches:
+ - refs/heads/next
+ 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-armv8-luvos-next'