From patchwork Tue Feb 2 17:34:04 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Alex_Benn=C3=A9e?= X-Patchwork-Id: 61033 Delivered-To: patch@linaro.org Received: by 10.112.130.2 with SMTP id oa2csp874290lbb; Tue, 2 Feb 2016 09:37:18 -0800 (PST) X-Received: by 10.140.35.115 with SMTP id m106mr35959110qgm.13.1454434638009; Tue, 02 Feb 2016 09:37:18 -0800 (PST) Return-Path: Received: from lists.gnu.org (lists.gnu.org. [2001:4830:134:3::11]) by mx.google.com with ESMTPS id z17si1875107qka.125.2016.02.02.09.37.17 for (version=TLS1 cipher=AES128-SHA bits=128/128); Tue, 02 Feb 2016 09:37:17 -0800 (PST) Received-SPF: pass (google.com: domain of qemu-devel-bounces+patch=linaro.org@nongnu.org designates 2001:4830:134:3::11 as permitted sender) client-ip=2001:4830:134:3::11; Authentication-Results: mx.google.com; spf=pass (google.com: domain of qemu-devel-bounces+patch=linaro.org@nongnu.org designates 2001:4830:134:3::11 as permitted sender) smtp.mailfrom=qemu-devel-bounces+patch=linaro.org@nongnu.org; dkim=fail header.i=@linaro.org Received: from localhost ([::1]:58446 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQetB-0000UL-Eh for patch@linaro.org; Tue, 02 Feb 2016 12:37:17 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48138) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQeqW-0004VN-Jf for qemu-devel@nongnu.org; Tue, 02 Feb 2016 12:34:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aQeqV-0007e6-IA for qemu-devel@nongnu.org; Tue, 02 Feb 2016 12:34:32 -0500 Received: from mail-wm0-x22b.google.com ([2a00:1450:400c:c09::22b]:34465) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQeqV-0007dV-C1 for qemu-devel@nongnu.org; Tue, 02 Feb 2016 12:34:31 -0500 Received: by mail-wm0-x22b.google.com with SMTP id 128so129228523wmz.1 for ; Tue, 02 Feb 2016 09:34:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=fsZ4GFrSUtk7rh2CPKv1o8refFUGCa84BaoF5qFGfbk=; b=aa1C/9GQfWR/c8z7Lv4DDGZBz+eB6jTcjjEiF/v/XOEplzV6uw/SNNL/BsMmmynEJI qZ3RLfcNvLbQ+sIPsXh19mG/udokRm1Xvl02mlm5gMweL8lr/ngaOZp9jOHAr2AWjOEi 9BN4iXK4/Tb7CIGBn/Y8lONGnZF9VJVJbwe5U= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=fsZ4GFrSUtk7rh2CPKv1o8refFUGCa84BaoF5qFGfbk=; b=QMU6rvQTTjthCdX3/OXOvjDlHq8/lNEoCXn2NDsCZdSV0v5LIe2/CLfwhhU1XgBVTQ CgYOx9LpNUAbxeg2xJL1taX3979XUZJnrxAvQDDvHuzmLQEnOVdw74PjCQnvTnPs207K ZaLf26qKjimWlRDiV8JoAYufFLwWx+MJLaroEnmdGNoFN0uMAa9qVf1GLlLOunc3OqNp /HqpCSYVVS5k9scJXKnVybiQNuYRfxs2Jj2yeoqGKGl6TZtCxq2XACqVTQVQVGshOF8c 5PU6h888siLb2REAbl8TrSTlXa7dPbA8QCORWRCqBpbAog+kR5hgtyhhQRTxDCXghzbp rVeQ== X-Gm-Message-State: AG10YOTlep1jIqfJhrZOkeNNWAT+iCaCrhfgwMFZCe1rjYeb3xpY0f8SxjKMeLvM8Rk8UlE3 X-Received: by 10.28.174.77 with SMTP id x74mr17919223wme.99.1454434470746; Tue, 02 Feb 2016 09:34:30 -0800 (PST) Received: from zen.linaro.local ([81.128.185.34]) by smtp.gmail.com with ESMTPSA id ko2sm2520128wjc.9.2016.02.02.09.34.25 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 02 Feb 2016 09:34:27 -0800 (PST) Received: from zen.linaroharston (localhost [127.0.0.1]) by zen.linaro.local (Postfix) with ESMTP id AAA143E0A39; Tue, 2 Feb 2016 17:34:24 +0000 (GMT) From: =?UTF-8?q?Alex=20Benn=C3=A9e?= To: qemu-devel@nongnu.org Date: Tue, 2 Feb 2016 17:34:04 +0000 Message-Id: <1454434448-1535-3-git-send-email-alex.bennee@linaro.org> X-Mailer: git-send-email 2.7.0 In-Reply-To: <1454434448-1535-1-git-send-email-alex.bennee@linaro.org> References: <1454434448-1535-1-git-send-email-alex.bennee@linaro.org> MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a00:1450:400c:c09::22b Cc: kwolf@redhat.com, peter.maydell@linaro.org, stefanha@redhat.com, pbonzini@redhat.com, =?UTF-8?q?Alex=20Benn=C3=A9e?= , david@gibson.dropbear.id.au Subject: [Qemu-devel] [PATCH v4 2/6] .travis.yml: run make check for all matrix targets X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+patch=linaro.org@nongnu.org Sender: qemu-devel-bounces+patch=linaro.org@nongnu.org We only ran make check once before it used to be an unreliable target. It was only a stop gap measure and we should be able to revert it now. This also stops us needing a large all-MMU build. We disable "make check" for a couple of the extra config targets which are currently broken. Signed-off-by: Alex Bennée --- .travis.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) -- 2.7.0 diff --git a/.travis.yml b/.travis.yml index 4a0c23a..16be23f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,7 +40,7 @@ notifications: on_failure: always env: global: - - TEST_CMD="" + - TEST_CMD="make check" - EXTRA_CONFIG="" matrix: # Group major targets together with their linux-user counterparts @@ -73,17 +73,14 @@ script: matrix: # We manually include a number of additional build for non-standard bits include: - # Make check target (we only do this once) - - env: - - TARGETS=alpha-softmmu,arm-softmmu,aarch64-softmmu,cris-softmmu,i386-softmmu,x86_64-softmmu,m68k-softmmu,microblaze-softmmu,microblazeel-softmmu,mips-softmmu,mips64-softmmu,mips64el-softmmu,mipsel-softmmu,or32-softmmu,ppc-softmmu,ppc64-softmmu,ppcemb-softmmu,s390x-softmmu,sh4-softmmu,sh4eb-softmmu,sparc-softmmu,sparc64-softmmu,unicore32-softmmu,lm32-softmmu,moxie-softmmu,tricore-softmmu,xtensa-softmmu,xtensaeb-softmmu - TEST_CMD="make check" - compiler: gcc # Debug related options - env: TARGETS=i386-softmmu,x86_64-softmmu EXTRA_CONFIG="--enable-debug" compiler: gcc + # We currently disable "make check" - env: TARGETS=i386-softmmu,x86_64-softmmu EXTRA_CONFIG="--enable-debug --enable-tcg-interpreter" + TEST_CMD="" compiler: gcc # Disable a few of the optional features - env: TARGETS=i386-softmmu,x86_64-softmmu @@ -104,11 +101,15 @@ matrix: - env: TARGETS=i386-softmmu,x86_64-softmmu EXTRA_CONFIG="--enable-trace-backends=simple" compiler: gcc + # We currently disable "make check" - env: TARGETS=i386-softmmu,x86_64-softmmu EXTRA_CONFIG="--enable-trace-backends=ftrace" + TEST_CMD="" compiler: gcc + # We currently disable "make check" - env: TARGETS=i386-softmmu,x86_64-softmmu - EXTRA_CONFIG="--enable-trace-backends=ust" + EXTRA_CONFIG="--enable-trace-backends=ust" + TEST_CMD="" compiler: gcc - env: TARGETS=i386-softmmu,x86_64-softmmu EXTRA_CONFIG="--enable-modules"