aboutsummaryrefslogtreecommitdiff
path: root/lhg-oe-wpe-morty.yaml
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2017-12-20 21:41:59 +0300
committerAndrey Konovalov <andrey.konovalov@linaro.org>2017-12-21 13:53:37 +0300
commit6e2875644449abad581a69c0612fcb8b1c2a643c (patch)
tree143a10a841038847dee13a49dbda96fb23dae7ee /lhg-oe-wpe-morty.yaml
parent0d498766cc3217f77bd7a457588fe07efb3fbbcc (diff)
lhg-oe-wpe-morty: new build job
Change-Id: I27ef3c58201919b61896c13e0109375c1438ca11 Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
Diffstat (limited to 'lhg-oe-wpe-morty.yaml')
-rw-r--r--lhg-oe-wpe-morty.yaml75
1 files changed, 75 insertions, 0 deletions
diff --git a/lhg-oe-wpe-morty.yaml b/lhg-oe-wpe-morty.yaml
new file mode 100644
index 0000000000..d18c4b7bba
--- /dev/null
+++ b/lhg-oe-wpe-morty.yaml
@@ -0,0 +1,75 @@
+- job:
+ name: lhg-oe-build
+ project-type: matrix
+ defaults: global
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ - job-extended-read
+ - job-workspace
+ linaro:
+ - job-read
+ - job-extended-read
+ - job-build
+ - job-cancel
+ - build-discarder:
+ days-to-keep: 30
+ num-to-keep: 30
+ artifact-num-to-keep: 1
+ parameters:
+ - string:
+ name: IMAGES
+ default: 'lhg-westeros-wpe-image'
+ - string:
+ name: MANIFEST_URL
+ default: 'https://github.com/linaro-home/lhg-oe-manifests.git'
+ - string:
+ name: MANIFEST_BRANCH_PREFIX
+ default: 'wpe/'
+ - string:
+ name: MANIFEST_BRANCH
+ default: 'morty'
+ - string:
+ name: BASE_URL
+ default: 'http://snapshots.linaro.org/'
+ - string:
+# TBD: need to confirm with LHG where the WPE builds are to be published
+ name: PUB_DEST
+ default: 'openembedded/pre-built/lhg/${MANIFEST_BRANCH_PREFIX}${MANIFEST_BRANCH}/${MACHINE}/${BUILD_NUMBER}/${DISTRO}'
+ disabled: false
+ node: lhg
+ display-name: 'LHG Westeros/WPE - OpenEmbedded (morty)'
+ axes:
+ - axis:
+ type: user-defined
+ name: MACHINE
+ values:
+ - hikey-32
+ - axis:
+ type: user-defined
+ name: DISTRO
+ values:
+ - rpb-wayland
+ - axis:
+ type: slave
+ name: label
+ values:
+ - docker-stretch-amd64-lhg
+ execution-strategy:
+ sequential: false
+ wrappers:
+ - timestamps
+ builders:
+ - shell:
+ !include-raw: lhg-oe-build/builders.sh
+ - inject:
+ properties-file: post_build_lava_parameters
+# - linaro-publish-token
+# - shell:
+# !include-raw: rpb-openembedded/publishers.sh
+ publishers:
+ - archive:
+ artifacts: 'out/*'
+ - email:
+ recipients: 'andrey.konovalov@linaro.org'