aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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"]