summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Lewin <dlewin@baylibre.com>2018-03-08 12:06:25 +0100
committerDavid Lewin <dlewin@baylibre.com>2018-03-09 19:27:53 +0100
commit935943940a311c3484397d772a48b9a0ac4b1ba6 (patch)
tree7840afa54a1dea9e8352ac8086ef74e7663e0633
parentb30ba7177592fee71be4393ff6c4ad9a76840b7b (diff)
Removed unused Health-test
Change-Id: Ie6716905c624494aa17675e8a99a1f6c68859fdd Signed-off-by: David Lewin <dlewin@baylibre.com>
-rw-r--r--templates/config/default.cfg8
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"]