From nobody Tue Apr 30 03:17:45 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1547052320339372.7034841326854; Wed, 9 Jan 2019 08:45:20 -0800 (PST) Received: from localhost ([127.0.0.1]:34595 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghGyh-0004dx-Re for importer@patchew.org; Wed, 09 Jan 2019 11:45:15 -0500 Received: from eggs.gnu.org ([209.51.188.92]:45672) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghGlV-00024C-DS for qemu-devel@nongnu.org; Wed, 09 Jan 2019 11:31:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ghGlO-00016R-Eh for qemu-devel@nongnu.org; Wed, 09 Jan 2019 11:31:37 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49672) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ghGlO-00012o-8y for qemu-devel@nongnu.org; Wed, 09 Jan 2019 11:31:30 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id E5547C0C0F9E; Wed, 9 Jan 2019 16:31:19 +0000 (UTC) Received: from localhost.localdomain.com (ovpn-112-52.ams2.redhat.com [10.36.112.52]) by smtp.corp.redhat.com (Postfix) with ESMTP id 9E5E660C45; Wed, 9 Jan 2019 16:31:17 +0000 (UTC) From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= To: qemu-devel@nongnu.org Date: Wed, 9 Jan 2019 16:31:02 +0000 Message-Id: <20190109163114.17010-2-berrange@redhat.com> In-Reply-To: <20190109163114.17010-1-berrange@redhat.com> References: <20190109163114.17010-1-berrange@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Wed, 09 Jan 2019 16:31:20 +0000 (UTC) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH 01/13] tests: run ldconfig after installing extra software X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Fam Zheng , =?UTF-8?q?Alex=20Benn=C3=A9e?= , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" The docker file builds and installs software into /usr/local but does not run ldconfig. As a result QEMU links to libvirglrenderer.so, but then crashes in "make check" unable to find the library. Signed-off-by: Daniel P. Berrang=C3=A9 --- tests/docker/dockerfiles/debian-amd64.docker | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/docker/dockerfiles/debian-amd64.docker b/tests/docker/do= ckerfiles/debian-amd64.docker index 24b113b76f..1f597121dc 100644 --- a/tests/docker/dockerfiles/debian-amd64.docker +++ b/tests/docker/dockerfiles/debian-amd64.docker @@ -35,5 +35,7 @@ RUN git clone https://github.com/luigirizzo/netmap.git /u= sr/src/netmap RUN cd /usr/src/netmap/LINUX && ./configure --no-drivers --no-apps --kerne= l-dir=3D$(ls -d /usr/src/linux-headers-*-amd64) && make install ENV QEMU_CONFIGURE_OPTS --enable-netmap =20 +RUN ldconfig + # gcrypt ENV QEMU_CONFIGURE_OPTS $QEMU_CONFIGURE_OPTS --enable-gcrypt --=20 2.19.2 From nobody Tue Apr 30 03:17:45 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1547051783841404.60584042529365; Wed, 9 Jan 2019 08:36:23 -0800 (PST) Received: from localhost ([127.0.0.1]:60656 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghGq6-0005FG-Oz for importer@patchew.org; Wed, 09 Jan 2019 11:36:22 -0500 Received: from eggs.gnu.org ([209.51.188.92]:45634) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghGlT-00022Y-Ai for qemu-devel@nongnu.org; Wed, 09 Jan 2019 11:31:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ghGlQ-00017I-MU for qemu-devel@nongnu.org; Wed, 09 Jan 2019 11:31:34 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39626) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ghGlQ-00013e-F7 for qemu-devel@nongnu.org; Wed, 09 Jan 2019 11:31:32 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 852C1369B7; Wed, 9 Jan 2019 16:31:22 +0000 (UTC) Received: from localhost.localdomain.com (ovpn-112-52.ams2.redhat.com [10.36.112.52]) by smtp.corp.redhat.com (Postfix) with ESMTP id 7A88E60C45; Wed, 9 Jan 2019 16:31:20 +0000 (UTC) From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= To: qemu-devel@nongnu.org Date: Wed, 9 Jan 2019 16:31:03 +0000 Message-Id: <20190109163114.17010-3-berrange@redhat.com> In-Reply-To: <20190109163114.17010-1-berrange@redhat.com> References: <20190109163114.17010-1-berrange@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Wed, 09 Jan 2019 16:31:22 +0000 (UTC) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH 02/13] tests: remove obsolete 'debian' dockerfile X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Fam Zheng , =?UTF-8?q?Alex=20Benn=C3=A9e?= , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" The 'debian' dockerfile was deprecated in favour of versioned dockerfiles in July 2017. That is enough time for developers to be warned about the rename. Signed-off-by: Daniel P. Berrang=C3=A9 --- tests/docker/dockerfiles/debian.docker | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 tests/docker/dockerfiles/debian.docker diff --git a/tests/docker/dockerfiles/debian.docker b/tests/docker/dockerfi= les/debian.docker deleted file mode 100644 index fd32e71b79..0000000000 --- a/tests/docker/dockerfiles/debian.docker +++ /dev/null @@ -1,13 +0,0 @@ -# This template is deprecated and was previously based on Jessie on QEMU 2= .9. -# Now than Stretch is out, please use qemu:debian8 as base for Jessie, -# and qemu:debian9 for Stretch. -# -FROM qemu:debian9 - -MAINTAINER Philippe Mathieu-Daud=C3=A9 - -RUN for n in $(seq 8); do echo; done && \ - echo "\n\t\tThis image is deprecated." && echo && \ - echo "\tUse 'FROM qemu:debian9' to use the stable Debian Stretch image= " && \ - echo "\tor 'FROM qemu:debian8' to use old Debian Jessie." && \ - for n in $(seq 8); do echo; done --=20 2.19.2 From nobody Tue Apr 30 03:17:45 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1547051838960943.1499036686932; Wed, 9 Jan 2019 08:37:18 -0800 (PST) Received: from localhost ([127.0.0.1]:60858 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghGqz-0005vD-U5 for importer@patchew.org; Wed, 09 Jan 2019 11:37:17 -0500 Received: from eggs.gnu.org ([209.51.188.92]:45671) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghGlV-00024B-DC for qemu-devel@nongnu.org; Wed, 09 Jan 2019 11:31:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ghGlT-0001An-Gw for qemu-devel@nongnu.org; Wed, 09 Jan 2019 11:31:37 -0500 Received: from mx1.redhat.com ([209.132.183.28]:53900) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ghGlT-00014K-63 for qemu-devel@nongnu.org; Wed, 09 Jan 2019 11:31:35 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id B7798C0C5A61; Wed, 9 Jan 2019 16:31:24 +0000 (UTC) Received: from localhost.localdomain.com (ovpn-112-52.ams2.redhat.com [10.36.112.52]) by smtp.corp.redhat.com (Postfix) with ESMTP id EBF4360C45; Wed, 9 Jan 2019 16:31:22 +0000 (UTC) From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= To: qemu-devel@nongnu.org Date: Wed, 9 Jan 2019 16:31:04 +0000 Message-Id: <20190109163114.17010-4-berrange@redhat.com> In-Reply-To: <20190109163114.17010-1-berrange@redhat.com> References: <20190109163114.17010-1-berrange@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Wed, 09 Jan 2019 16:31:24 +0000 (UTC) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH 03/13] tests: update Fedora dockerfile to use Fedora 29 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Fam Zheng , =?UTF-8?q?Alex=20Benn=C3=A9e?= , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" Fedora 29 is the current newest release, so switch to using that from the current Fedora 28. Signed-off-by: Daniel P. Berrang=C3=A9 --- tests/docker/dockerfiles/fedora.docker | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/docker/dockerfiles/fedora.docker b/tests/docker/dockerfi= les/fedora.docker index 0c4eb9e49c..58474a5322 100644 --- a/tests/docker/dockerfiles/fedora.docker +++ b/tests/docker/dockerfiles/fedora.docker @@ -1,4 +1,4 @@ -FROM fedora:28 +FROM fedora:29 ENV PACKAGES \ bc \ bison \ @@ -81,7 +81,7 @@ ENV PACKAGES \ tar \ usbredir-devel \ virglrenderer-devel \ - vte3-devel \ + vte291-devel \ which \ xen-devel \ zlib-devel --=20 2.19.2 From nobody Tue Apr 30 03:17:45 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (209.51.188.17 [209.51.188.17]) by mx.zohomail.com with SMTPS id 1547051961323406.09349020500326; Wed, 9 Jan 2019 08:39:21 -0800 (PST) Received: from localhost ([127.0.0.1]:33047 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghGss-0007Q4-Mb for importer@patchew.org; Wed, 09 Jan 2019 11:39:14 -0500 Received: from eggs.gnu.org ([209.51.188.92]:45615) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghGlS-00022D-PT for qemu-devel@nongnu.org; Wed, 09 Jan 2019 11:31:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ghGlR-000185-81 for qemu-devel@nongnu.org; Wed, 09 Jan 2019 11:31:34 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55040) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ghGlQ-00015N-Va for qemu-devel@nongnu.org; Wed, 09 Jan 2019 11:31:33 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 85D77804ED; Wed, 9 Jan 2019 16:31:27 +0000 (UTC) Received: from localhost.localdomain.com (ovpn-112-52.ams2.redhat.com [10.36.112.52]) by smtp.corp.redhat.com (Postfix) with ESMTP id 4AE6260C45; Wed, 9 Jan 2019 16:31:25 +0000 (UTC) From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= To: qemu-devel@nongnu.org Date: Wed, 9 Jan 2019 16:31:05 +0000 Message-Id: <20190109163114.17010-5-berrange@redhat.com> In-Reply-To: <20190109163114.17010-1-berrange@redhat.com> References: <20190109163114.17010-1-berrange@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Wed, 09 Jan 2019 16:31:27 +0000 (UTC) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH 04/13] tests: update Fedora i386 cross image to Fedora 29 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Fam Zheng , =?UTF-8?q?Alex=20Benn=C3=A9e?= , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" Using the "latest" tag is not a good idea because this changes what release it points to every 6 months. Together with caching of docker builds this can cause confusion where CI has cached & built with Fedora N, while a developer tries to reproduce a CI problem with Fedora N + 1, or vica-verca. Signed-off-by: Daniel P. Berrang=C3=A9 --- tests/docker/dockerfiles/fedora-i386-cross.docker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/docker/dockerfiles/fedora-i386-cross.docker b/tests/dock= er/dockerfiles/fedora-i386-cross.docker index a4fd895b07..eb8108d118 100644 --- a/tests/docker/dockerfiles/fedora-i386-cross.docker +++ b/tests/docker/dockerfiles/fedora-i386-cross.docker @@ -1,4 +1,4 @@ -FROM fedora:latest +FROM fedora:29 ENV PACKAGES \ gcc \ glib2-devel.i686 \ --=20 2.19.2 From nobody Tue Apr 30 03:17:45 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1547051641755169.4116946217116; Wed, 9 Jan 2019 08:34:01 -0800 (PST) Received: from localhost ([127.0.0.1]:60028 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghGno-0003BJ-MS for importer@patchew.org; Wed, 09 Jan 2019 11:34:00 -0500 Received: from eggs.gnu.org ([209.51.188.92]:45619) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghGlS-00022K-UG for qemu-devel@nongnu.org; Wed, 09 Jan 2019 11:31:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ghGlQ-00017k-VR for qemu-devel@nongnu.org; Wed, 09 Jan 2019 11:31:34 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58358) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ghGlQ-00016V-NV for qemu-devel@nongnu.org; Wed, 09 Jan 2019 11:31:32 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 4BDB88AE41; Wed, 9 Jan 2019 16:31:30 +0000 (UTC) Received: from localhost.localdomain.com (ovpn-112-52.ams2.redhat.com [10.36.112.52]) by smtp.corp.redhat.com (Postfix) with ESMTP id EB36C84EC; Wed, 9 Jan 2019 16:31:27 +0000 (UTC) From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= To: qemu-devel@nongnu.org Date: Wed, 9 Jan 2019 16:31:06 +0000 Message-Id: <20190109163114.17010-6-berrange@redhat.com> In-Reply-To: <20190109163114.17010-1-berrange@redhat.com> References: <20190109163114.17010-1-berrange@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Wed, 09 Jan 2019 16:31:30 +0000 (UTC) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH 05/13] travis: add whitespace between each major section & matrix entry X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Fam Zheng , =?UTF-8?q?Alex=20Benn=C3=A9e?= , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" Improve the readability of the travis config by adding two blank lines between each major section and matrix entry. Signed-off-by: Daniel P. Berrang=C3=A9 --- .travis.yml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/.travis.yml b/.travis.yml index d472fd650b..bb43792627 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ # The current Travis default is a container based 14.04 Trust on EC2 # Additional builds with specific requirements for a full VM need to # be added as additional matrix: entries later on + sudo: false dist: trusty language: c @@ -9,6 +10,8 @@ python: compiler: - gcc cache: ccache + + addons: apt: packages: @@ -40,6 +43,7 @@ addons: - uuid-dev - gcovr =20 + # The channel name "irc.oftc.net#qemu" is encrypted against qemu/qemu # to prevent IRC notifications from forks. This was created using: # $ travis encrypt -r "qemu/qemu" "irc.oftc.net#qemu" @@ -49,6 +53,8 @@ notifications: - secure: "F7GDRgjuOo5IUyRLqSkmDL7kvdU4UcH3Lm/W2db2JnDHTGCqgEdaYEYKc= iyCLZ57vOTsTsOgesN8iUT7hNHBd1KWKjZe9KDTZWppWRYVwAwQMzVeSOsbbU4tRoJ6Pp+3qhH1= Z0eGYR9ZgKYAoTumDFgSAYRp4IscKS8jkoedOqM=3D" on_success: change on_failure: always + + env: global: - SRC_DIR=3D"." @@ -63,9 +69,13 @@ env: - CONFIG=3D"--enable-modules --disable-linux-user" - CONFIG=3D"--with-coroutine=3Ducontext --disable-linux-user" - CONFIG=3D"--with-coroutine=3Dsigaltstack --disable-linux-user" + + git: # we want to do this ourselves submodules: false + + before_install: - if [ "$TRAVIS_OS_NAME" =3D=3D "osx" ]; then brew update ; fi - if [ "$TRAVIS_OS_NAME" =3D=3D "osx" ]; then brew install libffi gettex= t glib pixman ; fi @@ -75,54 +85,82 @@ before_script: - ${SRC_DIR}/configure ${CONFIG} || { cat config.log && exit 1; } script: - make ${MAKEFLAGS} && ${TEST_CMD} + + matrix: include: # Test out-of-tree builds - env: CONFIG=3D"--enable-debug --enable-debug-tcg" BUILD_DIR=3D"out-of-tree/build/dir" SRC_DIR=3D"../../.." + + # Test with Clang for compile portability (Travis uses clang-5.0) - env: CONFIG=3D"--disable-system" compiler: clang + + - env: CONFIG=3D"--disable-user" compiler: clang + + # gprof/gcov are GCC features - env: CONFIG=3D"--enable-gprof --enable-gcov --disable-pie --target-l= ist=3Daarch64-softmmu,arm-softmmu,i386-softmmu,mips-softmmu,mips64-softmmu,= ppc64-softmmu,riscv64-softmmu,s390x-softmmu,x86_64-softmmu" after_success: - ${SRC_DIR}/scripts/travis/coverage-summary.sh compiler: gcc + + # We manually include builds which we disable "make check" for - env: CONFIG=3D"--enable-debug --enable-tcg-interpreter" TEST_CMD=3D"" compiler: gcc + + # We don't need to exercise every backend with every front-end - env: CONFIG=3D"--enable-trace-backends=3Dlog,simple,syslog --disable= -system" TEST_CMD=3D"" compiler: gcc + + - env: CONFIG=3D"--enable-trace-backends=3Dftrace --target-list=3Dx86_= 64-softmmu" TEST_CMD=3D"" compiler: gcc + + - env: CONFIG=3D"--enable-trace-backends=3Dust --target-list=3Dx86_64-= softmmu" TEST_CMD=3D"" compiler: gcc + + - env: CONFIG=3D"--disable-tcg" TEST_CMD=3D"" compiler: gcc + + # MacOSX builds - env: CONFIG=3D"--target-list=3Daarch64-softmmu,arm-softmmu,i386-soft= mmu,mips-softmmu,mips64-softmmu,ppc64-softmmu,riscv64-softmmu,s390x-softmmu= ,x86_64-softmmu" os: osx osx_image: xcode9.4 compiler: clang + + - env: CONFIG=3D"--target-list=3Di386-softmmu,ppc-softmmu,ppc64-softmm= u,m68k-softmmu,x86_64-softmmu" os: osx osx_image: xcode10 compiler: clang + + # Python builds - env: CONFIG=3D"--target-list=3Dx86_64-softmmu" python: - "3.0" + + - env: CONFIG=3D"--target-list=3Dx86_64-softmmu" python: - "3.6" + + # Acceptance (Functional) tests - env: CONFIG=3D"--python=3D/usr/bin/python3 --target-list=3Dx86_64-so= ftmmu" TEST_CMD=3D"make AVOCADO_SHOW=3Dapp check-acceptance" @@ -131,6 +169,8 @@ matrix: packages: - python3-pip - python3.4-venv + + # Using newer GCC with sanitizers - addons: apt: @@ -175,6 +215,8 @@ matrix: - TEST_CMD=3D"" before_script: - ./configure ${CONFIG} --extra-cflags=3D"-g3 -O0 -fsanitize=3Dthr= ead -fuse-ld=3Dgold" || { cat config.log && exit 1; } + + - env: - CONFIG=3D"--disable-system --disable-docs" - TEST_CMD=3D"make check-tcg" --=20 2.19.2 From nobody Tue Apr 30 03:17:45 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1547052140484149.43625598552308; Wed, 9 Jan 2019 08:42:20 -0800 (PST) Received: from localhost ([127.0.0.1]:33840 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghGvr-0001qb-EQ for importer@patchew.org; Wed, 09 Jan 2019 11:42:19 -0500 Received: from eggs.gnu.org ([209.51.188.92]:45674) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghGlV-00024D-Dq for qemu-devel@nongnu.org; Wed, 09 Jan 2019 11:31:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ghGlT-0001As-IO for qemu-devel@nongnu.org; Wed, 09 Jan 2019 11:31:37 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39704) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ghGlS-00017g-Vr for qemu-devel@nongnu.org; Wed, 09 Jan 2019 11:31:35 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id BD5091F56A; Wed, 9 Jan 2019 16:31:32 +0000 (UTC) Received: from localhost.localdomain.com (ovpn-112-52.ams2.redhat.com [10.36.112.52]) by smtp.corp.redhat.com (Postfix) with ESMTP id 9EBC860C45; Wed, 9 Jan 2019 16:31:30 +0000 (UTC) From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= To: qemu-devel@nongnu.org Date: Wed, 9 Jan 2019 16:31:07 +0000 Message-Id: <20190109163114.17010-7-berrange@redhat.com> In-Reply-To: <20190109163114.17010-1-berrange@redhat.com> References: <20190109163114.17010-1-berrange@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Wed, 09 Jan 2019 16:31:32 +0000 (UTC) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH 06/13] travis: define all the build matrix entries in one place X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Fam Zheng , =?UTF-8?q?Alex=20Benn=C3=A9e?= , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" The current build matrix is constructed from entries listed under the environment variable config section, as well as the general purpose build matrix section. Move everything under the general purpose section so it is clear at a glance what is in the matrix. Signed-off-by: Daniel P. Berrang=C3=A9 --- .travis.yml | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index bb43792627..96917df9c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -61,14 +61,6 @@ env: - BUILD_DIR=3D"." - TEST_CMD=3D"make check" - MAKEFLAGS=3D"-j3" - matrix: - - CONFIG=3D"--disable-system" - - CONFIG=3D"--disable-user" - - CONFIG=3D"--enable-debug --enable-debug-tcg" - - CONFIG=3D"--disable-linux-aio --disable-cap-ng --disable-attr --disa= ble-brlapi --disable-uuid --disable-libusb --disable-user" - - CONFIG=3D"--enable-modules --disable-linux-user" - - CONFIG=3D"--with-coroutine=3Ducontext --disable-linux-user" - - CONFIG=3D"--with-coroutine=3Dsigaltstack --disable-linux-user" =20 =20 git: @@ -89,6 +81,27 @@ script: =20 matrix: include: + - env: CONFIG=3D"--disable-system" + + + - env: CONFIG=3D"--disable-user" + + + - env: CONFIG=3D"--enable-debug --enable-debug-tcg" + + + - env: CONFIG=3D"--disable-linux-aio --disable-cap-ng --disable-attr -= -disable-brlapi --disable-uuid --disable-libusb --disable-user" + + + - env: CONFIG=3D"--enable-modules --disable-linux-user" + + + - env: CONFIG=3D"--with-coroutine=3Ducontext --disable-linux-user" + + + - env: CONFIG=3D"--with-coroutine=3Dsigaltstack --disable-linux-user" + + # Test out-of-tree builds - env: CONFIG=3D"--enable-debug --enable-debug-tcg" BUILD_DIR=3D"out-of-tree/build/dir" SRC_DIR=3D"../../.." --=20 2.19.2 From nobody Tue Apr 30 03:17:45 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1547052514977283.65936303327453; Wed, 9 Jan 2019 08:48:34 -0800 (PST) Received: from localhost ([127.0.0.1]:35381 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghH1t-0006xx-TK for importer@patchew.org; Wed, 09 Jan 2019 11:48:33 -0500 Received: from eggs.gnu.org ([209.51.188.92]:45731) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghGlb-00029X-2p for qemu-devel@nongnu.org; Wed, 09 Jan 2019 11:31:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ghGlX-0001D4-FL for qemu-devel@nongnu.org; Wed, 09 Jan 2019 11:31:41 -0500 Received: from mx1.redhat.com ([209.132.183.28]:41474) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ghGlV-0001AG-D9 for qemu-devel@nongnu.org; Wed, 09 Jan 2019 11:31:39 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id E173B806BC; Wed, 9 Jan 2019 16:31:34 +0000 (UTC) Received: from localhost.localdomain.com (ovpn-112-52.ams2.redhat.com [10.36.112.52]) by smtp.corp.redhat.com (Postfix) with ESMTP id 1CB0560C45; Wed, 9 Jan 2019 16:31:32 +0000 (UTC) From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= To: qemu-devel@nongnu.org Date: Wed, 9 Jan 2019 16:31:08 +0000 Message-Id: <20190109163114.17010-8-berrange@redhat.com> In-Reply-To: <20190109163114.17010-1-berrange@redhat.com> References: <20190109163114.17010-1-berrange@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Wed, 09 Jan 2019 16:31:35 +0000 (UTC) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH 07/13] travis: standardize the syntax used for env variables X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Fam Zheng , =?UTF-8?q?Alex=20Benn=C3=A9e?= , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" Matrix entries are defining env variables using two different syntax styles: - env: FOO=3Dbar WIZZ=3Dbang and - env: - FOO=3Dbar - WIZZ=3Dbang Switch everything to use the latter style as the more normal indentation approach. Signed-off-by: Daniel P. Berrang=C3=A9 --- .travis.yml | 77 ++++++++++++++++++++++++++++++++++------------------- 1 file changed, 49 insertions(+), 28 deletions(-) diff --git a/.travis.yml b/.travis.yml index 96917df9c5..f539f8b556 100644 --- a/.travis.yml +++ b/.travis.yml @@ -81,102 +81,123 @@ script: =20 matrix: include: - - env: CONFIG=3D"--disable-system" + - env: + - CONFIG=3D"--disable-system" =20 =20 - - env: CONFIG=3D"--disable-user" + - env: + - CONFIG=3D"--disable-user" =20 =20 - - env: CONFIG=3D"--enable-debug --enable-debug-tcg" + - env: + - CONFIG=3D"--enable-debug --enable-debug-tcg" =20 =20 - - env: CONFIG=3D"--disable-linux-aio --disable-cap-ng --disable-attr -= -disable-brlapi --disable-uuid --disable-libusb --disable-user" + - env: + - CONFIG=3D"--disable-linux-aio --disable-cap-ng --disable-attr --= disable-brlapi --disable-uuid --disable-libusb --disable-user" =20 =20 - - env: CONFIG=3D"--enable-modules --disable-linux-user" + - env: + - CONFIG=3D"--enable-modules --disable-linux-user" =20 =20 - - env: CONFIG=3D"--with-coroutine=3Ducontext --disable-linux-user" + - env: + - CONFIG=3D"--with-coroutine=3Ducontext --disable-linux-user" =20 =20 - - env: CONFIG=3D"--with-coroutine=3Dsigaltstack --disable-linux-user" + - env: + - CONFIG=3D"--with-coroutine=3Dsigaltstack --disable-linux-user" =20 =20 # Test out-of-tree builds - - env: CONFIG=3D"--enable-debug --enable-debug-tcg" - BUILD_DIR=3D"out-of-tree/build/dir" SRC_DIR=3D"../../.." + - env: + - CONFIG=3D"--enable-debug --enable-debug-tcg" + - BUILD_DIR=3D"out-of-tree/build/dir" SRC_DIR=3D"../../.." =20 =20 # Test with Clang for compile portability (Travis uses clang-5.0) - - env: CONFIG=3D"--disable-system" + - env: + - CONFIG=3D"--disable-system" compiler: clang =20 =20 - - env: CONFIG=3D"--disable-user" + - env: + - CONFIG=3D"--disable-user" compiler: clang =20 =20 # gprof/gcov are GCC features - - env: CONFIG=3D"--enable-gprof --enable-gcov --disable-pie --target-l= ist=3Daarch64-softmmu,arm-softmmu,i386-softmmu,mips-softmmu,mips64-softmmu,= ppc64-softmmu,riscv64-softmmu,s390x-softmmu,x86_64-softmmu" + - env: + - CONFIG=3D"--enable-gprof --enable-gcov --disable-pie --target-li= st=3Daarch64-softmmu,arm-softmmu,i386-softmmu,mips-softmmu,mips64-softmmu,p= pc64-softmmu,riscv64-softmmu,s390x-softmmu,x86_64-softmmu" after_success: - ${SRC_DIR}/scripts/travis/coverage-summary.sh compiler: gcc =20 =20 # We manually include builds which we disable "make check" for - - env: CONFIG=3D"--enable-debug --enable-tcg-interpreter" - TEST_CMD=3D"" + - env: + - CONFIG=3D"--enable-debug --enable-tcg-interpreter" + - TEST_CMD=3D"" compiler: gcc =20 =20 # We don't need to exercise every backend with every front-end - - env: CONFIG=3D"--enable-trace-backends=3Dlog,simple,syslog --disable= -system" - TEST_CMD=3D"" + - env: + - CONFIG=3D"--enable-trace-backends=3Dlog,simple,syslog --disable-= system" + - TEST_CMD=3D"" compiler: gcc =20 =20 - - env: CONFIG=3D"--enable-trace-backends=3Dftrace --target-list=3Dx86_= 64-softmmu" - TEST_CMD=3D"" + - env: + - CONFIG=3D"--enable-trace-backends=3Dftrace --target-list=3Dx86_6= 4-softmmu" + - TEST_CMD=3D"" compiler: gcc =20 =20 - - env: CONFIG=3D"--enable-trace-backends=3Dust --target-list=3Dx86_64-= softmmu" - TEST_CMD=3D"" + - env: + - CONFIG=3D"--enable-trace-backends=3Dust --target-list=3Dx86_64-s= oftmmu" + - TEST_CMD=3D"" compiler: gcc =20 =20 - - env: CONFIG=3D"--disable-tcg" - TEST_CMD=3D"" + - env: + - CONFIG=3D"--disable-tcg" + - TEST_CMD=3D"" compiler: gcc =20 =20 # MacOSX builds - - env: CONFIG=3D"--target-list=3Daarch64-softmmu,arm-softmmu,i386-soft= mmu,mips-softmmu,mips64-softmmu,ppc64-softmmu,riscv64-softmmu,s390x-softmmu= ,x86_64-softmmu" + - env: + - CONFIG=3D"--target-list=3Daarch64-softmmu,arm-softmmu,i386-softm= mu,mips-softmmu,mips64-softmmu,ppc64-softmmu,riscv64-softmmu,s390x-softmmu,= x86_64-softmmu" os: osx osx_image: xcode9.4 compiler: clang =20 =20 - - env: CONFIG=3D"--target-list=3Di386-softmmu,ppc-softmmu,ppc64-softmm= u,m68k-softmmu,x86_64-softmmu" + - env: + - CONFIG=3D"--target-list=3Di386-softmmu,ppc-softmmu,ppc64-softmmu= ,m68k-softmmu,x86_64-softmmu" os: osx osx_image: xcode10 compiler: clang =20 =20 # Python builds - - env: CONFIG=3D"--target-list=3Dx86_64-softmmu" + - env: + - CONFIG=3D"--target-list=3Dx86_64-softmmu" python: - "3.0" =20 =20 - - env: CONFIG=3D"--target-list=3Dx86_64-softmmu" + - env: + - CONFIG=3D"--target-list=3Dx86_64-softmmu" python: - "3.6" =20 =20 # Acceptance (Functional) tests - - env: CONFIG=3D"--python=3D/usr/bin/python3 --target-list=3Dx86_64-so= ftmmu" - TEST_CMD=3D"make AVOCADO_SHOW=3Dapp check-acceptance" + - env: + - CONFIG=3D"--python=3D/usr/bin/python3 --target-list=3Dx86_64-sof= tmmu" + - TEST_CMD=3D"make AVOCADO_SHOW=3Dapp check-acceptance" addons: apt: packages: --=20 2.19.2 From nobody Tue Apr 30 03:17:45 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1547052002080606.5288824651576; Wed, 9 Jan 2019 08:40:02 -0800 (PST) Received: from localhost ([127.0.0.1]:33216 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghGtY-00089D-OX for importer@patchew.org; Wed, 09 Jan 2019 11:39:56 -0500 Received: from eggs.gnu.org ([209.51.188.92]:45729) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghGlb-00029W-1z for qemu-devel@nongnu.org; Wed, 09 Jan 2019 11:31:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ghGlX-0001DT-MF for qemu-devel@nongnu.org; Wed, 09 Jan 2019 11:31:41 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58454) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ghGlX-0001Ca-Cm for qemu-devel@nongnu.org; Wed, 09 Jan 2019 11:31:39 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 6803C8AE41; Wed, 9 Jan 2019 16:31:37 +0000 (UTC) Received: from localhost.localdomain.com (ovpn-112-52.ams2.redhat.com [10.36.112.52]) by smtp.corp.redhat.com (Postfix) with ESMTP id 2523660C45; Wed, 9 Jan 2019 16:31:34 +0000 (UTC) From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= To: qemu-devel@nongnu.org Date: Wed, 9 Jan 2019 16:31:09 +0000 Message-Id: <20190109163114.17010-9-berrange@redhat.com> In-Reply-To: <20190109163114.17010-1-berrange@redhat.com> References: <20190109163114.17010-1-berrange@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Wed, 09 Jan 2019 16:31:37 +0000 (UTC) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH 08/13] travis: don't clone git submodules upfront X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Fam Zheng , =?UTF-8?q?Alex=20Benn=C3=A9e?= , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" The configure script & Makefile are already capable of figuring out which git submodules are required for a given build platform, and cloning them at the right time. Signed-off-by: Daniel P. Berrang=C3=A9 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f539f8b556..fa70429459 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,7 +71,6 @@ git: before_install: - if [ "$TRAVIS_OS_NAME" =3D=3D "osx" ]; then brew update ; fi - if [ "$TRAVIS_OS_NAME" =3D=3D "osx" ]; then brew install libffi gettex= t glib pixman ; fi - - git submodule update --init --recursive capstone dtc ui/keycodemapdb before_script: - mkdir -p ${BUILD_DIR} && cd ${BUILD_DIR} - ${SRC_DIR}/configure ${CONFIG} || { cat config.log && exit 1; } --=20 2.19.2 From nobody Tue Apr 30 03:17:45 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1547052018252578.0502209536106; Wed, 9 Jan 2019 08:40:18 -0800 (PST) Received: from localhost ([127.0.0.1]:33306 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghGtt-00006u-3V for importer@patchew.org; Wed, 09 Jan 2019 11:40:17 -0500 Received: from eggs.gnu.org ([209.51.188.92]:45756) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghGle-0002Af-QJ for qemu-devel@nongnu.org; Wed, 09 Jan 2019 11:31:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ghGlc-0001Fc-VV for qemu-devel@nongnu.org; Wed, 09 Jan 2019 11:31:46 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58490) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ghGlb-0001Dh-2T for qemu-devel@nongnu.org; Wed, 09 Jan 2019 11:31:43 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 08A318AE70; Wed, 9 Jan 2019 16:31:40 +0000 (UTC) Received: from localhost.localdomain.com (ovpn-112-52.ams2.redhat.com [10.36.112.52]) by smtp.corp.redhat.com (Postfix) with ESMTP id DC55860C45; Wed, 9 Jan 2019 16:31:37 +0000 (UTC) From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= To: qemu-devel@nongnu.org Date: Wed, 9 Jan 2019 16:31:10 +0000 Message-Id: <20190109163114.17010-10-berrange@redhat.com> In-Reply-To: <20190109163114.17010-1-berrange@redhat.com> References: <20190109163114.17010-1-berrange@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Wed, 09 Jan 2019 16:31:40 +0000 (UTC) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH 09/13] travis: move macOS brew setup into the macOS matrix entries X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Fam Zheng , =?UTF-8?q?Alex=20Benn=C3=A9e?= , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" There is no need to use shell conditionals to run commands when they can simply be listed under the appropriate matrix entry. Signed-off-by: Daniel P. Berrang=C3=A9 --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index fa70429459..b5f520034f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,9 +68,6 @@ git: submodules: false =20 =20 -before_install: - - if [ "$TRAVIS_OS_NAME" =3D=3D "osx" ]; then brew update ; fi - - if [ "$TRAVIS_OS_NAME" =3D=3D "osx" ]; then brew install libffi gettex= t glib pixman ; fi before_script: - mkdir -p ${BUILD_DIR} && cd ${BUILD_DIR} - ${SRC_DIR}/configure ${CONFIG} || { cat config.log && exit 1; } @@ -171,6 +168,8 @@ matrix: os: osx osx_image: xcode9.4 compiler: clang + before_install: + - brew update && brew install libffi gettext glib pixman =20 =20 - env: @@ -178,6 +177,8 @@ matrix: os: osx osx_image: xcode10 compiler: clang + before_install: + - brew update && brew install libffi gettext glib pixman =20 =20 # Python builds --=20 2.19.2 From nobody Tue Apr 30 03:17:45 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1547052193353182.64306264909294; Wed, 9 Jan 2019 08:43:13 -0800 (PST) Received: from localhost ([127.0.0.1]:34038 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghGwe-0002Su-B2 for importer@patchew.org; Wed, 09 Jan 2019 11:43:08 -0500 Received: from eggs.gnu.org ([209.51.188.92]:45831) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghGlm-0002HH-L8 for qemu-devel@nongnu.org; Wed, 09 Jan 2019 11:31:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ghGlk-0001K9-RS for qemu-devel@nongnu.org; Wed, 09 Jan 2019 11:31:54 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58570) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ghGlk-0001Ec-Kz for qemu-devel@nongnu.org; Wed, 09 Jan 2019 11:31:52 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id B8C7588E70; Wed, 9 Jan 2019 16:31:42 +0000 (UTC) Received: from localhost.localdomain.com (ovpn-112-52.ams2.redhat.com [10.36.112.52]) by smtp.corp.redhat.com (Postfix) with ESMTP id 9114960C45; Wed, 9 Jan 2019 16:31:40 +0000 (UTC) From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= To: qemu-devel@nongnu.org Date: Wed, 9 Jan 2019 16:31:11 +0000 Message-Id: <20190109163114.17010-11-berrange@redhat.com> In-Reply-To: <20190109163114.17010-1-berrange@redhat.com> References: <20190109163114.17010-1-berrange@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Wed, 09 Jan 2019 16:31:42 +0000 (UTC) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH 10/13] travis: stop redefining the script commands X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Fam Zheng , =?UTF-8?q?Alex=20Benn=C3=A9e?= , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" One of the matrix entries redefines the script command in order to add the ${MAKEFLAGS} variable. Ideally ${MAKEFLAGS} would be referenced by the definition of the ${TEST_CMD} env variable, but this isn't possible in travis. ${MAKEFLAGS} exists to eliminate duplication of flags in every "make" command, but this cure causes a worse problem, namely the reduplication of the "script" command. It is simpler to just insert "-j3" directly into any "make" command. Signed-off-by: Daniel P. Berrang=C3=A9 --- .travis.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index b5f520034f..ddfef6d738 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,8 +59,7 @@ env: global: - SRC_DIR=3D"." - BUILD_DIR=3D"." - - TEST_CMD=3D"make check" - - MAKEFLAGS=3D"-j3" + - TEST_CMD=3D"make check -j3" =20 =20 git: @@ -72,7 +71,7 @@ before_script: - mkdir -p ${BUILD_DIR} && cd ${BUILD_DIR} - ${SRC_DIR}/configure ${CONFIG} || { cat config.log && exit 1; } script: - - make ${MAKEFLAGS} && ${TEST_CMD} + - make -j3 && ${TEST_CMD} =20 =20 matrix: @@ -253,9 +252,7 @@ matrix: =20 - env: - CONFIG=3D"--disable-system --disable-docs" - - TEST_CMD=3D"make check-tcg" - script: - - make ${MAKEFLAGS} && ${TEST_CMD} ${MAKEFLAGS} + - TEST_CMD=3D"make -j3 check-tcg" sudo: required dist: trusty compiler: gcc --=20 2.19.2 From nobody Tue Apr 30 03:17:45 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1547052684289347.4364834354765; Wed, 9 Jan 2019 08:51:24 -0800 (PST) Received: from localhost ([127.0.0.1]:36086 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghH4d-0000n0-7O for importer@patchew.org; Wed, 09 Jan 2019 11:51:23 -0500 Received: from eggs.gnu.org ([209.51.188.92]:45847) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghGln-0002IJ-B6 for qemu-devel@nongnu.org; Wed, 09 Jan 2019 11:31:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ghGlm-0001L6-3U for qemu-devel@nongnu.org; Wed, 09 Jan 2019 11:31:55 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57086) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ghGll-0001Ka-SS for qemu-devel@nongnu.org; Wed, 09 Jan 2019 11:31:54 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 119532C9C9C; Wed, 9 Jan 2019 16:31:53 +0000 (UTC) Received: from localhost.localdomain.com (ovpn-112-52.ams2.redhat.com [10.36.112.52]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0BF4684EC; Wed, 9 Jan 2019 16:31:42 +0000 (UTC) From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= To: qemu-devel@nongnu.org Date: Wed, 9 Jan 2019 16:31:12 +0000 Message-Id: <20190109163114.17010-12-berrange@redhat.com> In-Reply-To: <20190109163114.17010-1-berrange@redhat.com> References: <20190109163114.17010-1-berrange@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Wed, 09 Jan 2019 16:31:53 +0000 (UTC) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH 11/13] travis: stop using container based envs X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Fam Zheng , =?UTF-8?q?Alex=20Benn=C3=A9e?= , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" The Travis container based envs are deprecated: https://docs.travis-ci.com/user/reference/trusty/ "Container-based infrastructure is currently being deprecated. Please remove any sudo: false keys in your .travis.yml file to use the default fully-virtualized Linux infrastructure instead." Signed-off-by: Daniel P. Berrang=C3=A9 --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index ddfef6d738..dc8b37db80 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,4 @@ -# The current Travis default is a container based 14.04 Trust on EC2 -# Additional builds with specific requirements for a full VM need to -# be added as additional matrix: entries later on =20 -sudo: false dist: trusty language: c python: @@ -253,6 +249,5 @@ matrix: - env: - CONFIG=3D"--disable-system --disable-docs" - TEST_CMD=3D"make -j3 check-tcg" - sudo: required dist: trusty compiler: gcc --=20 2.19.2 From nobody Tue Apr 30 03:17:45 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1547051669806334.7275059631447; Wed, 9 Jan 2019 08:34:29 -0800 (PST) Received: from localhost ([127.0.0.1]:60134 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghGoG-0003Zq-MS for importer@patchew.org; Wed, 09 Jan 2019 11:34:28 -0500 Received: from eggs.gnu.org ([209.51.188.92]:45901) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghGlq-0002L2-69 for qemu-devel@nongnu.org; Wed, 09 Jan 2019 11:31:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ghGlo-0001NL-Gy for qemu-devel@nongnu.org; Wed, 09 Jan 2019 11:31:58 -0500 Received: from mx1.redhat.com ([209.132.183.28]:40276) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ghGlo-0001Ms-9l for qemu-devel@nongnu.org; Wed, 09 Jan 2019 11:31:56 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 8017F369B7; Wed, 9 Jan 2019 16:31:55 +0000 (UTC) Received: from localhost.localdomain.com (ovpn-112-52.ams2.redhat.com [10.36.112.52]) by smtp.corp.redhat.com (Postfix) with ESMTP id 77F749F46; Wed, 9 Jan 2019 16:31:53 +0000 (UTC) From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= To: qemu-devel@nongnu.org Date: Wed, 9 Jan 2019 16:31:13 +0000 Message-Id: <20190109163114.17010-13-berrange@redhat.com> In-Reply-To: <20190109163114.17010-1-berrange@redhat.com> References: <20190109163114.17010-1-berrange@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Wed, 09 Jan 2019 16:31:55 +0000 (UTC) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH 12/13] travis: run tests in verbose mode X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Fam Zheng , =?UTF-8?q?Alex=20Benn=C3=A9e?= , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" Travis sometimes fails a build because it produces no console output for over 10 minutes. If this is due to a genuine hang, it would be useful to have used verbose test output to see where it failed. If this is just due to tests being very slow, having verbose output might allow the build to succeed. Signed-off-by: Daniel P. Berrang=C3=A9 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index dc8b37db80..a632fc0b3a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,7 +55,7 @@ env: global: - SRC_DIR=3D"." - BUILD_DIR=3D"." - - TEST_CMD=3D"make check -j3" + - TEST_CMD=3D"make check -j3 V=3D1" =20 =20 git: @@ -248,6 +248,6 @@ matrix: =20 - env: - CONFIG=3D"--disable-system --disable-docs" - - TEST_CMD=3D"make -j3 check-tcg" + - TEST_CMD=3D"make -j3 check-tcg V=3D1" dist: trusty compiler: gcc --=20 2.19.2 From nobody Tue Apr 30 03:17:45 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 154705237296511.577813645815354; Wed, 9 Jan 2019 08:46:12 -0800 (PST) Received: from localhost ([127.0.0.1]:34816 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghGzY-0005ET-3d for importer@patchew.org; Wed, 09 Jan 2019 11:46:08 -0500 Received: from eggs.gnu.org ([209.51.188.92]:45921) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghGls-0002N3-4X for qemu-devel@nongnu.org; Wed, 09 Jan 2019 11:32:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ghGlr-0001OR-91 for qemu-devel@nongnu.org; Wed, 09 Jan 2019 11:32:00 -0500 Received: from mx1.redhat.com ([209.132.183.28]:40802) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ghGlr-0001OC-3j for qemu-devel@nongnu.org; Wed, 09 Jan 2019 11:31:59 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 426E9C7A30; Wed, 9 Jan 2019 16:31:58 +0000 (UTC) Received: from localhost.localdomain.com (ovpn-112-52.ams2.redhat.com [10.36.112.52]) by smtp.corp.redhat.com (Postfix) with ESMTP id E1FEB84EC; Wed, 9 Jan 2019 16:31:55 +0000 (UTC) From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= To: qemu-devel@nongnu.org Date: Wed, 9 Jan 2019 16:31:14 +0000 Message-Id: <20190109163114.17010-14-berrange@redhat.com> In-Reply-To: <20190109163114.17010-1-berrange@redhat.com> References: <20190109163114.17010-1-berrange@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Wed, 09 Jan 2019 16:31:58 +0000 (UTC) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH 13/13] travis: remove matrix settings that duplicate global settings X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Fam Zheng , =?UTF-8?q?Alex=20Benn=C3=A9e?= , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" The global defaults request "trusty" and "gcc", so matrix entries do not need to repeat this. Signed-off-by: Daniel P. Berrang=C3=A9 --- .travis.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index a632fc0b3a..9859f6e60b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -122,39 +122,33 @@ matrix: - CONFIG=3D"--enable-gprof --enable-gcov --disable-pie --target-li= st=3Daarch64-softmmu,arm-softmmu,i386-softmmu,mips-softmmu,mips64-softmmu,p= pc64-softmmu,riscv64-softmmu,s390x-softmmu,x86_64-softmmu" after_success: - ${SRC_DIR}/scripts/travis/coverage-summary.sh - compiler: gcc =20 =20 # We manually include builds which we disable "make check" for - env: - CONFIG=3D"--enable-debug --enable-tcg-interpreter" - TEST_CMD=3D"" - compiler: gcc =20 =20 # We don't need to exercise every backend with every front-end - env: - CONFIG=3D"--enable-trace-backends=3Dlog,simple,syslog --disable-= system" - TEST_CMD=3D"" - compiler: gcc =20 =20 - env: - CONFIG=3D"--enable-trace-backends=3Dftrace --target-list=3Dx86_6= 4-softmmu" - TEST_CMD=3D"" - compiler: gcc =20 =20 - env: - CONFIG=3D"--enable-trace-backends=3Dust --target-list=3Dx86_64-s= oftmmu" - TEST_CMD=3D"" - compiler: gcc =20 =20 - env: - CONFIG=3D"--disable-tcg" - TEST_CMD=3D"" - compiler: gcc =20 =20 # MacOSX builds @@ -249,5 +243,3 @@ matrix: - env: - CONFIG=3D"--disable-system --disable-docs" - TEST_CMD=3D"make -j3 check-tcg V=3D1" - dist: trusty - compiler: gcc --=20 2.19.2