aboutsummaryrefslogtreecommitdiff
path: root/linux-eas/lava-job-definitions/panda-es
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2014-12-20 21:54:26 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2014-12-20 21:54:26 +0200
commitadff2a71c8787d54727c7f444fd93387643477b5 (patch)
tree7e2f8369e2a8e82273b1ac54d40b689639e16b12 /linux-eas/lava-job-definitions/panda-es
parent18478a9f5b1aee2ddcaf63cb2038b5ba3d6ce2a1 (diff)
linux-eas: switch to hwpacks to workaround boot failures in LAVA
* current lava jobs relying on linaro_deploy_kernel doesn't boot. switch to hwpacks and linaro_deploy_image to workaround. * add lava job definitions template for PandaBoard ES and Versatile Express TC2. Change-Id: I91e5434978c04da528d41d7d1a299ef32cbf9418 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'linux-eas/lava-job-definitions/panda-es')
-rw-r--r--linux-eas/lava-job-definitions/panda-es/template.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/linux-eas/lava-job-definitions/panda-es/template.yaml b/linux-eas/lava-job-definitions/panda-es/template.yaml
new file mode 100644
index 0000000000..e24e200986
--- /dev/null
+++ b/linux-eas/lava-job-definitions/panda-es/template.yaml
@@ -0,0 +1,20 @@
+actions:
+- command: deploy_linaro_image
+ parameters:
+ dtb: 'omap4-panda-es.dtb'
+ hwpack: '${HWPACK_BUILD_URL}'
+ rootfs: '${ROOTFS_BUILD_URL}'
+ metadata:
+ build id: '${BUILD_NUMBER}'
+ defconfig: '${defconfig}'
+ git URL: '${GIT_URL}'
+ git branch: '${GIT_BRANCH}'
+ git commit: '${GIT_COMMIT}'
+- 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: 3600 \ No newline at end of file