mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
config.py: add meta-virtualization to a-full
The meta-virtualization builder is reliable and useful now, so add it to a-full. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
b1e30acc32
commit
1e9836486b
|
@ -10,7 +10,7 @@ buildertorepos = {
|
||||||
"a-quick": ["poky", "meta-intel", "oecore", "bitbake",
|
"a-quick": ["poky", "meta-intel", "oecore", "bitbake",
|
||||||
"meta-mingw", "meta-gplv2"],
|
"meta-mingw", "meta-gplv2"],
|
||||||
"a-full": ["poky", "meta-intel", "oecore", "bitbake",
|
"a-full": ["poky", "meta-intel", "oecore", "bitbake",
|
||||||
"meta-mingw", "meta-gplv2", "meta-arm", "meta-aws", "meta-agl", "meta-openembedded"],
|
"meta-mingw", "meta-gplv2", "meta-arm", "meta-aws", "meta-agl", "meta-openembedded", "meta-virtualization"],
|
||||||
"non-gpl3": ["poky", "meta-gplv2"],
|
"non-gpl3": ["poky", "meta-gplv2"],
|
||||||
"meta-mingw": ["poky", "meta-mingw"],
|
"meta-mingw": ["poky", "meta-mingw"],
|
||||||
"qa-extras": ["poky", "meta-mingw"],
|
"qa-extras": ["poky", "meta-mingw"],
|
||||||
|
@ -88,7 +88,7 @@ trigger_builders_wait_full = trigger_builders_wait_shared + [
|
||||||
"qemumips-alt", "edgerouter-alt", "qemuppc-alt", "qemux86-world-alt",
|
"qemumips-alt", "edgerouter-alt", "qemuppc-alt", "qemux86-world-alt",
|
||||||
"oe-selftest-ubuntu", "oe-selftest-debian", "oe-selftest-fedora", "oe-selftest-centos",
|
"oe-selftest-ubuntu", "oe-selftest-debian", "oe-selftest-fedora", "oe-selftest-centos",
|
||||||
"qemux86-64-ptest", "qemux86-64-ltp", "qemuarm64-ptest", "qemuarm64-ltp",
|
"qemux86-64-ptest", "qemux86-64-ltp", "qemuarm64-ptest", "qemuarm64-ltp",
|
||||||
"meta-intel", "meta-arm", "meta-aws", "meta-agl-core"
|
"meta-intel", "meta-arm", "meta-aws", "meta-agl-core", "meta-virt"
|
||||||
]
|
]
|
||||||
|
|
||||||
trigger_builders_wait_quick_releases = {
|
trigger_builders_wait_quick_releases = {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user