aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-openembedded
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linaro.org>2018-04-12 12:11:42 -0500
committerAníbal Limón <anibal.limon@linaro.org>2018-04-17 11:18:49 -0500
commit144535ba07efb0ad1c3d583ca9f1247bce79a0d1 (patch)
treef1123f60f2c89817a02e8680d8f41447f08ed080 /lt-qcom-openembedded
parent544f39430fe8917b20aba0cb3386d28528c13eeb (diff)
lt-qcom-openembedded: Add support for send LAVA db820c jobs
Rename lt-qcom/lava-job-definitions/dragonboard-410c to lt-qcom/lava-job-definitions/boards and then create symlinks for each board, to use the same templates. Increase timeout 5min of qcomlt-smoke testing because usb enumeration in db820c is taking more time. Test job, https://staging.validation.linaro.org/scheduler/job/216391 Change-Id: Iea2902c3546dd48c9772cd96e86b4c1d17f7c6d6 Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
Diffstat (limited to 'lt-qcom-openembedded')
-rwxr-xr-xlt-qcom-openembedded/submit_for_testing.sh9
1 files changed, 7 insertions, 2 deletions
diff --git a/lt-qcom-openembedded/submit_for_testing.sh b/lt-qcom-openembedded/submit_for_testing.sh
index 26ec503a..bc872d3a 100755
--- a/lt-qcom-openembedded/submit_for_testing.sh
+++ b/lt-qcom-openembedded/submit_for_testing.sh
@@ -9,7 +9,6 @@ pip install --user --force-reinstall jinja2-cli ruamel.yaml
# main parameters
export DEPLOY_OS=oe
export OS_INFO=openembedded-${DISTRO}-${MANIFEST_BRANCH}
-export BOOT_OS_PROMPT=\'root@dragonboard-410c:~#\'
# boot and rootfs parameters, BOOT_URL comes from builders.sh
# and has not compression
@@ -22,8 +21,14 @@ export RESIZE_ROOTFS=
export PM_QA_TESTS="cpufreq cpuidle cpuhotplug thermal cputopology"
case "${MACHINE}" in
- dragonboard-410c)
+ dragonboard-410c|dragonboard-820c)
export DEVICE_TYPE="${MACHINE}"
+ if [ ${DEVICE_TYPE} = "dragonboard-410c" ]; then
+ export BOOT_OS_PROMPT=\'root@dragonboard-410c:~#\'
+ elif [ ${DEVICE_TYPE} = "dragonboard-820c" ]; then
+ export BOOT_OS_PROMPT=\'root@dragonboard-820c:~#\'
+ fi
+
case "${DISTRO}" in
rpb)
export ROOTFS_URL=${ROOTFS_SPARSE_BUILD_URL}