diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2021-01-22 12:34:29 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2021-01-22 12:34:29 +0100 |
commit | dc5fba504f19d5cc2bf7f4853d375b8e692094a5 (patch) | |
tree | cc2cbe326bb6667fd2d2042ba96f7e4498106936 /templates | |
parent | c07a99040430081fb84c6540dd9051c7266ceb96 (diff) |
Disable screenshooter in CIkoi_10.93.0koi/10.93.010.93.0
Need to eval more boards.
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: I412095ecff4fa32b8cd1879a3792ca6b5b021b11
Diffstat (limited to 'templates')
-rw-r--r-- | templates/config/default.cfg | 6 |
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"] |