diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-01-16 12:00:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2018-01-16 12:00:47 +0000 |
commit | 7b89850f324f10270e32c7a2aa1addbfadf9c029 (patch) | |
tree | cffd3b43552f5f95e17c759c89d8c12e7db2b71c /templates/config/default.cfg | |
parent | 4bae0df78fae4270038eb44fa2720dfd28675d6a (diff) | |
parent | 7df990a4080d77ebce1d9d867b207627e7059e85 (diff) |
Merge changes I44ae2990,Ied4e9f80,I9ce801a7
* changes:
templates: fix the rootfs name for m3ulcb and rpi3 daily builds
utils: define test-plans based on build-type
utils: change the url / build behavior scheme
Diffstat (limited to 'templates/config/default.cfg')
-rw-r--r-- | templates/config/default.cfg | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/config/default.cfg b/templates/config/default.cfg new file mode 100644 index 0000000..ba43270 --- /dev/null +++ b/templates/config/default.cfg @@ -0,0 +1,15 @@ +[infra] +style = AGL +[default] +urlbase = https://download.automotivelinux.org/AGL/release/dab/4.0.2/ +test_plan = ["health-test","smoke"] +[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"] +[ci] +urlbase = https://download.automotivelinux.org/AGL/upload/ci/ +test_plan = ["health-test","smoke"] |