From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41774) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1br6AE-0006Zv-He for qemu-devel@nongnu.org; Mon, 03 Oct 2016 12:32:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1br6A9-0002x2-JT for qemu-devel@nongnu.org; Mon, 03 Oct 2016 12:32:25 -0400 Received: from mail-lf0-x230.google.com ([2a00:1450:4010:c07::230]:33041) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1br6A9-0002wo-AD for qemu-devel@nongnu.org; Mon, 03 Oct 2016 12:32:21 -0400 Received: by mail-lf0-x230.google.com with SMTP id t81so94164839lfe.0 for ; Mon, 03 Oct 2016 09:32:21 -0700 (PDT) From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Mon, 3 Oct 2016 17:32:08 +0100 Message-Id: <20161003163212.8101-1-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH v2 0/4] generic docker run patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: famz@redhat.com Cc: qemu-devel@nongnu.org, =?UTF-8?q?Alex=20Benn=C3=A9e?= Hi Fam, I've re-based the series for the generic run target. The aim being to allow a developer to run tests against any generic docker target even if it is not in the list of approved targets: make docker-run TEST=test-quick IMAGE=debian:arm64 \ EXECUTABLE=./aarch64-linux-user/qemu-aarch64 J=9 SHOW_ENV=1 The existing auto targets still work but have been converted to use the generic runner once they have done the validation. Since last post: - review comments on the main patch - added a travis docker file - minor tweak to the test-mingw script Alex Bennée (4): tests/docker: add travis dockerfile tests/docker: test-build script tests/docker: make test-mingw honour TARGET_LIST tests/docker/Makefile.include: add a generic docker-run target tests/docker/Makefile.include | 89 +++++++++++++++++++++++++--------- tests/docker/dockerfiles/travis.docker | 6 +++ tests/docker/test-build | 18 +++++++ tests/docker/test-mingw | 4 +- 4 files changed, 93 insertions(+), 24 deletions(-) create mode 100644 tests/docker/dockerfiles/travis.docker create mode 100755 tests/docker/test-build -- 2.9.3