diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2021-01-19 13:22:48 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-01-21 00:11:16 +0000 |
commit | c07a99040430081fb84c6540dd9051c7266ceb96 (patch) | |
tree | 13102b8d4efb5fecd10ba6ccbeddd03e4077a701 /templates/config/default.cfg | |
parent | 2c495b091a42ca3127d438bcd41692aa6e0063c8 (diff) |
SPEC-3764: Enable screenshooter test
This patch enable screenhooter test.
The qemuarm need more memory for working with this test.
Change-Id: I1aae32688efb4bb8264e3d85bd3c439b7b9f6764
Bug-AGL: SPEC-3764
Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
Diffstat (limited to 'templates/config/default.cfg')
-rw-r--r-- | templates/config/default.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/config/default.cfg b/templates/config/default.cfg index a66d75e..f3bfd30 100644 --- a/templates/config/default.cfg +++ b/templates/config/default.cfg @@ -14,9 +14,9 @@ test_plan = ["release", "pyagl", "can"] [daily] [snapshot] urlbase = http://download.automotivelinux.org/AGL/snapshots/ -test_plan = ["release", "pyagl", "can", "dumpjournal"] +test_plan = ["release", "pyagl", "can", "screenshooter", "dumpjournal"] [ci] urlbase = http://download.automotivelinux.org/AGL/upload/ci/ -test_plan = ["ci", "pyagl", "can", "dumpjournal"] +test_plan = ["ci", "pyagl", "can", "screenshooter", "dumpjournal"] |