From dac6eb8edd9184d0c01f57d5ec9e2a27b6ead9bd Mon Sep 17 00:00:00 2001 From: Kevin Hilman Date: Thu, 1 Feb 2018 09:23:51 -0800 Subject: templates/config: update release defaults to eel Change-Id: I6ae4a7bc135b3040e5948dd31718c1c02fada6cf Signed-off-by: Kevin Hilman --- templates/config/default.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'templates/config/default.cfg') diff --git a/templates/config/default.cfg b/templates/config/default.cfg index ba43270..0ce3b4f 100644 --- a/templates/config/default.cfg +++ b/templates/config/default.cfg @@ -1,8 +1,11 @@ [infra] style = AGL [default] -urlbase = https://download.automotivelinux.org/AGL/release/dab/4.0.2/ +urlbase = https://download.automotivelinux.org/AGL/release/eel/5.0.0/ test_plan = ["health-test","smoke"] +[dab] +urlbase = https://download.automotivelinux.org/AGL/release/dab/4.0.2/ +test_plan = ["health-test"] [release] urlbase = https://download.automotivelinux.org/AGL/release/ test_plan = ["all"] -- cgit 1.2.3-korg