[yocto-autobuilder2][PATCH 1/4] config.py: add vcontainers-tarball; containers tag
[email protected] Thu, 7 May 2026 18:25:09 -0700
| Newsgroups | org.yoctoproject.lists.yocto,org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <6e816aa1b2e35ffd2aa391d2dda727cefbad9e30.1778202070.git.tim.orling@konsulko.com> |
From: Tim Orling <[email protected]> Initial steps towards containers jobs. We will need vcontainers-tarball (similar to buildtools job). Signed-off-by: Tim Orling <[email protected]> --- config.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config.py b/config.py index b5b2b62..630c8d3 100644 --- a/config.py +++ b/config.py @@ -34,6 +34,7 @@ buildertorepos = { "metrics": baserepos + ["meta-openembedded"], "metrics-gitstats": baserepos + ["meta-openembedded", "yocto-docs"], "meta-webosose": baserepos + ["meta-clang", "meta-openembedded", "meta-qt6", "meta-webosose", "meta-security"], + "vcontainer-tarball": baserepos + ["meta-openembedded", "meta-virtualization"], "default": baserepos } @@ -159,7 +160,8 @@ builders_others = [ "oe-selftest-ubuntu", "oe-selftest-centos", "oe-selftest-opensuse", "non-gpl3", "meta-webosose", - "meta-qcom" + "meta-qcom", + "vcontainer-tarball" ] + old_arch_full subbuilders = list(set(trigger_builders_wait_quick + trigger_builders_wait_full + trigger_builders_wait_perf + builders_others)) @@ -325,4 +327,6 @@ builder_tags = { "metrics": ["metrics"], "metrics-gitstats": ["metrics"], + + "vcontainer-tarball": ["containers"], } -- 2.43.0