[yocto-autobuilder2] config.py: add meta-virtualization to a-full

Message ID 20220429095848.775599-1-ross.burton@arm.com
State New
Headers show
Series [yocto-autobuilder2] config.py: add meta-virtualization to a-full | expand

Commit Message

Ross Burton April 29, 2022, 9:58 a.m. UTC
The meta-virtualization builder is reliable and useful now, so add it to
a-full.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 config.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Patch

diff --git a/config.py b/config.py
index 17ccd21..bec61b1 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-virtualization"
 ]
 
 trigger_builders_wait_quick_releases = {