From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56457) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOnUB-0003x7-Ve for qemu-devel@nongnu.org; Thu, 28 Jan 2016 09:23:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aOnU8-0000zc-2W for qemu-devel@nongnu.org; Thu, 28 Jan 2016 09:23:47 -0500 Received: from mail-wm0-x22a.google.com ([2a00:1450:400c:c09::22a]:37218) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOnU7-0000ym-Ro for qemu-devel@nongnu.org; Thu, 28 Jan 2016 09:23:43 -0500 Received: by mail-wm0-x22a.google.com with SMTP id l66so13202007wml.0 for ; Thu, 28 Jan 2016 06:23:42 -0800 (PST) From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Thu, 28 Jan 2016 14:23:26 +0000 Message-Id: <1453991009-32736-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 v3 0/3] Travis updates List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, qemu-trivial@nongnu.org, stefanha@redhat.com, pbonzini@redhat.com, =?UTF-8?q?Alex=20Benn=C3=A9e?= , david@gibson.dropbear.id.au Hi, The first patch has been reviewed and signed off. Long term I think it is worth applying but it look like the performance increase it negligible compared to the old style VM builds at the moment. I suspect this may be because the new infrastructure is under more load as more projects have migrated. The remaining two patches widen the testing of the code. The first making "make check" standard for all builds unless explicitly disabled. This reverts an original patch that moved it all to one build while we were experiencing instability in "make check". The second add some supplemental builds to the matrix for additional co-routine builds. I've disabled "make check" for the gthread option as it is current broken. Is everyone happy for these to go in via the trivial tree? Alex Bennée (3): .travis.yml: migrate to container builds .travis.yml: run make check for all matrix targets .travis.yml: enable each of the co-routine backends .travis.yml | 72 +++++++++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 53 insertions(+), 19 deletions(-) -- 2.7.0