aboutsummaryrefslogtreecommitdiffstats
path: root/templates/config/default.cfg
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2020-11-27 14:38:47 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2020-11-27 14:40:46 +0100
commit1b09e43c7c7f9532b56ddd825f9f2afd5a860bee (patch)
tree4b1b5ecc4354ce50e560cffe2b3771797f7140cb /templates/config/default.cfg
parent3999ea8f05650ebe1715199ea24bf42b7c7f7a28 (diff)
Dump the journal at the end of a job
For debugging purposes, dump the journal at the very end. Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: Ib31764edb57827fbf2deb6ef5705da8783d17c30
Diffstat (limited to 'templates/config/default.cfg')
-rw-r--r--templates/config/default.cfg6
1 files changed, 3 insertions, 3 deletions
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"]