aboutsummaryrefslogtreecommitdiff
path: root/96boards-reference-platform-openembedded/lava-job-definitions/apq8016-sbc/template.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2016-05-04 19:57:39 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2016-05-04 18:53:33 +0000
commit37d68e6110e949f4c957d7ecf555091a6aefdd73 (patch)
tree9313796133308806e7769b100a670b173a2c1e7b /96boards-reference-platform-openembedded/lava-job-definitions/apq8016-sbc/template.yaml
parent9013efed559f60d27763686816d4f7a4726c3d5b (diff)
96boards-reference-platform-openembedded: add lava job submission
Submit Dragonboard 410c build only. Hikey build need to be fixed to include boot image first. Change-Id: I63f2a19b17df8803ebe8ed36c30e7460796a4fb5 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to '96boards-reference-platform-openembedded/lava-job-definitions/apq8016-sbc/template.yaml')
-rw-r--r--96boards-reference-platform-openembedded/lava-job-definitions/apq8016-sbc/template.yaml19
1 files changed, 19 insertions, 0 deletions
diff --git a/96boards-reference-platform-openembedded/lava-job-definitions/apq8016-sbc/template.yaml b/96boards-reference-platform-openembedded/lava-job-definitions/apq8016-sbc/template.yaml
new file mode 100644
index 0000000000..a33709e8f0
--- /dev/null
+++ b/96boards-reference-platform-openembedded/lava-job-definitions/apq8016-sbc/template.yaml
@@ -0,0 +1,19 @@
+actions:
+- command: deploy_linaro_android_image
+ parameters:
+ images:
+ - partition: 'boot'
+ url: '${BOOT_URL}'
+ - partition: 'rootfs'
+ url: '${ROOTFS_BUILD_URL}'
+ target_type: 'ubuntu'
+ login_prompt: 'login:'
+ username: 'root'
+- command: boot_linaro_image
+- command: submit_results
+ parameters:
+ server: 'http://${LAVA_SERVER}'
+ stream: '${BUNDLE_STREAM_NAME}'
+device_type: '${DEVICE_TYPE}'
+job_name: '${BUILD_URL}'
+timeout: 18000