diff options
Diffstat (limited to 'templates/config/default.cfg')
-rw-r--r-- | templates/config/default.cfg | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/config/default.cfg b/templates/config/default.cfg index 59aab72..c75300b 100644 --- a/templates/config/default.cfg +++ b/templates/config/default.cfg @@ -1,18 +1,18 @@ [infra] style = AGL [default] -urlbase = https://download.automotivelinux.org/AGL/release/eel/5.0.0/ +urlbase = http://download.automotivelinux.org/AGL/release/eel/5.0.0/ test_plan = ["smoke"] [dab] -urlbase = https://download.automotivelinux.org/AGL/release/dab/4.0.2/ +urlbase = http://download.automotivelinux.org/AGL/release/dab/4.0.2/ test_plan = [] [release] -urlbase = https://download.automotivelinux.org/AGL/release/ +urlbase = http://download.automotivelinux.org/AGL/release/ test_plan = ["all"] [weekly] [daily] -urlbase = https://download.automotivelinux.org/AGL/snapshots/ +urlbase = http://download.automotivelinux.org/AGL/snapshots/ test_plan = ["smoke", "yocto-ptest"] [ci] -urlbase = https://download.automotivelinux.org/AGL/upload/ci/ +urlbase = http://download.automotivelinux.org/AGL/upload/ci/ test_plan = ["smoke"] |