aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-openembedded
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linaro.org>2018-02-07 19:26:26 -0600
committerAnibal Limon <anibal.limon@linaro.org>2018-02-13 15:39:54 +0000
commit35e8f23ffc8017227ae2ef0d7ac6418e62f05d81 (patch)
treee6d109b543c33cd31639b3ded7d7d4685ff44605 /lt-qcom-openembedded
parent33b269f3a22f538d72534ffa04457152885f8ba0 (diff)
lt-qcom: LAVA desktop template add gst-validate
Add gst-validate template to enable Gstreamer testing, example of the run [1]. [1] https://validation.linaro.org/scheduler/job/1677279 Change-Id: I85dd4ba8b8847581ee39970fb7f6a1a939179796 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.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lt-qcom-openembedded/submit_for_testing.sh b/lt-qcom-openembedded/submit_for_testing.sh
index 291030bd..821847b0 100755
--- a/lt-qcom-openembedded/submit_for_testing.sh
+++ b/lt-qcom-openembedded/submit_for_testing.sh
@@ -53,7 +53,7 @@ case "${MACHINE}" in
--git-commit ${BUILD_NUMBER} \
--template-path configs/lt-qcom/lava-job-definitions \
--template-base-pre base_template.yaml \
- --template-names template-desktop.yaml
+ --template-names template-desktop.yaml template-gst-validate.yaml
;;
rpb-wayland)
echo "Currently no tests for rpb-wayland"