From 38d351c8b1453473fbac4cc7bfe8ef6519cf4ed1 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Tue, 30 Mar 2021 16:00:12 +0200 Subject: Enable screenshot tests on all targets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit HDMI jigs are deployed and all qemu targets are configured for it. Signed-off-by: Jan-Simon Möller Change-Id: Ib2703fcb783ff757225b676add4c866029816e52 --- templates/config/default.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') 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"] -- cgit 1.2.3-korg