From 57ae788397538456c642a6fb10d54118984e0c0b Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Wed, 16 Sep 2020 15:52:52 +0200 Subject: 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 Change-Id: I80d0b2f959b0c7886d152a27d77ca53c530106f7 --- templates/config/default.cfg | 8 ++++---- 1 file 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"] -- cgit 1.2.3-korg