From e5fdbc0b414c0e4c94ea62899be806bb9c687dda Mon Sep 17 00:00:00 2001 From: Kevin Hilman Date: Mon, 3 Dec 2018 12:05:35 -0800 Subject: templates/tests: move to standard test plans Remove specific test-plan templates, and migrate to the build-specific templates: ci, snapshot, release. Note that the contents of smoke and yocto-ptest are now part of the "ci" template. Change-Id: I982529ecafddd903db5954af03af15ac8d4f871a Signed-off-by: Kevin Hilman --- templates/config/default.cfg | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'templates/config/default.cfg') diff --git a/templates/config/default.cfg b/templates/config/default.cfg index 5287730..4177687 100644 --- a/templates/config/default.cfg +++ b/templates/config/default.cfg @@ -1,18 +1,17 @@ [infra] style = AGL + [default] -urlbase = http://download.automotivelinux.org/AGL/release/eel/5.0.0/ -test_plan = ["smoke"] -[dab] -urlbase = http://download.automotivelinux.org/AGL/release/dab/4.0.2/ -test_plan = [] [release] urlbase = http://download.automotivelinux.org/AGL/release/ -test_plan = ["all"] +test_plan = ["release"] + [weekly] [daily] +[snapshot] urlbase = http://download.automotivelinux.org/AGL/snapshots/ -test_plan = ["smoke", "yocto-ptest"] +test_plan = ["release"] + [ci] urlbase = http://download.automotivelinux.org/AGL/upload/ci/ test_plan = ["ci"] -- cgit 1.2.3-korg