All of lore.kernel.org
 help / color / mirror / Atom feed
From: tim.orling@konsulko.com
To: o=yocto-patches@lists.yoctoproject.org, yocto@lists.yoctoproject.org
Subject: [yocto-autobuilder2][PATCH 0/4] Implement 'containers' jobs
Date: Thu,  7 May 2026 18:25:08 -0700	[thread overview]
Message-ID: <cover.1778202070.git.tim.orling@konsulko.com> (raw)

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
  - 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



WARNING: multiple messages have this Message-ID (diff)
From: tim.orling@konsulko.com
To: yocto-patches@lists.yoctoproject.org
Subject: [yocto-autobuilder2][PATCH 0/4] Implement 'containers' jobs
Date: Thu,  7 May 2026 19:00:02 -0700	[thread overview]
Message-ID: <cover.1778202070.git.tim.orling@konsulko.com> (raw)

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
  - 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



             reply	other threads:[~2026-05-08  1:25 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-08  1:25 tim.orling [this message]
2026-05-08  2:00 ` [yocto-autobuilder2][PATCH 0/4] Implement 'containers' jobs tim.orling
2026-05-08  1:25 ` [yocto-autobuilder2][PATCH 1/4] config.py: add vcontainers-tarball; containers tag tim.orling
2026-05-08  2:00   ` tim.orling
2026-05-08  1:25 ` [yocto-autobuilder2][PATCH 2/4] config.py: add containers-meta-virt;-library jobs tim.orling
2026-05-08  2:00   ` tim.orling
2026-05-08  1:25 ` [yocto-autobuilder2][PATCH 3/4] config.py: add vcontainer-tests, vdkr-tests, vpdmn-tests builders tim.orling
2026-05-08  2:00   ` tim.orling
2026-05-08  1:25 ` [yocto-autobuilder2][PATCH 4/4] schedulers,builders: add push_containers property tim.orling
2026-05-08  2:00   ` tim.orling

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1778202070.git.tim.orling@konsulko.com \
    --to=tim.orling@konsulko.com \
    --cc=o=yocto-patches@lists.yoctoproject.org \
    --cc=yocto@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.