diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2020-09-16 15:52:52 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-09-18 12:05:52 +0200 |
commit | 57ae788397538456c642a6fb10d54118984e0c0b (patch) | |
tree | 1eaad26a405156ca6b07269e7f74d9d8c9b3b4a2 /templates | |
parent | e4db56673462219c1a602ad7b27a7709c3de20f9 (diff) |
SPEC-3572: Enable pyagl test
This patch enable pyagl tests for all CI jobs (ci/daily/release/tc...)
Bug-AGL: SPEC-3572
Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
Change-Id: I80d0b2f959b0c7886d152a27d77ca53c530106f7
Diffstat (limited to 'templates')
-rw-r--r-- | templates/config/default.cfg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/config/default.cfg b/templates/config/default.cfg index af2340b..5e160fe 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"] +test_plan = ["release", "pyagl"] [prerelease] urlbase = http://download.automotivelinux.org/AGL/upload/ci/ -test_plan = ["release"] +test_plan = ["release", "pyagl"] [weekly] [daily] [snapshot] urlbase = http://download.automotivelinux.org/AGL/snapshots/ -test_plan = ["release"] +test_plan = ["release", "pyagl"] [ci] urlbase = http://download.automotivelinux.org/AGL/upload/ci/ -test_plan = ["ci"] +test_plan = ["ci", "pyagl"] |