aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2021-03-30 16:00:12 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-03-31 14:59:31 +0000
commit38d351c8b1453473fbac4cc7bfe8ef6519cf4ed1 (patch)
tree7d71566534f5426106e11a23910c21a57bad2063
parent6b47042ced499e63f8ce472d6c775a0b17dce62c (diff)
Enable screenshot tests on all targets
HDMI jigs are deployed and all qemu targets are configured for it. Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: Ib2703fcb783ff757225b676add4c866029816e52
-rw-r--r--templates/config/default.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/config/default.cfg b/templates/config/default.cfg
index 95cb1f3..e4c0e7e 100644
--- a/templates/config/default.cfg
+++ b/templates/config/default.cfg
@@ -8,7 +8,7 @@ test_plan = ["release", "pyagl", "can", "screenshooter", "dumpjournal"]
[prerelease]
urlbase = http://download.automotivelinux.org/AGL/upload/ci/
-test_plan = ["release", "pyagl", "can"]
+test_plan = ["release", "pyagl", "can", "screenshooter", "dumpjournal"]
[weekly]
[daily]
@@ -18,5 +18,5 @@ test_plan = ["release", "pyagl", "can", "dumpjournal"]
[ci]
urlbase = http://download.automotivelinux.org/AGL/upload/ci/
-test_plan = ["ci", "pyagl", "can", "dumpjournal"]
+test_plan = ["ci", "pyagl", "can", "screenshooter", "dumpjournal"]