From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52449) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTZSF-000379-Lj for qemu-devel@nongnu.org; Mon, 15 Sep 2014 12:48:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XTZS9-0000p2-9F for qemu-devel@nongnu.org; Mon, 15 Sep 2014 12:48:43 -0400 Received: from static.88-198-71-155.clients.your-server.de ([88.198.71.155]:34371 helo=socrates.bennee.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTZRr-0000kM-G4 for qemu-devel@nongnu.org; Mon, 15 Sep 2014 12:48:37 -0400 From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Mon, 15 Sep 2014 17:48:07 +0100 Message-Id: <1410799691-1226-1-git-send-email-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH 0/4] A number of Travis CI tweaks List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, =?UTF-8?q?Alex=20Benn=C3=A9e?= Hi, While I was in-between kernel builds last week I attempted to improve the Travis build a little. Alexander Graf pointed out we were missing a number of the linux-user targets. To avoid exploding the matrix too much I've grouped builds together where they hopefully benefit from sharing some objtect files. The biggest win however was using a tarball to pre-seed the sub-module checkouts. I'm not sure if this is because hammering our git server slows down or just because it's a lot of data but it was adding up to around half the execution time of the build. Finally I removed "make check" from every build. It still gets run once in the matrix but this means the current instability will bite less often. I failed in the task of adding mingw builds because it's hard on the Travis Ubuntu hosts to install the headers/libs for a cross compile. If someone can come up with a nice solid script that hand pulls in these dependancies then we can add a call to that for the mingw builds. Any volenteers? If there are no objections/negative reviews I'll push these at the Trivial tree later this week. Or is it time we create a specific testing tree for these particular type of patches? Alex Bennée (4): .travis.yml: add more linux-user to the build matrix .travis.yml: make the make slightly more parallel .travis.yml: pre-seed sub-modules for speed .travis.yml: remove "make check" from main matrix .travis.yml | 56 ++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 38 insertions(+), 18 deletions(-) -- 1.9.1