[yocto-autobuilder2][PATCH v2 1/4] config.py: add vcontainers-tarball; containers tag
[email protected] Mon, 1 Jun 2026 16:17:26 -0700
Newsgroups
org.yoctoproject.lists.yocto-patches
Message-ID
<77f45f09767e9ddb3ecb3d0be1dd512b57bd4e4e.1780354388.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