aboutsummaryrefslogtreecommitdiff
path: root/ledge-oe.yaml
diff options
context:
space:
mode:
authorMaxim Uvarov <maxim.uvarov@linaro.org>2019-04-22 09:42:17 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2019-04-23 11:26:51 +0300
commitdf09d8702981efa670c9a571c8aa12688fcabb8f (patch)
treec722ea5987f89752cd0107da9587db727830f832 /ledge-oe.yaml
parent44bf553f83b6294a306fdf262d03b6b68533da3f (diff)
ledge-oe: enable builds for all supported machines
Convert freestyle to matrix Jenkins job (no need to save builds history now). Adjust the publishing destination path/URL. Change-Id: Ibd98c2ba18870bca63b93d42fdaba0cb022f7ca1 Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'ledge-oe.yaml')
-rw-r--r--ledge-oe.yaml19
1 files changed, 14 insertions, 5 deletions
diff --git a/ledge-oe.yaml b/ledge-oe.yaml
index 61606f6f..7f70e966 100644
--- a/ledge-oe.yaml
+++ b/ledge-oe.yaml
@@ -1,6 +1,6 @@
- job:
name: ledge-oe
- project-type: freestyle
+ project-type: matrix
defaults: global
properties:
- authorization:
@@ -20,9 +20,6 @@
num-to-keep: 10
parameters:
- string:
- name: MACHINE
- default: 'ledge-ti-am572x'
- - string:
name: DISTRO
default: 'rpb'
- string:
@@ -30,13 +27,25 @@
default: 'master'
- string:
name: PUB_DEST
- default: 'components/ledge/oe/${BUILD_NUMBER}'
+ default: 'components/ledge/oe/${MACHINE}/${BUILD_NUMBER}'
- string:
name: LAVA_SERVER
default: 'validation.linaro.org/RPC2/'
disabled: false
node: docker-stretch-amd64
display-name: 'LEDGE OE build'
+ axes:
+ - axis:
+ type: user-defined
+ name: MACHINE
+ values:
+ - 'ledge-ti-am572x'
+ - 'ledge-stm32mp157c-dk2'
+ - 'ledge-qemux86-64'
+ - 'ledge-qemuarm'
+ - 'ledge-qemuarm64'
+ execution-strategy:
+ sequential: false
wrappers:
- timestamps
builders: