aboutsummaryrefslogtreecommitdiffstats
path: root/templates/config/default.cfg
blob: 0bc2f624efb9ca22a86b642b20040dcb3697bed4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[infra]
style = AGL

[default]
[release]
urlbase = http://download.automotivelinux.org/AGL/release/
test_plan = ["release", "pyagl", "can"]

[prerelease]
urlbase = http://download.automotivelinux.org/AGL/upload/ci/
test_plan = ["release", "pyagl", "can"]

[weekly]
[daily]
[snapshot]
urlbase = http://download.automotivelinux.org/AGL/snapshots/
test_plan = ["release", "pyagl", "can"]

[ci]
urlbase = http://download.automotivelinux.org/AGL/upload/ci/
test_plan = ["ci", "pyagl", "can"]