From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44454) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaPAq-0006wn-99 for qemu-devel@nongnu.org; Mon, 29 Feb 2016 09:51:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aaPAn-0000kJ-2T for qemu-devel@nongnu.org; Mon, 29 Feb 2016 09:51:48 -0500 Received: from mail-wm0-x233.google.com ([2a00:1450:400c:c09::233]:37993) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaPAm-0000jn-NQ for qemu-devel@nongnu.org; Mon, 29 Feb 2016 09:51:44 -0500 Received: by mail-wm0-x233.google.com with SMTP id l68so61876203wml.1 for ; Mon, 29 Feb 2016 06:51:44 -0800 (PST) References: <1455626399-7111-1-git-send-email-famz@redhat.com> <20160224071736.GA28655@ad.usersys.redhat.com> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: <20160224071736.GA28655@ad.usersys.redhat.com> Date: Mon, 29 Feb 2016 14:51:41 +0000 Message-ID: <87a8mjk1s2.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v2 00/15] tests: Introducing docker tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: kwolf@redhat.com, peter.maydell@linaro.org, sw@weilnetz.de, qemu-devel@nongnu.org, stefanha@redhat.com, Paolo Bonzini , jsnow@redhat.com, david@gibson.dropbear.id.au Fam Zheng writes: > On Tue, 02/16 20:39, Fam Zheng wrote: >> v2: - Fix a few coding style warnings of shellcheck and pylint. >> [Marc-André Lureau] >> - Rename make targets: >> docker-run => docker-test >> docker-build => docker-image >> docker-run-$TEST.sh@$IMAGE => docker-$TEST@$IMAGE >> - In help, document the magic makefile vars which are >> "IMAGES=", "TESTS=", "J=" and "PAUSE=" >> - Rename test-basic => test-quick >> - Move docker files to tests/docker/dockerfiles/ >> - Add "test-full" that builds all targets >> - Workaround broken clang for fedora 23 >> - Add commit log for .gitignore changes [Alex] >> - Add "rev-by" in patch 13. [Alex] >> - Add patch 14 to make debugging easier [Alex] >> - Adopt Alex's "git archive" idea > > Alex, any comments on this? Yeah sorry for the delay, I'm just starting on this now. -- Alex Bennée