[Qemu-devel] [PATCH v1 0/2] docker DEF_TARGET_LIST cleanup

Alex Bennée posted 2 patches 6 years, 3 months ago
Test FreeBSD passed
Test docker-mingw@fedora passed
Test asan passed
Test docker-clang@ubuntu passed
Test checkpatch passed
Test s390x failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190809155047.24526-1-alex.bennee@linaro.org
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(-)
[Qemu-devel] [PATCH v1 0/2] docker DEF_TARGET_LIST cleanup
Posted by Alex Bennée 6 years, 3 months ago
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