qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH  v1 0/2] docker DEF_TARGET_LIST cleanup
@ 2019-08-09 15:50 Alex Bennée
  2019-08-09 15:50 ` [Qemu-devel] [PATCH v1 1/2] tests/docker: move DEF_TARGET_LIST setting to common.rc Alex Bennée
  2019-08-09 15:50 ` [Qemu-devel] [PATCH v1 2/2] tests/docker: set DEF_TARGET_LIST for some containers Alex Bennée
  0 siblings, 2 replies; 5+ messages in thread
From: Alex Bennée @ 2019-08-09 15:50 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alex Bennée, armbru, f4bug

Hi,

While reviewing Markus' header cleanups I realised my advice to use:

  make docker-test-build

to run through all the various builds would miss some of the cases
that shippable catches. This is because the default target list is
hard-coded into the tests. This series allows it to be over-ridden by
each docker image by setting the DEF_TARGET_LIST env variable. The user
still has full control of the target list by calling:

  make docker-test-build TARGET_LIST=foo


Alex Bennée (2):
  tests/docker: move DEF_TARGET_LIST setting to common.rc
  tests/docker: set DEF_TARGET_LIST for some containers

 tests/docker/common.rc                                | 4 ++++
 tests/docker/dockerfiles/debian-arm64-cross.docker    | 1 +
 tests/docker/dockerfiles/debian-armel-cross.docker    | 1 +
 tests/docker/dockerfiles/debian-armhf-cross.docker    | 1 +
 tests/docker/dockerfiles/debian-mips-cross.docker     | 1 +
 tests/docker/dockerfiles/debian-mips64el-cross.docker | 1 +
 tests/docker/dockerfiles/debian-ppc64el-cross.docker  | 1 +
 tests/docker/dockerfiles/debian-s390x-cross.docker    | 1 +
 tests/docker/test-build                               | 1 -
 tests/docker/test-mingw                               | 1 -
 tests/docker/test-quick                               | 1 -
 11 files changed, 11 insertions(+), 3 deletions(-)

-- 
2.20.1



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

end of thread, other threads:[~2019-08-09 16:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-09 15:50 [Qemu-devel] [PATCH v1 0/2] docker DEF_TARGET_LIST cleanup Alex Bennée
2019-08-09 15:50 ` [Qemu-devel] [PATCH v1 1/2] tests/docker: move DEF_TARGET_LIST setting to common.rc Alex Bennée
2019-08-09 15:55   ` Philippe Mathieu-Daudé
2019-08-09 15:50 ` [Qemu-devel] [PATCH v1 2/2] tests/docker: set DEF_TARGET_LIST for some containers Alex Bennée
2019-08-09 16:04   ` Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).