From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39120) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bts1l-0004tj-B1 for qemu-devel@nongnu.org; Tue, 11 Oct 2016 04:03:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bts1h-0002Hb-Bo for qemu-devel@nongnu.org; Tue, 11 Oct 2016 04:03:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40008) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bts1h-0002HF-52 for qemu-devel@nongnu.org; Tue, 11 Oct 2016 04:03:05 -0400 Date: Tue, 11 Oct 2016 16:03:01 +0800 From: Fam Zheng Message-ID: <20161011080301.GB5814@lemon> References: <20161003163212.8101-1-alex.bennee@linaro.org> <877f9fxty3.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <877f9fxty3.fsf@linaro.org> Content-Transfer-Encoding: quoted-printable 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: Alex =?iso-8859-1?Q?Benn=E9e?= Cc: qemu-devel@nongnu.org On Tue, 10/11 07:48, Alex Benn=E9e wrote: >=20 > Alex Benn=E9e writes: >=20 > > 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: >=20 > Ping? Sorry, still in the middle of processing my inbox after a long holiday (1= st - 7th Oct), will take a look at this today. Fam >=20 > > > > make docker-run TEST=3Dtest-quick IMAGE=3Ddebian:arm64 \ > > EXECUTABLE=3D./aarch64-linux-user/qemu-aarch64 J=3D9 SHOW_ENV=3D1 > > > > 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=E9e (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 >=20 >=20 > -- > Alex Benn=E9e