From 935943940a311c3484397d772a48b9a0ac4b1ba6 Mon Sep 17 00:00:00 2001 From: David Lewin Date: Thu, 8 Mar 2018 12:06:25 +0100 Subject: Removed unused Health-test Change-Id: Ie6716905c624494aa17675e8a99a1f6c68859fdd Signed-off-by: David Lewin --- templates/config/default.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'templates/config') 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"] -- cgit 1.2.3-korg