On Fri, Apr 29, 2022 at 8:14 AM Ross Burton <ross.burton@...> wrote: The meta-virtualization builder is reliable and useful now, so add it to a-full.
Acked-by: Bruce Ashfield <bruce.ashfield@...> The meta-virtualization "team" will do my best to respond to breakages in a timely manner :) Bruce Signed-off-by: Ross Burton <ross.burton@...> --- 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
-- - Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end - "Use the force Harry" - Gandalf, Star Trek II
|