aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linaro.org>2017-11-09 08:07:28 -0600
committerFathi Boudra <fathi.boudra@linaro.org>2017-11-09 15:09:34 +0000
commitee792dc485fee62a303c6eee72246b611a4f4e6c (patch)
tree4a5c18c2bf7bf700918bb7e4c3d06e77cb2a329d
parentc0a85e5f76f66cfdde593577497b06d08cda7f8b (diff)
lt-qcom-openembedded-rpb-morty: Fix --env-suffix in submit_for_testing
I previously tried to fix this (fb80df5b2c) escaping the quotes but it ends on the end API string causing a failure [1]. The python argparse needs to put and --env-suffix= to support other argument for an argument, --env-suffix=-rpb for example. [1] https://ci.linaro.org/job/lt-qcom-openembedded-rpb-morty/43/DISTRO=rpb,MACHINE=dragonboard-410c,label=docker-stretch-amd64/console Change-Id: If4d1744f03c8fb5fba0be6ea10bfca1a444e2574 Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
-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 bf70f70dc5..6f4d675613 100644
--- a/lt-qcom-openembedded-rpb-morty.yaml
+++ b/lt-qcom-openembedded-rpb-morty.yaml
@@ -109,7 +109,7 @@
--qa-server ${QA_SERVER} \
--qa-server-team qcomlt \
--qa-server-project openembedded-rpb-morty \
- --env-suffix \"-${DISTRO}\" \
+ --env-suffix="-${DISTRO}" \
--git-commit ${BUILD_NUMBER} \
--template-path configs/lt-qcom-openembedded-rpb/lava-job-definitions \
--template-names template.yaml template-wifi.yaml template-bt.yaml