aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-openembedded-rpb-morty.yaml
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linaro.org>2017-11-13 08:52:15 -0600
committerAníbal Limón <anibal.limon@linaro.org>2017-11-13 08:52:15 -0600
commitb199fe9c194ee8ba6b74e416615def23dc8d5c98 (patch)
tree7cc8c43fdbebdc222edf5f8a8596a2bc5a3ddef0 /lt-qcom-openembedded-rpb-morty.yaml
parent175278284fc16fc655ac40f9f3750428c9d492bb (diff)
lt-qcom-openembedded-rpb: Set LAVA DEVICE_TYPE to dragonboard-410c
The DEVICE_TYPE name was set to dragonboard-410c across all LAVA instances (main, lkft, staging) [1]. Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> [1] https://projects.linaro.org/servicedesk/customer/portal/1/CTT-659 Change-Id: I91f52982afc567efb1141af306119914d28d9351
Diffstat (limited to 'lt-qcom-openembedded-rpb-morty.yaml')
-rw-r--r--lt-qcom-openembedded-rpb-morty.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lt-qcom-openembedded-rpb-morty.yaml b/lt-qcom-openembedded-rpb-morty.yaml
index d8e332f981..7b938fc9c9 100644
--- a/lt-qcom-openembedded-rpb-morty.yaml
+++ b/lt-qcom-openembedded-rpb-morty.yaml
@@ -100,7 +100,7 @@
case "${MACHINE}" in
dragonboard-410c)
- export DEVICE_TYPE=apq8016-sbc
+ export DEVICE_TYPE="${MACHINE}"
python configs/openembedded-lkft/submit_for_testing.py \
--device-type ${DEVICE_TYPE} \