From nobody Wed May 15 14:29:15 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1710931373; cv=none; d=zohomail.com; s=zohoarc; b=N/15SlNRYrMiwynQKnj2rKn3i5ymWVpx9fhmmh9x34Owu6INcAH0hDNnjJL3bpgKf5mr151ainEtJ9LIMUoGxwTCGHMTg3zIe1faLG7p/6tVffK+Wyawk03M5Bed61AByC1q0DtMPHrKnezvQk1cRZmu9q6pH/7R+RB/jgj6eug= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1710931373; h=Content-Transfer-Encoding:Cc:Cc:Date:Date:From:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:Subject:To:To:Message-Id:Reply-To; bh=vGiT6UW7Pro6tpPwiM/KeLk3WhShTsrmy9F147XWFKQ=; b=Uq4Z279cNjR2J66kj+YFV3o7ry5jIfDwg7MveNmfmqele53/x7lH+g1KKCyvj7/rxss1xLWxl20kIQ1Q2iPl/XnAGApxRll9c5JIaoCWSXtnhdhUOThXbxhcW2foeTOin9qLGbWz+l5DXd2cpOMK8VrpZt2L/WUzcvNPOMy6ByU= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass header.from= (p=none dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 171093137381698.9358997946947; Wed, 20 Mar 2024 03:42:53 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rmtOn-0006Cf-Gt; Wed, 20 Mar 2024 06:42:21 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rmtOT-00069G-RX for qemu-devel@nongnu.org; Wed, 20 Mar 2024 06:42:03 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.129.124]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rmtOP-00072q-7a for qemu-devel@nongnu.org; Wed, 20 Mar 2024 06:42:01 -0400 Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-43-zZKOhe0kN36PtR6RAmrAXA-1; Wed, 20 Mar 2024 06:41:53 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id CF61E101A552; Wed, 20 Mar 2024 10:41:52 +0000 (UTC) Received: from thuth-p1g4.redhat.com (unknown [10.39.193.206]) by smtp.corp.redhat.com (Postfix) with ESMTP id 45FEE2166B33; Wed, 20 Mar 2024 10:41:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1710931316; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=vGiT6UW7Pro6tpPwiM/KeLk3WhShTsrmy9F147XWFKQ=; b=Zf54Qaoi2f0kRnSZIQY5/Q39j6CUiHd+HjwhX9VsRdKGHmzzdHNIz82rrAvksGEYzqTuUd DjzHkmQLP6JDliXq20ucPMX6WY5vCLPfZgTbdqrBh4vf04nr1wqsd4Tx6BzpTJmm1mP3B/ 32OjMy0hHI+oQUu3nRUTDjIv6nYmIXU= X-MC-Unique: zZKOhe0kN36PtR6RAmrAXA-1 From: Thomas Huth To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Alex=20Benn=C3=A9e?= , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , Vaibhav Jain Subject: [PATCH 1/6] .travis.yml: Shorten the runtime of the problematic jobs Date: Wed, 20 Mar 2024 11:41:39 +0100 Message-ID: <20240320104144.823425-2-thuth@redhat.com> In-Reply-To: <20240320104144.823425-1-thuth@redhat.com> References: <20240320104144.823425-1-thuth@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.6 Received-SPF: pass (zohomail.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; Received-SPF: pass client-ip=170.10.129.124; envelope-from=thuth@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -24 X-Spam_score: -2.5 X-Spam_bar: -- X-Spam_report: (-2.5 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.417, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, T_SCC_BODY_TEXT_LINE=-0.01, T_SPF_TEMPERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: qemu-devel-bounces+importer=patchew.org@nongnu.org X-ZohoMail-DKIM: pass (identity @redhat.com) X-ZM-MESSAGEID: 1710931374214100001 Content-Type: text/plain; charset="utf-8" The "[s390x] GCC (other-system)" and the "[s390x] GCC check-tcg" jobs are hitting the 50 minutes timeout in Travis quite frequently since a while. To fix it, we've got to drop a lot of the targets from the target list in the jobs to make them work again. With regards to the "check-tcg" test, we can move the check with "s390x-linux-user" to the "user" job instead which also builds the s390x-linux-user target. And while we're at it, remove the "--enable-fdt=3Dsystem" configure switch (since this is not required nowadays anymore). Signed-off-by: Thomas Huth --- .travis.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 597d151b80..a8d1e12190 100644 --- a/.travis.yml +++ b/.travis.yml @@ -184,8 +184,8 @@ jobs: - genisoimage env: - TEST_CMD=3D"make check check-tcg V=3D1" - - CONFIG=3D"--disable-containers --enable-fdt=3Dsystem - --target-list=3D${MAIN_SYSTEM_TARGETS},s390x-linux-user" + - CONFIG=3D"--disable-containers + --target-list=3Dhppa-softmmu,mips64-softmmu,ppc64-softmmu,risc= v64-softmmu,s390x-softmmu,x86_64-softmmu" - UNRELIABLE=3Dtrue script: - BUILD_RC=3D0 && make -j${JOBS} || BUILD_RC=3D$? @@ -225,8 +225,8 @@ jobs: # Tests dependencies - genisoimage env: - - CONFIG=3D"--disable-containers --enable-fdt=3Dsystem --audio-drv= -list=3Dsdl - --disable-user --target-list-exclude=3D${MAIN_SYSTEM_TAR= GETS}" + - CONFIG=3D"--disable-containers --audio-drv-list=3Dsdl --disable-= user + --target-list=3Darm-softmmu,avr-softmmu,microblaze-softmmu,sh4= eb-softmmu,sparc64-softmmu,xtensaeb-softmmu" =20 - name: "[s390x] GCC (user)" arch: s390x @@ -240,6 +240,7 @@ jobs: - flex - bison env: + - TEST_CMD=3D"make check check-tcg V=3D1" - CONFIG=3D"--disable-containers --disable-system" =20 - name: "[s390x] Clang (disable-tcg)" --=20 2.44.0 From nobody Wed May 15 14:29:15 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1710931379; cv=none; d=zohomail.com; s=zohoarc; b=j9qy+e4SauKx6rur23G8DROtAePJW5YEOGERB5WiJK3J+1aN3e147RSWCpcgQgsFwLX+Ex/eQnxbo2+R/8hSZF0T3mcWSnsRhecLY3s6bIOthGrolaG7xkBJmrQ/JNbnOe6PzUrwPWLGbGpzS0mDqWoJUP91gmNO+McLaOqcZKo= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1710931379; h=Content-Transfer-Encoding:Cc:Cc:Date:Date:From:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:Subject:To:To:Message-Id:Reply-To; bh=GIzHfOEJnUyBqLsJ4i/y6Vp+nBRRGfhez+vJSIT/5iQ=; b=Rw2yYyxLuDG1OHMCkAOfpOwJQANBP7QmrAWPyc631XiCw19OFfClQp5Z/BuFVHdhEqGx+jstirhF9LFzAKgTRs3KgcYeDgSTadH2OfNrZEp1sIN159wD6jkZVvV/v2jOG41TQ89dCGJji0MCYgMOhT/pbTKA0XLbRT7pAoBzN7g= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass header.from= (p=none dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1710931379407610.4441185116856; Wed, 20 Mar 2024 03:42:59 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rmtOe-0006Aq-Lj; Wed, 20 Mar 2024 06:42:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rmtOT-00069F-CL for qemu-devel@nongnu.org; Wed, 20 Mar 2024 06:42:01 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.129.124]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rmtOS-000739-1X for qemu-devel@nongnu.org; Wed, 20 Mar 2024 06:42:01 -0400 Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-577-msW4uyG9NGmoam0cUuzt1w-1; Wed, 20 Mar 2024 06:41:55 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 9866680F7E4; Wed, 20 Mar 2024 10:41:54 +0000 (UTC) Received: from thuth-p1g4.redhat.com (unknown [10.39.193.206]) by smtp.corp.redhat.com (Postfix) with ESMTP id 524292166B34; Wed, 20 Mar 2024 10:41:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1710931318; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=GIzHfOEJnUyBqLsJ4i/y6Vp+nBRRGfhez+vJSIT/5iQ=; b=KP9vT0N57Db6ZYp8KXju+gNm139eiayK8JyNFK0BpNauS0JwWBVu9jvn3ODmVF2KPX+Ntr rcwyKVQEl1B+1WPyML5NwKQfdKwc3U1UT+7TdGkBJ+JJruduV3wYyCn7L3a53snVi95wYy OS4ln0di9Gft+DhIwc2yeACV/4Uf7LU= X-MC-Unique: msW4uyG9NGmoam0cUuzt1w-1 From: Thomas Huth To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Alex=20Benn=C3=A9e?= , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , Vaibhav Jain Subject: [PATCH 2/6] .travis.yml: Remove the unused xfslib-dev package Date: Wed, 20 Mar 2024 11:41:40 +0100 Message-ID: <20240320104144.823425-3-thuth@redhat.com> In-Reply-To: <20240320104144.823425-1-thuth@redhat.com> References: <20240320104144.823425-1-thuth@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.6 Received-SPF: pass (zohomail.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; Received-SPF: pass client-ip=170.10.129.124; envelope-from=thuth@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -24 X-Spam_score: -2.5 X-Spam_bar: -- X-Spam_report: (-2.5 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.417, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: qemu-devel-bounces+importer=patchew.org@nongnu.org X-ZohoMail-DKIM: pass (identity @redhat.com) X-ZM-MESSAGEID: 1710931380197100004 Content-Type: text/plain; charset="utf-8" Drop the "xfslibs-dev" package which should not be necessary anymore since commit a5730b8bd3 ("block/file-posix: Simplify the XFS_IOC_DIOINFO handling"). Signed-off-by: Thomas Huth Reviewed-by: Philippe Mathieu-Daud=C3=A9 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a8d1e12190..8a3ae76a7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -220,7 +220,6 @@ jobs: - libsnappy-dev - libzstd-dev - nettle-dev - - xfslibs-dev - ninja-build # Tests dependencies - genisoimage --=20 2.44.0 From nobody Wed May 15 14:29:15 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1710931353; cv=none; d=zohomail.com; s=zohoarc; b=nX6niNJrUzjwrQyMgEwwacRIB+BPAk01zwtGS5v38Q4N+H//MrfPUudr8rWhhViKfU3HJy1Sl835uItXx1iEJg36OBxhfYQSIMzVmE/kM9i9ojmbgTZjFG/iylvjQEkWWyGt+YZuOkYQWNyvzSQlhTvfRj/0Kgy7jtNF067NIOQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1710931353; h=Content-Transfer-Encoding:Cc:Cc:Date:Date:From:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:Subject:To:To:Message-Id:Reply-To; bh=fVCFmf2BNtBOMMSpQVnk2QxYciZTmyIg2jXiLRDPJ8c=; b=liBeVcI9/A/Gxi0vIEe2AOXZWh1f7ibKVHDb3xiN+32evaO3Ev0pcEU3oazTyenn4G3+ZEbZ7i1UCckPuNY4L7C69ApPgiR0zXecuvyXiI5289V7GrTh6iUI/bDq+/d55eIu9yApJaeeJvlk0bfXvkDwqiVsNyZsb3NtpbFM7ro= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass header.from= (p=none dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1710931353342717.0808978250483; Wed, 20 Mar 2024 03:42:33 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rmtOk-0006Bs-9B; Wed, 20 Mar 2024 06:42:19 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rmtOU-00069J-NU for qemu-devel@nongnu.org; Wed, 20 Mar 2024 06:42:03 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rmtOT-00073O-92 for qemu-devel@nongnu.org; Wed, 20 Mar 2024 06:42:02 -0400 Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-548-AmoD8IPvMhu_Boc0sVhasQ-1; Wed, 20 Mar 2024 06:41:57 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id A5F573CBD507; Wed, 20 Mar 2024 10:41:56 +0000 (UTC) Received: from thuth-p1g4.redhat.com (unknown [10.39.193.206]) by smtp.corp.redhat.com (Postfix) with ESMTP id 218452166B34; Wed, 20 Mar 2024 10:41:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1710931320; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=fVCFmf2BNtBOMMSpQVnk2QxYciZTmyIg2jXiLRDPJ8c=; b=I1++FLr/lXaHQh7cuctloasOMcEOz6m4Chw4HwGRc/p56lY8A+DAi8iayXW8ZPZrQbzyhl FDxxPPiGX2LS6JH6TbrrwiIvwy89JGR24M1Wz8F8bxcWJIOORxGdYilyRf4HS8yp9VAhXO 31FPh0d5VEnaHW4bbc1VPbFX9VIctvs= X-MC-Unique: AmoD8IPvMhu_Boc0sVhasQ-1 From: Thomas Huth To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Alex=20Benn=C3=A9e?= , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , Vaibhav Jain Subject: [PATCH 3/6] Revert ".travis.yml: Cache Avocado cache" Date: Wed, 20 Mar 2024 11:41:41 +0100 Message-ID: <20240320104144.823425-4-thuth@redhat.com> In-Reply-To: <20240320104144.823425-1-thuth@redhat.com> References: <20240320104144.823425-1-thuth@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.6 Received-SPF: pass (zohomail.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; Received-SPF: pass client-ip=170.10.133.124; envelope-from=thuth@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -24 X-Spam_score: -2.5 X-Spam_bar: -- X-Spam_report: (-2.5 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.417, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: qemu-devel-bounces+importer=patchew.org@nongnu.org X-ZohoMail-DKIM: pass (identity @redhat.com) X-ZM-MESSAGEID: 1710931354166100003 Content-Type: text/plain; charset="utf-8" This reverts commit c1073e44b46490133e16420e1784dec7bcd4e030. The Avocado tests have been removed from Travis a long time ago with commit c5008c76ee ("gitlab: add acceptance testing to system builds"), so we don't need to cache the avocado files here anymore. Signed-off-by: Thomas Huth --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8a3ae76a7c..8da88c4360 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,8 +12,6 @@ cache: timeout: 1200 ccache: true pip: true - directories: - - $HOME/avocado/data/cache =20 =20 # The channel name "irc.oftc.net#qemu" is encrypted against qemu/qemu --=20 2.44.0 From nobody Wed May 15 14:29:15 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1710931379; cv=none; d=zohomail.com; s=zohoarc; b=C4n1ZO0FFAOcEyqXc2/PFLhT6kLc8XBPnmi2ID0bucBnjWDMfR8cAd40uHpVAh0ukM3yFlAvvwRT84SBotuJ3Xtz5w9ZlklPfbs4Vf0A6sIRPdlaZ915aMW1l54V+anist7nlV6p9+1X+thbsAIlY+ZV1U+eirq/aKNbC+IbHAQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1710931379; h=Content-Transfer-Encoding:Cc:Cc:Date:Date:From:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:Subject:To:To:Message-Id:Reply-To; bh=o2jVHJU5vYiExdxPV1zFz/jz+Zd76NApu5yKy6lTusE=; b=HDbH0qHIrfH7IcOMQkleZeL75c+KaP/NLqNZr6hrjszDV37GEQ8D8qsDsjAJcPJSJS0a2sfIb8unpKV7wSEopuQ/1WuoQHLvE4PtiuDRLRDC2jW/mYjLSh6ESjtwgFLamN2IUPyld9quT5v7Lv4mPB4VLIKHN49MH427gJ37f64= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass header.from= (p=none dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1710931379127930.3337958898214; Wed, 20 Mar 2024 03:42:59 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rmtOm-0006CD-41; Wed, 20 Mar 2024 06:42:20 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rmtOW-00069P-DL for qemu-devel@nongnu.org; Wed, 20 Mar 2024 06:42:06 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rmtOU-00073m-VL for qemu-devel@nongnu.org; Wed, 20 Mar 2024 06:42:04 -0400 Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-554-dI4spFhfOFWS50RsIUuV2w-1; Wed, 20 Mar 2024 06:41:59 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 99D1E1C05145; Wed, 20 Mar 2024 10:41:58 +0000 (UTC) Received: from thuth-p1g4.redhat.com (unknown [10.39.193.206]) by smtp.corp.redhat.com (Postfix) with ESMTP id 2B1EA2166B34; Wed, 20 Mar 2024 10:41:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1710931322; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=o2jVHJU5vYiExdxPV1zFz/jz+Zd76NApu5yKy6lTusE=; b=EwKPkAa0mPFGK68IOiwEIPF7siDLNoRNsBXmMblLydvjVAaTyKW32hx2okdl6I6K9Nzln9 23uRzzOrfu5QgviQBuAW8j+933o5vHW9hUIkoilE3bQ1NjL/1YaDGF8uoWtey0bodCj73g OeR8va5Kb3/6CevAAgi/fIOS2gEIfV0= X-MC-Unique: dI4spFhfOFWS50RsIUuV2w-1 From: Thomas Huth To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Alex=20Benn=C3=A9e?= , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , Vaibhav Jain Subject: [PATCH 4/6] .travis.yml: Update the jobs to Ubuntu 22.04 Date: Wed, 20 Mar 2024 11:41:42 +0100 Message-ID: <20240320104144.823425-5-thuth@redhat.com> In-Reply-To: <20240320104144.823425-1-thuth@redhat.com> References: <20240320104144.823425-1-thuth@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.6 Received-SPF: pass (zohomail.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; Received-SPF: pass client-ip=170.10.133.124; envelope-from=thuth@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -24 X-Spam_score: -2.5 X-Spam_bar: -- X-Spam_report: (-2.5 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.417, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: qemu-devel-bounces+importer=patchew.org@nongnu.org X-ZohoMail-DKIM: pass (identity @redhat.com) X-ZM-MESSAGEID: 1710931380207100006 Content-Type: text/plain; charset="utf-8" According to our support policy, we'll soon drop our official support for Ubuntu 20.04 ("Focal Fossa") in QEMU. Thus we should update the Travis jobs now to a newer release (Ubuntu 22.04 - "Jammy Jellyfish") for future testing. Since all jobs are using this release now, we can drop the entries from the individual jobs and use the global setting again. Signed-off-by: Thomas Huth --- .travis.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8da88c4360..16cf706c07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ os: linux -dist: focal +dist: jammy language: c compiler: - gcc @@ -7,7 +7,7 @@ cache: # There is one cache per branch and compiler version. # characteristics of each job are used to identify the cache: # - OS name (currently only linux) - # - OS distribution (for Linux, bionic or focal) + # - OS distribution (e.g. "jammy" for Linux) # - Names and values of visible environment variables set in .travis.yml= or Settings panel timeout: 1200 ccache: true @@ -81,7 +81,6 @@ jobs: =20 - name: "[aarch64] GCC check-tcg" arch: arm64 - dist: focal addons: apt_packages: - libaio-dev @@ -117,7 +116,6 @@ jobs: =20 - name: "[ppc64] GCC check-tcg" arch: ppc64le - dist: focal addons: apt_packages: - libaio-dev @@ -152,7 +150,6 @@ jobs: =20 - name: "[s390x] GCC check-tcg" arch: s390x - dist: focal addons: apt_packages: - libaio-dev @@ -197,7 +194,6 @@ jobs: =20 - name: "[s390x] GCC (other-system)" arch: s390x - dist: focal addons: apt_packages: - libaio-dev @@ -227,7 +223,6 @@ jobs: =20 - name: "[s390x] GCC (user)" arch: s390x - dist: focal addons: apt_packages: - libgcrypt20-dev @@ -242,8 +237,7 @@ jobs: =20 - name: "[s390x] Clang (disable-tcg)" arch: s390x - dist: focal - compiler: clang-10 + compiler: clang addons: apt_packages: - libaio-dev @@ -269,7 +263,6 @@ jobs: - libvdeplug-dev - libvte-2.91-dev - ninja-build - - clang-10 env: - TEST_CMD=3D"make check-unit" - CONFIG=3D"--disable-containers --disable-tcg --enable-kvm --disa= ble-tools --=20 2.44.0 From nobody Wed May 15 14:29:15 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1710931419; cv=none; d=zohomail.com; s=zohoarc; b=X7D+opBTJsibGKrfiJj9viNbi7zTiRaOgvdzlOmFdlLR9zJKs/WitioZ5HLPqoHidmDrhNij510axGTmGmo81Sxhs7oacQIH6yc7VnFUKvAGxWtfbScmYr6RTJcP9LUIUj0+dLq/RD0qwSbg7syEVx5080cVn4BCWPwtQJqtjRg= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1710931419; h=Content-Transfer-Encoding:Cc:Cc:Date:Date:From:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:Subject:To:To:Message-Id:Reply-To; bh=wdj3Aeu/rAXpollWbUcToRN3Qzwp1ahBpaF/anjvJ+k=; b=QBy6prV6PWGZatAOPmqIomSCev7IWQrAuy1gQ78aaYWtANx1lr9XA/8FCFIaCGFGTsALq+fMYwBalhv2/lMdn8uC+kYB5BAHpt/eWNZklrm7pOdXypPKZHk43LfWMYxWei5y/+7Xy3vXyxV9MhnUumDewRCadaQ8AxmMFN02BgA= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass header.from= (p=none dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1710931419901104.21156437263528; Wed, 20 Mar 2024 03:43:39 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rmtOr-0006DH-ES; Wed, 20 Mar 2024 06:42:25 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rmtOW-00069W-N6 for qemu-devel@nongnu.org; Wed, 20 Mar 2024 06:42:08 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rmtOV-00073r-9z for qemu-devel@nongnu.org; Wed, 20 Mar 2024 06:42:04 -0400 Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-558-aZGW27j8OamOuBTpNt0zZQ-1; Wed, 20 Mar 2024 06:42:00 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 9EDC1185A781; Wed, 20 Mar 2024 10:42:00 +0000 (UTC) Received: from thuth-p1g4.redhat.com (unknown [10.39.193.206]) by smtp.corp.redhat.com (Postfix) with ESMTP id 326752166B33; Wed, 20 Mar 2024 10:41:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1710931322; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=wdj3Aeu/rAXpollWbUcToRN3Qzwp1ahBpaF/anjvJ+k=; b=J6E45JG3cYz2yyosbup1WIl3x6D0rH26LmbUZZEPoLkqrC0QSkgxCn7wUhtOF3v9riy09H UXRi5s52brVZR0sHvIY2kULakZQM4chI+ttCyhDctqOarL2vgG3ohWLv4QrPbsgVQ0euGR Z3G5e+fu1gWYbbSvqpR8d7b13+S4w48= X-MC-Unique: aZGW27j8OamOuBTpNt0zZQ-1 From: Thomas Huth To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Alex=20Benn=C3=A9e?= , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , Vaibhav Jain Subject: [PATCH 5/6] .travis.yml: Remove the unused UNRELIABLE environment variable Date: Wed, 20 Mar 2024 11:41:43 +0100 Message-ID: <20240320104144.823425-6-thuth@redhat.com> In-Reply-To: <20240320104144.823425-1-thuth@redhat.com> References: <20240320104144.823425-1-thuth@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.6 Received-SPF: pass (zohomail.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; Received-SPF: pass client-ip=170.10.133.124; envelope-from=thuth@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -24 X-Spam_score: -2.5 X-Spam_bar: -- X-Spam_report: (-2.5 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.417, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: qemu-devel-bounces+importer=patchew.org@nongnu.org X-ZohoMail-DKIM: pass (identity @redhat.com) X-ZM-MESSAGEID: 1710931420363100003 Content-Type: text/plain; charset="utf-8" This variable was used to allow jobs to fail without spoiling the overall result. But the required "allow_failures:" hunk has been accidentally removed in commit 9d03f5abed ("travis.yml: Remove the "Release tarball" job"), and it was anyway only useful while we still had the x86 jobs here around that were our main CI jobs. Thus let's simply remove this useless variable now. Signed-off-by: Thomas Huth --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 16cf706c07..7527f71c05 100644 --- a/.travis.yml +++ b/.travis.yml @@ -112,7 +112,6 @@ jobs: - TEST_CMD=3D"make check check-tcg V=3D1" - CONFIG=3D"--disable-containers --enable-fdt=3Dsystem --target-list=3D${MAIN_SYSTEM_TARGETS} --cxx=3D/bin/fals= e" - - UNRELIABLE=3Dtrue =20 - name: "[ppc64] GCC check-tcg" arch: ppc64le @@ -181,7 +180,6 @@ jobs: - TEST_CMD=3D"make check check-tcg V=3D1" - CONFIG=3D"--disable-containers --target-list=3Dhppa-softmmu,mips64-softmmu,ppc64-softmmu,risc= v64-softmmu,s390x-softmmu,x86_64-softmmu" - - UNRELIABLE=3Dtrue script: - BUILD_RC=3D0 && make -j${JOBS} || BUILD_RC=3D$? - | @@ -267,4 +265,3 @@ jobs: - TEST_CMD=3D"make check-unit" - CONFIG=3D"--disable-containers --disable-tcg --enable-kvm --disa= ble-tools --enable-fdt=3Dsystem --host-cc=3Dclang --cxx=3Dclang++" - - UNRELIABLE=3Dtrue --=20 2.44.0 From nobody Wed May 15 14:29:15 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1710931418; cv=none; d=zohomail.com; s=zohoarc; b=DVxRuMk1V885XVR/Vqp/bKdXyggSbZ3lMK+rVOf1Gu9n3gYCWv/KhQv0EAPMnea3Dv3xkWAOHae2j//Ob54sg07dB7iXSoIRMflN4N5TwzqHJnDNkIDLDiGrLDxioL6t3J2An4kraNNmYoC9eyI4Fa49TFNoamQ27gd05p2UUIQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1710931418; h=Content-Transfer-Encoding:Cc:Cc:Date:Date:From:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:Subject:To:To:Message-Id:Reply-To; bh=S59hqeQxVfPv1PY8qzf52Vr/RJqhp3BAheI79vK+k+Y=; b=CNp3aHht4COkkzZxRyAnbNjdvvua8PSyNuy2krrNezYbnu2ToRh7HbzqI28hByx7SiEwmIOcaREGN5Yxzhj5vjm7DF+dDvjyNAyN4zu3DWx0sxninCjS31csZ9EajmYjb1WOSZrlH+EfUvKK3S+/r0GnfR+AbbJjUTX+Zv3J6yo= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass header.from= (p=none dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1710931418933988.1728818482547; Wed, 20 Mar 2024 03:43:38 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rmtOg-0006Aw-6L; Wed, 20 Mar 2024 06:42:15 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rmtOb-0006A0-1T for qemu-devel@nongnu.org; Wed, 20 Mar 2024 06:42:11 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.129.124]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rmtOZ-00074c-1L for qemu-devel@nongnu.org; Wed, 20 Mar 2024 06:42:08 -0400 Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-445-h9oqf5l2MKerk2Z6tL30PA-1; Wed, 20 Mar 2024 06:42:03 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id A9C77811E81; Wed, 20 Mar 2024 10:42:02 +0000 (UTC) Received: from thuth-p1g4.redhat.com (unknown [10.39.193.206]) by smtp.corp.redhat.com (Postfix) with ESMTP id 24C212166B33; Wed, 20 Mar 2024 10:42:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1710931326; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=S59hqeQxVfPv1PY8qzf52Vr/RJqhp3BAheI79vK+k+Y=; b=Aske/vMdaq9LBvPb+WjJtAV/tMLAxgmAUtRzSlmDXb9ZmeO5+GYnkbKVtAwuoL8drOsQCn vW/NlLjWv+0xxC8oP2H7O9sl+kr8xw9KR2lGdqXEjKbGHUDa/p4JoGiTMWqzKixOxX9L3x XAOgDeL9O5FQsLNoPA2b5xDLB/9yKuw= X-MC-Unique: h9oqf5l2MKerk2Z6tL30PA-1 From: Thomas Huth To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Alex=20Benn=C3=A9e?= , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , Vaibhav Jain Subject: [PATCH 6/6] .travis.yml: Do some more testing with Clang Date: Wed, 20 Mar 2024 11:41:44 +0100 Message-ID: <20240320104144.823425-7-thuth@redhat.com> In-Reply-To: <20240320104144.823425-1-thuth@redhat.com> References: <20240320104144.823425-1-thuth@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.6 Received-SPF: pass (zohomail.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; Received-SPF: pass client-ip=170.10.129.124; envelope-from=thuth@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -24 X-Spam_score: -2.5 X-Spam_bar: -- X-Spam_report: (-2.5 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.417, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: qemu-devel-bounces+importer=patchew.org@nongnu.org X-ZohoMail-DKIM: pass (identity @redhat.com) X-ZM-MESSAGEID: 1710931420364100004 Content-Type: text/plain; charset="utf-8" We are doing a lot of cross-compilation tests with GCC in the gitlab-CI already, so we could get some more test coverage by using Clang in the Travis-CI instead. Thus let's switch two additional jobs to use Clang for compilation. Signed-off-by: Thomas Huth --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7527f71c05..cef0308952 100644 --- a/.travis.yml +++ b/.travis.yml @@ -113,8 +113,9 @@ jobs: - CONFIG=3D"--disable-containers --enable-fdt=3Dsystem --target-list=3D${MAIN_SYSTEM_TARGETS} --cxx=3D/bin/fals= e" =20 - - name: "[ppc64] GCC check-tcg" + - name: "[ppc64] Clang check-tcg" arch: ppc64le + compiler: clang addons: apt_packages: - libaio-dev @@ -190,8 +191,9 @@ jobs: $(exit $BUILD_RC); fi =20 - - name: "[s390x] GCC (other-system)" + - name: "[s390x] Clang (other-system)" arch: s390x + compiler: clang addons: apt_packages: - libaio-dev --=20 2.44.0