diff options
author | Kevin Hilman <khilman@baylibre.com> | 2018-02-01 09:23:51 -0800 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-02-01 09:23:54 -0800 |
commit | dac6eb8edd9184d0c01f57d5ec9e2a27b6ead9bd (patch) | |
tree | 0426f72d9f724737e87b5102e496efea63818771 /templates | |
parent | e97ddde29c27ad0f9f791bb969122d022156f1d0 (diff) |
templates/config: update release defaults to eel
Change-Id: I6ae4a7bc135b3040e5948dd31718c1c02fada6cf
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/config/default.cfg | 5 |
1 files changed, 4 insertions, 1 deletions
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"] |