mbox

[yocto-autobuilder2,v2,0/4] Implement 'containers' jobs

Message ID cover.1780354388.git.tim.orling@konsulko.com
State New
Headers show

Pull-request

https://git.yoctoproject.org/yocto-autobuilder2 contrib/timo/containers-upstream-v2

Message

Tim Orling June 1, 2026, 11:17 p.m. UTC
From: Tim Orling <tim.orling@konsulko.com>

This series contains the 'yocto-autobuilder2' patches to enable:

* building the 'vcontainer-tarball'
* building and pushing containers from:
  - meta-virtualization
* testing the 'vcontainer-tarball'
  - vcontainer-tests
* gating pushing of containers with push_containers property,
  similar to the "Do you want to deploy artefacts?" boolean.

Changes in v2:
* Simplify by submitting containers to meta-virtualization and merging
  meta-yocto-containers-demo build/push into one containers-library job
  - Depends on resolution of https://lists.yoctoproject.org/g/meta-virtualization/message/9826
* Simplify by merging vdkr-tests and vpdmn-tests into vcontainer-tests

The following changes since commit a999d97e0aab0059ee6dd25432740660511e6db2:

  builders/runconfig: Terminate release builds if output directory already exists (2026-05-26 10:57:08 +0100)

are available in the Git repository at:

  https://git.yoctoproject.org/yocto-autobuilder2 contrib/timo/containers-upstream-v2
  https://git.yoctoproject.org/yocto-autobuilder2/log/?h=contrib/timo/containers-upstream-v2

for you to fetch changes up to d56d939f7c17488ad09889c92cd21298defc4f0d:

  schedulers,builders: add push_containers property (2026-05-27 16:13:27 -0700)

----------------------------------------------------------------

Tim Orling (4):
  config.py: add vcontainers-tarball; containers tag
  config.py: add vcontainer-tests
  config.py: add containers-library job
  schedulers,builders: add push_containers property

 builders.py   |  2 ++
 config.py     | 12 +++++++++++-
 schedulers.py |  9 +++++++++
 3 files changed, 22 insertions(+), 1 deletion(-)