aboutsummaryrefslogtreecommitdiff
path: root/openembedded-lkft-lsk-4.14.yaml
diff options
context:
space:
mode:
authorDaniel Díaz <daniel.diaz@linaro.org>2018-10-15 22:51:01 -0500
committerDan Rue <dan.rue@linaro.org>2018-10-16 14:29:29 +0000
commit0fcc11986ef8c7a6523c77da55046f9d77d675a1 (patch)
tree6f366ae7e462b00e8192efa5a8e4598095500979 /openembedded-lkft-lsk-4.14.yaml
parent0bdddb3b78aa9e22e5ffe5f6264cd3e93c7ba362 (diff)
openembedded-lkft-lsk: Update LSK jobs with recent changes from LKFT
These changes include: * using Rocko as the OE RPB branch, * changing the test image to rpb-console-image-lkft, * introducing the distinction between i386/x86_64, and * adding the matrix combinations selector for builds. Chiefly, it tries to solve a problem with the testing of these build jobs, as LAVA reports: Download '/var/lib/lava/dispatcher/tmp/468618/fastboot-deploy-0jn0ywjc/system/' is a directory, not a file due to this definition in the test job being incorrect: actions: [...] - deploy: [...] images: [...] system: url: http://snapshots.linaro.org/openembedded/lkft/morty/hikey/rpb/lsk-4.14/69/ [...] (the URL is missing a filename which used to be rpb-console-image-*.img.gz.) Change-Id: I0b212efc3e6affecedea416e5a25ec826c0ca714 Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
Diffstat (limited to 'openembedded-lkft-lsk-4.14.yaml')
-rw-r--r--openembedded-lkft-lsk-4.14.yaml12
1 files changed, 9 insertions, 3 deletions
diff --git a/openembedded-lkft-lsk-4.14.yaml b/openembedded-lkft-lsk-4.14.yaml
index 8e711b7393..75fd673854 100644
--- a/openembedded-lkft-lsk-4.14.yaml
+++ b/openembedded-lkft-lsk-4.14.yaml
@@ -38,10 +38,10 @@
name: MAKE_KERNELVERSION
- string:
name: IMAGES
- default: 'rpb-console-image'
+ default: 'rpb-console-image-lkft'
- string:
name: MANIFEST_BRANCH
- default: 'morty'
+ default: 'rocko'
- string:
name: PUB_DEST
default: 'openembedded/lkft/${MANIFEST_BRANCH}/${MACHINE}/${DISTRO}/lsk-${KERNEL_VERSION}/${BUILD_NUMBER}'
@@ -60,9 +60,11 @@
- string:
name: SKIP_LAVA
default: ''
+ - matrix-combinations:
+ name: MATRIX_COMBINATIONS
disabled: false
node: master
- display-name: 'LKFT - LSK 4.14 (OpenEmbedded/morty)'
+ display-name: 'LKFT - LSK 4.14 (OpenEmbedded/rocko)'
axes:
- axis:
type: user-defined
@@ -71,6 +73,7 @@
- 'dragonboard-410c'
- 'hikey'
- 'intel-core2-32'
+ - 'intel-corei7-64'
- 'juno'
- axis:
type: user-defined
@@ -108,6 +111,9 @@
DEVICE_TYPE=dragonboard-410c
;;
intel-core2-32)
+ DEVICE_TYPE=i386
+ ;;
+ intel-corei7-64)
DEVICE_TYPE=x86
;;
juno)