aboutsummaryrefslogtreecommitdiff
path: root/lhg-oe-wpe-master.yaml
diff options
context:
space:
mode:
authorPeter Griffin <peter.griffin@linaro.org>2019-11-25 14:37:07 +0000
committerAndrey Konovalov <andrey.konovalov@linaro.org>2019-12-03 13:22:38 +0000
commit4bf2e5733a171b1416b55cf765756e7772673c45 (patch)
tree6e44011b04635c75f22ef96f946e3b2b40a62c1c /lhg-oe-wpe-master.yaml
parentcbf2b8657ed49a9eb233312cb41226c532ffeb32 (diff)
lhg-oe-wpe-master: new ci job to build wpewebkit
Change-Id: I667a28043f037455e445dbe276904bb3c4ffddd8 Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Diffstat (limited to 'lhg-oe-wpe-master.yaml')
-rw-r--r--lhg-oe-wpe-master.yaml106
1 files changed, 106 insertions, 0 deletions
diff --git a/lhg-oe-wpe-master.yaml b/lhg-oe-wpe-master.yaml
new file mode 100644
index 0000000000..d4402ccd2b
--- /dev/null
+++ b/lhg-oe-wpe-master.yaml
@@ -0,0 +1,106 @@
+- job:
+ name: lhg-oe-wpe-master
+ 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-mmwg/lhg-oe-manifests.git'
+ - string:
+ name: MANIFEST_BRANCH
+ default: 'master'
+ - string:
+ name: BASE_URL
+ default: 'https://snapshots.linaro.org/'
+ - string:
+ name: PUB_DEST
+ default: 'openembedded/pre-built/lhg/${MANIFEST_BRANCH}/${MACHINE}/${BUILD_NUMBER}/${DISTRO}'
+ - string:
+ name: LAVA_SERVER
+ default: 'https://validation.linaro.org/RPC2/'
+ - string:
+ name: QA_SERVER
+ default: 'https://qa-reports.linaro.org'
+ - string:
+ name: QA_SERVER_PROJECT
+ default: 'openembedded-master'
+
+ disabled: false
+ node: lhg
+ display-name: 'LHG - OpenEmbedded (master)'
+ axes:
+ - axis:
+ type: user-defined
+ name: MACHINE
+ values:
+ - dragonboard-410c
+ - imx8mqevk
+ - 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
+ - credentials-binding:
+ - text:
+ credential-id: QA_REPORTS_TOKEN
+ variable: QA_REPORTS_TOKEN
+ builders:
+ - shell: |
+ #!/bin/bash
+
+ # Mapping for MACHINE -> DEVICE_TYPE
+ case "${MACHINE}" in
+ dragonboard-410c)
+ DEVICE_TYPE=dragonboard-410c
+ ;;
+ *)
+ echo "Skip DEVICE_TYPE for ${MACHINE}"
+ ;;
+ esac
+
+ echo "DEVICE_TYPE=${DEVICE_TYPE}" > device_type_parameters
+ - inject:
+ properties-file: device_type_parameters
+ - 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
+ - inject:
+ properties-file: submit_for_testing_parameters
+ - shell:
+ !include-raw: lhg-oe-build/submit_for_testing.sh
+ publishers:
+ - archive:
+ artifacts: 'out/*'
+ - email:
+ recipients: 'andrey.konovalov@linaro.org peter.griffin@linaro.org'