aboutsummaryrefslogtreecommitdiff
path: root/openembedded-armv8-luvos-master.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 /openembedded-armv8-luvos-master.yaml
parent89a11648521023efb374232e65c94074e5ac64a1 (diff)
openembedded-armv8-luvos: build next branch
Change-Id: I9b14cd675f7a285d2dfe06fe0031fce82d0c1c52 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'openembedded-armv8-luvos-master.yaml')
-rw-r--r--openembedded-armv8-luvos-master.yaml46
1 files changed, 46 insertions, 0 deletions
diff --git a/openembedded-armv8-luvos-master.yaml b/openembedded-armv8-luvos-master.yaml
new file mode 100644
index 0000000000..9b36d32acb
--- /dev/null
+++ b/openembedded-armv8-luvos-master.yaml
@@ -0,0 +1,46 @@
+- job:
+ name: openembedded-armv8-luvos-master
+ project-type: freestyle
+ defaults: global
+ logrotate:
+ daysToKeep: 30
+ numToKeep: 30
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ - job-extended-read
+ parameters:
+ - string:
+ name: MACHINE
+ default: 'qemuarm64'
+ - string:
+ name: DISTRO
+ default: 'luv'
+ - string:
+ name: BRANCH
+ default: 'master'
+ disabled: false
+ node: build
+ display-name: 'Linux UEFI Validation Operating System (luvOS) for ARMv8 - master'
+ scm:
+ - git:
+ url: https://github.com/01org/luv-yocto.git
+ refspec: +refs/heads/${BRANCH}:refs/remotes/origin/${BRANCH}
+ name: origin
+ branches:
+ - refs/heads/${BRANCH}
+ skip-tag: true
+ shallow-clone: true
+ wipe-workspace: false
+ wrappers:
+ - timestamps
+ - build-name:
+ name: '#${BUILD_NUMBER}-${GIT_REVISION,length=8}'
+ builders:
+ - linaro-publish-token
+ - shell:
+ !include-raw: openembedded-armv8-luvos/builders.sh
+ publishers:
+ - email:
+ recipients: 'fathi.boudra@linaro.org naresh.bhat@linaro.org'