aboutsummaryrefslogtreecommitdiff
path: root/lhg-oe-build-next.yaml
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2017-06-09 22:00:55 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2017-06-13 11:48:52 +0000
commit3062b452f2787edeeb52fb72d49e1b226451dd57 (patch)
tree543270c055646d239335f49b5c6760706658a96e /lhg-oe-build-next.yaml
parent747a2ec5fc3a3c237fad45ae4ed78c9c32ea44c4 (diff)
lhg-oe-build-next: start using LHG docker slaves
Also use new builders-docker.sh script which is made from the current rpb-openembedded/builders.sh with just the changes required for it to work for LHG builds. Change-Id: I03c02a392236026d6f8d1204ab96a8d64e4ebe3f Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
Diffstat (limited to 'lhg-oe-build-next.yaml')
-rw-r--r--lhg-oe-build-next.yaml16
1 files changed, 9 insertions, 7 deletions
diff --git a/lhg-oe-build-next.yaml b/lhg-oe-build-next.yaml
index 4b3b93bd4f..82b46e5081 100644
--- a/lhg-oe-build-next.yaml
+++ b/lhg-oe-build-next.yaml
@@ -18,13 +18,16 @@
- job-configure
parameters:
- string:
+ name: MANIFEST_REPO
+ default: 'https://github.com/linaro-home/lhg-oe-manifests.git'
+ - string:
name: MANIFEST_BRANCH
default: 'morty-staging'
- string:
name: DISTRO
default: 'rpb-wayland'
- string:
- name: image_type
+ name: IMAGES
default: 'rpb-westonchromium-image'
disabled: false
node: lhg
@@ -34,7 +37,7 @@
type: slave
name: label
values:
- - lhg
+ - docker-jessie-amd64-lhg
- axis:
type: user-defined
name: MACHINE
@@ -46,11 +49,9 @@
sequential: true
wrappers:
- timestamps
- - matrix-tie-parent:
- node: lhg
builders:
- shell:
- !include-raw: lhg-oe-build/builders.sh
+ !include-raw: lhg-oe-build/builders-docker.sh
- inject:
properties-file: post_build_lava_parameters
- linaro-publish-token
@@ -66,7 +67,8 @@
${DEPLOY_DIR_IMAGE}/ \
openembedded/pre-built/lhg/${MANIFEST_BRANCH}/${MACHINE}/${DISTRO}/${BUILD_NUMBER}
publishers:
- - archive:
- artifacts: 'out/*'
+# We can only archive files that are located in the workspace
+# - archive:
+# artifacts: 'out/*'
- email:
recipients: 'andrey.konovalov@linaro.org'