The meta-virtualization builder is reliable and useful now, so add it to a-full.
Signed-off-by: Ross Burton <[email protected]> --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 17ccd21..c1c8c7e 100644 --- a/config.py +++ b/config.py @@ -10,7 +10,7 @@ buildertorepos = { "a-quick": ["poky", "meta-intel", "oecore", "bitbake", "meta-mingw", "meta-gplv2"], "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"], "meta-mingw": ["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", "oe-selftest-ubuntu", "oe-selftest-debian", "oe-selftest-fedora", "oe-selftest-centos", "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 = { -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#56955): https://lists.yoctoproject.org/g/yocto/message/56955 Mute This Topic: https://lists.yoctoproject.org/mt/90774395/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
