From 1b09e43c7c7f9532b56ddd825f9f2afd5a860bee Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Fri, 27 Nov 2020 14:38:47 +0100 Subject: Dump the journal at the end of a job MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For debugging purposes, dump the journal at the very end. Signed-off-by: Jan-Simon Möller Change-Id: Ib31764edb57827fbf2deb6ef5705da8783d17c30 --- 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 0bc2f62..a66d75e 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"] +test_plan = ["release", "pyagl", "can", "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"] +test_plan = ["release", "pyagl", "can", "dumpjournal"] [ci] urlbase = http://download.automotivelinux.org/AGL/upload/ci/ -test_plan = ["ci", "pyagl", "can"] +test_plan = ["ci", "pyagl", "can", "dumpjournal"] -- cgit 1.2.3-korg