aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linaro.org>2017-11-22 12:21:56 -0600
committerAnibal Limon <anibal.limon@linaro.org>2017-11-22 18:23:15 +0000
commitbccfed65494d0676e12d205f16f84ada22999506 (patch)
tree579bb1e8fcc0396a83fc3b518f49566fd471c99a
parente8d02bb6e2480affe8a4d7c274f386ff6b2bebdb (diff)
lt-qcom-{debian,openembedded}.yaml: Fix LAVA test job submission
Missing a \ to continue parameters in submit_for_testing.py call. Change-Id: I1ef14bab9e86efcbd04877ccea89a04a6ea9e8f8 Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
-rw-r--r--lt-qcom-debian-images-dragonboard410c.yaml2
-rw-r--r--lt-qcom-openembedded-rpb-morty.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/lt-qcom-debian-images-dragonboard410c.yaml b/lt-qcom-debian-images-dragonboard410c.yaml
index b07522cf09..6d657e349c 100644
--- a/lt-qcom-debian-images-dragonboard410c.yaml
+++ b/lt-qcom-debian-images-dragonboard410c.yaml
@@ -142,7 +142,7 @@
--qa-server-project ${OS_INFO} \
--git-commit ${BUILD_NUMBER} \
--template-path configs/lt-qcom/lava-job-definitions \
- --template-base-pre base_template.yaml
+ --template-base-pre base_template.yaml \
--template-names template.yaml template-wifi.yaml template-bt.yaml
publishers:
- groovy-postbuild:
diff --git a/lt-qcom-openembedded-rpb-morty.yaml b/lt-qcom-openembedded-rpb-morty.yaml
index 5cc05df498..6132ece61f 100644
--- a/lt-qcom-openembedded-rpb-morty.yaml
+++ b/lt-qcom-openembedded-rpb-morty.yaml
@@ -129,7 +129,7 @@
--env-suffix="-${DISTRO}" \
--git-commit ${BUILD_NUMBER} \
--template-path configs/lt-qcom/lava-job-definitions \
- --template-base-pre base_template.yaml
+ --template-base-pre base_template.yaml \
--template-names template.yaml template-wifi.yaml template-bt.yaml template-ptest.yaml
;;
rpb-wayland)