From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36573) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bu842-0005HG-5w for qemu-devel@nongnu.org; Tue, 11 Oct 2016 21:10:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bu83x-00020I-Pq for qemu-devel@nongnu.org; Tue, 11 Oct 2016 21:10:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51490) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bu83x-00020C-Jc for qemu-devel@nongnu.org; Tue, 11 Oct 2016 21:10:29 -0400 Date: Wed, 12 Oct 2016 09:10:26 +0800 From: Fam Zheng Message-ID: <20161012011026.GB28536@lemon> References: <20161011161625.9070-1-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20161011161625.9070-1-alex.bennee@linaro.org> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v3 0/5] 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 17:16, Alex Benn=E9e wrote: > Hi Fam, >=20 > 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 > make docker-run TEST=3Dtest-quick IMAGE=3Ddebian:arm64 \ > EXECUTABLE=3D./aarch64-linux-user/qemu-aarch64 J=3D9 SHOW_ENV=3D1 >=20 > Since last post: > - fix squashing of TARGET_LIST > - add new patch to remove verification (could be squashed) Queued for next pull, thanks! Fam >=20 > Alex Benn=E9e (5): > 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: remove verification targets >=20 > tests/docker/Makefile.include | 61 +++++++++++++++++++++-----= -------- > tests/docker/dockerfiles/travis.docker | 6 ++++ > tests/docker/test-build | 20 +++++++++++ > tests/docker/test-mingw | 3 +- > 4 files changed, 66 insertions(+), 24 deletions(-) > create mode 100644 tests/docker/dockerfiles/travis.docker > create mode 100755 tests/docker/test-build >=20 > --=20 > 2.9.3 >=20