[yocto-autobuilder2][PATCH 0/4] Implement 'containers' jobs
[email protected] Thu, 7 May 2026 18:25:08 -0700
| Newsgroups | org.yoctoproject.lists.yocto,org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
From: Tim Orling <[email protected]> This series contains the 'yocto-autobuilder2' patches to enable: * building the 'vcontainer-tarball' * building and pushing containers from: - meta-virtualization - meta-yocto-containers-demo * testing the 'vcontainer-tarball' - vcontainer-tests - vdkr-tests - vpdmn-tests * gating pushing of containers with push_containers property, similar to the "Do you want to deploy artefacts?" boolean. The jobs are associated with a 'containers' tag, so they will be grouped in the Yocto console view. The following changes since commit 80ce858b499f7c91cd7a2a0990f6e28e879f0fca: schedulers: Add wrynose scheduled jobs (2026-04-23 22:44:34 +0100) are available in the Git repository at: https://git.yoctoproject.org/yocto-autobuilder2 contrib/timo/containers-upstream https://git.yoctoproject.org/yocto-autobuilder2/log/?h=contrib/timo/containers-upstream for you to fetch changes up to 9ed602f7dfbc72d96966167a1114dd23aa8b3ca6: schedulers,builders: add push_containers property (2026-05-07 17:22:40 -0700) ---------------------------------------------------------------- Tim Orling (4): config.py: add vcontainers-tarball; containers tag config.py: add containers-meta-virt;-library jobs config.py: add vcontainer-tests, vdkr-tests, vpdmn-tests builders schedulers,builders: add push_containers property builders.py | 2 ++ config.py | 23 ++++++++++++++++++++++- schedulers.py | 9 +++++++++ 3 files changed, 33 insertions(+), 1 deletion(-) -- 2.43.0