All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] tests/docker: improve detection of docker/podman
@ 2026-01-07 13:01 Daniel P. Berrangé
  2026-01-07 13:01 ` [PATCH 1/4] tests/docker: improve handling of docker probes Daniel P. Berrangé
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Daniel P. Berrangé @ 2026-01-07 13:01 UTC (permalink / raw)
  To: qemu-devel
  Cc: Thomas Huth, Philippe Mathieu-Daudé, Paolo Bonzini,
	Alex Bennée, Daniel P. Berrangé

This improves integration such that tests/docker/Makefile.include will
correctly honour the exact command detected by docker.py's probing
logic. Currently the probe command gets stripped down to just a bare
'podman' or 'docker' command name. This means while commands run via
'docker.py' would use 'sudo -n docker', commands run directly from
Makefile.include would only use 'docker'.

This series fixes that so that 'docker.py probe' correctly reports the
full argv, and configure honours that argv untouched.

With that fixed, we can then also add support for 'podman --remote'
and 'podman-remote', which allow use of podman when already inside
podman which is the scenario for my development environment that is
using 'toolbox'.

Finally this also improves CI by ensuring that stdout from docker is
not thrown away, so we can have a chance of diagnosing build failures
from CI.

Daniel P. Berrangé (4):
  tests/docker: improve handling of docker probes
  tests/docker: allow display of docker output
  gitlab: ensure docker output is always displayed in CI
  tests/docker: add support for podman remote access

 .gitlab-ci.d/base.yml         |  3 +++
 configure                     | 19 +++++++------------
 tests/docker/Makefile.include | 23 ++++++++++++++---------
 tests/docker/docker.py        | 17 +++++++----------
 4 files changed, 31 insertions(+), 31 deletions(-)

-- 
2.52.0



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2026-02-06 13:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-07 13:01 [PATCH 0/4] tests/docker: improve detection of docker/podman Daniel P. Berrangé
2026-01-07 13:01 ` [PATCH 1/4] tests/docker: improve handling of docker probes Daniel P. Berrangé
2026-02-06 13:43   ` Thomas Huth
2026-01-07 13:01 ` [PATCH 2/4] tests/docker: allow display of docker output Daniel P. Berrangé
2026-02-06 13:48   ` Thomas Huth
2026-02-06 13:58     ` Daniel P. Berrangé
2026-01-07 13:01 ` [PATCH 3/4] gitlab: ensure docker output is always displayed in CI Daniel P. Berrangé
2026-02-06 13:49   ` Thomas Huth
2026-01-07 13:01 ` [PATCH 4/4] tests/docker: add support for podman remote access Daniel P. Berrangé
2026-02-05 18:17 ` [PATCH 0/4] tests/docker: improve detection of docker/podman Daniel P. Berrangé

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.