From dc5fba504f19d5cc2bf7f4853d375b8e692094a5 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Fri, 22 Jan 2021 12:34:29 +0100 Subject: Disable screenshooter in CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Need to eval more boards. Signed-off-by: Jan-Simon Möller Change-Id: I412095ecff4fa32b8cd1879a3792ca6b5b021b11 --- templates/config/default.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/config') diff --git a/templates/config/default.cfg b/templates/config/default.cfg index f3bfd30..95cb1f3 100644 --- a/templates/config/default.cfg +++ b/templates/config/default.cfg @@ -4,7 +4,7 @@ style = AGL [default] [release] urlbase = http://download.automotivelinux.org/AGL/release/ -test_plan = ["release", "pyagl", "can", "dumpjournal"] +test_plan = ["release", "pyagl", "can", "screenshooter", "dumpjournal"] [prerelease] urlbase = http://download.automotivelinux.org/AGL/upload/ci/ @@ -14,9 +14,9 @@ test_plan = ["release", "pyagl", "can"] [daily] [snapshot] urlbase = http://download.automotivelinux.org/AGL/snapshots/ -test_plan = ["release", "pyagl", "can", "screenshooter", "dumpjournal"] +test_plan = ["release", "pyagl", "can", "dumpjournal"] [ci] urlbase = http://download.automotivelinux.org/AGL/upload/ci/ -test_plan = ["ci", "pyagl", "can", "screenshooter", "dumpjournal"] +test_plan = ["ci", "pyagl", "can", "dumpjournal"] -- cgit 1.2.3-korg