Message ID | 20220429121411.2287536-1-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | [yocto-autobuilder2,v2] config.py: add meta-virtualization to a-full | expand |
On Fri, Apr 29, 2022 at 8:14 AM Ross Burton <ross.burton@arm.com> wrote: > > The meta-virtualization builder is reliable and useful now, so add it to > a-full. Acked-by: Bruce Ashfield <bruce.ashfield@gmail.com> The meta-virtualization "team" will do my best to respond to breakages in a timely manner :) Bruce > > Signed-off-by: Ross Burton <ross.burton@arm.com> > --- > 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/1050810 > Group Owner: yocto+owner@lists.yoctoproject.org > Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [bruce.ashfield@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- >
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 = {
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(-)