aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2021-11-24 15:40:01 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2021-11-24 15:40:04 +0100
commit7bb7bb399f148d9775080d9703b5e7a4540f2cf8 (patch)
tree9c10dd5d722e50c4595aa7edc30ee15a2e9fb404
parent60a52435b8777c094daab6a5c762fa3cf3b1977c (diff)
Enable agl-compositor screenshot test again
The latest changes on the master branch require an update to the screenshot test. The script has been changed to use the journal and use the new settings file locations. Thus we can enable it here again. Bug-AGL: SPEC-4150 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: Ie2b85ae3b72843316104a18795af7beead78edd5
-rw-r--r--templates/config/default.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/config/default.cfg b/templates/config/default.cfg
index 392cc75..df936b2 100644
--- a/templates/config/default.cfg
+++ b/templates/config/default.cfg
@@ -4,19 +4,19 @@ style = AGL
[default]
[release]
urlbase = http://download.automotivelinux.org/AGL/release/
-test_plan = ["release", "dumpjournal"]
+test_plan = ["release", "screenshooter", "dumpjournal"]
[prerelease]
urlbase = http://download.automotivelinux.org/AGL/upload/ci/
-test_plan = ["release", "dumpjournal"]
+test_plan = ["release", "screenshooter", "dumpjournal"]
[weekly]
[daily]
[snapshot]
urlbase = http://download.automotivelinux.org/AGL/snapshots/
-test_plan = ["release", "dumpjournal"]
+test_plan = ["release", "screenshooter", "dumpjournal"]
[ci]
urlbase = http://download.automotivelinux.org/AGL/upload/ci/
-test_plan = ["ci", "dumpjournal"]
+test_plan = ["ci", "screenshooter", "dumpjournal"]