diff options
Diffstat (limited to 'templates/config')
-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 0ce3b4f..59aab72 100644 --- a/templates/config/default.cfg +++ b/templates/config/default.cfg @@ -2,17 +2,17 @@ style = AGL [default] urlbase = https://download.automotivelinux.org/AGL/release/eel/5.0.0/ -test_plan = ["health-test","smoke"] +test_plan = ["smoke"] [dab] urlbase = https://download.automotivelinux.org/AGL/release/dab/4.0.2/ -test_plan = ["health-test"] +test_plan = [] [release] urlbase = https://download.automotivelinux.org/AGL/release/ test_plan = ["all"] [weekly] [daily] urlbase = https://download.automotivelinux.org/AGL/snapshots/ -test_plan = ["health-test","smoke", "yocto-ptest"] +test_plan = ["smoke", "yocto-ptest"] [ci] urlbase = https://download.automotivelinux.org/AGL/upload/ci/ -test_plan = ["health-test","smoke"] +test_plan = ["smoke"] |