diff options
Diffstat (limited to 'templates/config')
-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"] |