From nobody Tue Feb 10 04:14:46 2026 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=1591905458; cv=none; d=zohomail.com; s=zohoarc; b=e0Huaaj7YkLEpNvnnZQ3Xjl5q4E5LPG7/YNyypQOmjPxdjFjIugVJj4PmREPruSQV5JjF5oC8Jy4LfXZrOf8nTAVZU+TGV48MAJ8/RzftJrV6L19myJoAKY4O8jRhFhATa1urW/Z+Yb24Bc9af1To61Dus2Qw4QEii29eLrWiV4= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1591905458; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=nEfu+WKuLGTbcmW54phLurwiymXP59SyP07hImE7S0M=; b=Ln/1RvCE5t69P0hMTk9Oo8ZTUlg4EBhMZgGyy2QZrJR/I9pvLbfIf2gKlKhr+Hb44yln6IStFh12IaEcFH07ZkFzbisXQ6SmDPnu5Qc8Z7IRE7umyfMMfXEJ/ND6v5Qx3Aw8lg1frRvJN2XvNoVtQ6HEk0PVuUom8ljtmyEWvEA= 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) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 159190545834845.955556047384334; Thu, 11 Jun 2020 12:57:38 -0700 (PDT) Received: from localhost ([::1]:57000 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jjTKS-0001dM-U8 for importer@patchew.org; Thu, 11 Jun 2020 15:57:36 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54510) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jjT8i-0007ii-8Q for qemu-devel@nongnu.org; Thu, 11 Jun 2020 15:45:28 -0400 Received: from us-smtp-2.mimecast.com ([207.211.31.81]:58498 helo=us-smtp-delivery-1.mimecast.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1jjT8f-0000ye-R6 for qemu-devel@nongnu.org; Thu, 11 Jun 2020 15:45:27 -0400 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-145-WNYUUgg-OfCTuxpns4ZYZg-1; Thu, 11 Jun 2020 15:44:54 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 8003584638E; Thu, 11 Jun 2020 19:44:53 +0000 (UTC) Received: from virtlab701.virt.lab.eng.bos.redhat.com (virtlab701.virt.lab.eng.bos.redhat.com [10.19.152.228]) by smtp.corp.redhat.com (Postfix) with ESMTP id 27AFC5EE0E; Thu, 11 Jun 2020 19:44:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1591904725; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=nEfu+WKuLGTbcmW54phLurwiymXP59SyP07hImE7S0M=; b=WIn2ro1FvI5zpEXkpJBHRtUIm4mUteFpVlXGHCV7nj4+V1UtSqvdtSzigavCTgtcaPJgkB 7u8UEfbnV7gUus2IzapNmd2MVu25ZlXAyxPfkiWyUTUucilC1IK7YjMtJW8X40Vv3n7BrU pgjBvUu0LgWZLQ3AhhxXkc95WO76Qfo= X-MC-Unique: WNYUUgg-OfCTuxpns4ZYZg-1 From: Paolo Bonzini To: qemu-devel@nongnu.org Subject: [PULL 005/115] run-coverity-scan: add --no-update-tools option Date: Thu, 11 Jun 2020 15:42:59 -0400 Message-Id: <20200611194449.31468-6-pbonzini@redhat.com> In-Reply-To: <20200611194449.31468-1-pbonzini@redhat.com> References: <20200611194449.31468-1-pbonzini@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable 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=207.211.31.81; envelope-from=pbonzini@redhat.com; helo=us-smtp-delivery-1.mimecast.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/11 03:29:33 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -30 X-Spam_score: -3.1 X-Spam_bar: --- X-Spam_report: (-3.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-1, 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.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Peter Maydell Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: pass (identity @redhat.com) Content-Type: text/plain; charset="utf-8" Provide a quick way to skip building the container while we figure out how to get caching right. Reviewed-by: Peter Maydell Signed-off-by: Paolo Bonzini --- scripts/coverity-scan/run-coverity-scan | 37 +++++++++++++++---------- 1 file changed, 23 insertions(+), 14 deletions(-) diff --git a/scripts/coverity-scan/run-coverity-scan b/scripts/coverity-sca= n/run-coverity-scan index e926623b3b..bc9e12670b 100755 --- a/scripts/coverity-scan/run-coverity-scan +++ b/scripts/coverity-scan/run-coverity-scan @@ -33,6 +33,7 @@ # --docker-engine : specify the container engine to use (docker/podman/a= uto); # implies --docker # --update-tools-only : update the cached copy of the tools, but don't r= un them +# --no-update-tools : do not update the cached copy of the tools # --tokenfile : file to read Coverity token from # --version ver : specify version being analyzed (default: ask git) # --description desc : specify description of this version (default: ask= git) @@ -130,7 +131,7 @@ update_coverity_tools () { =20 # Check user-provided environment variables and arguments DRYRUN=3Dno -UPDATE_ONLY=3Dno +UPDATE=3Dyes DOCKER=3Dno =20 while [ "$#" -ge 1 ]; do @@ -139,9 +140,13 @@ while [ "$#" -ge 1 ]; do shift DRYRUN=3Dyes ;; + --no-update-tools) + shift + UPDATE=3Dno + ;; --update-tools-only) shift - UPDATE_ONLY=3Dyes + UPDATE=3Donly ;; --version) shift @@ -245,12 +250,12 @@ fi PROJNAME=3DQEMU TARBALL=3Dcov-int.tar.xz =20 -if [ "$UPDATE_ONLY" =3D yes ] && [ "$DOCKER" =3D yes ]; then +if [ "$UPDATE" =3D only ] && [ "$DOCKER" =3D yes ]; then echo "Combining --docker and --update-only is not supported" exit 1 fi =20 -if [ "$UPDATE_ONLY" =3D yes ]; then +if [ "$UPDATE" =3D only ]; then # Just do the tools update; we don't need to check whether # we are in a source tree or have upload rights for this, # so do it before some of the command line and source tree checks. @@ -293,7 +298,6 @@ fi =20 # Run ourselves inside docker if that's what the user wants if [ "$DOCKER" =3D yes ]; then - # build docker container including the coverity-scan tools # Put the Coverity token into a temporary file that only # we have read access to, and then pass it to docker build # using a volume. A volume is enough for the token not to @@ -308,14 +312,17 @@ if [ "$DOCKER" =3D yes ]; then echo "Created temporary directory $SECRETDIR" SECRET=3D"$SECRETDIR/token" echo "$COVERITY_TOKEN" > "$SECRET" - echo "Building docker container..." - # TODO: This re-downloads the tools every time, rather than - # caching and reusing the image produced with the downloaded tools. - # Not sure why. - tests/docker/docker.py --engine ${DOCKER_ENGINE} build \ - -t coverity-scanner -f scripts/coverity-scan/coverity-s= can.docker \ - -v "$SECRETDIR:/work" \ - --extra-files scripts/coverity-scan/run-coverity-scan + if [ "$UPDATE" !=3D no ]; then + # build docker container including the coverity-scan tools + echo "Building docker container..." + # TODO: This re-downloads the tools every time, rather than + # caching and reusing the image produced with the downloaded tools. + # Not sure why. + tests/docker/docker.py --engine ${DOCKER_ENGINE} build \ + -t coverity-scanner -f scripts/coverity-scan/coveri= ty-scan.docker \ + -v "$SECRETDIR:/work" \ + --extra-files scripts/coverity-scan/run-coverity-sc= an + fi echo "Archiving sources to be analyzed..." ./scripts/archive-source.sh "$SECRETDIR/qemu-sources.tgz" if [ "$DRYRUN" =3D yes ]; then @@ -350,7 +357,9 @@ fi =20 check_upload_permissions =20 -update_coverity_tools +if [ "$UPDATE" !=3D no ]; then + update_coverity_tools +fi =20 TOOLBIN=3D"$(cd "$COVERITY_TOOL_BASE" && echo $PWD/coverity_tool/cov-analy= sis-*/bin)" =20 --=20 2.26.2