From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52174) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1btqrD-0007TX-A1 for qemu-devel@nongnu.org; Tue, 11 Oct 2016 02:48:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1btqrB-0006nt-DY for qemu-devel@nongnu.org; Tue, 11 Oct 2016 02:48:10 -0400 Received: from mail-lf0-x229.google.com ([2a00:1450:4010:c07::229]:34184) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1btqrB-0006nD-5g for qemu-devel@nongnu.org; Tue, 11 Oct 2016 02:48:09 -0400 Received: by mail-lf0-x229.google.com with SMTP id b81so25385055lfe.1 for ; Mon, 10 Oct 2016 23:48:08 -0700 (PDT) References: <20161003163212.8101-1-alex.bennee@linaro.org> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: <20161003163212.8101-1-alex.bennee@linaro.org> Date: Tue, 11 Oct 2016 07:48:04 +0100 Message-ID: <877f9fxty3.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [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 Alex Bennée writes: > 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: Ping? > > 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 -- Alex Bennée