From patchwork Tue Feb 23 10:46:30 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ian Campbell X-Patchwork-Id: 8390421 Return-Path: X-Original-To: patchwork-xen-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 0C538C0553 for ; Tue, 23 Feb 2016 10:49:01 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 31AE62025A for ; Tue, 23 Feb 2016 10:49:00 +0000 (UTC) Received: from lists.xen.org (lists.xenproject.org [50.57.142.19]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4B1C620251 for ; Tue, 23 Feb 2016 10:48:58 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=lists.xen.org) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1aYAUH-0006o6-Hr; Tue, 23 Feb 2016 10:46:37 +0000 Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1aYAUF-0006o1-TU for xen-devel@lists.xen.org; Tue, 23 Feb 2016 10:46:36 +0000 Received: from [85.158.137.68] by server-12.bemta-3.messagelabs.com id 32/79-19343-B883CC65; Tue, 23 Feb 2016 10:46:35 +0000 X-Env-Sender: prvs=8546ee871=Ian.Campbell@citrix.com X-Msg-Ref: server-11.tower-31.messagelabs.com!1456224393!23796122!1 X-Originating-IP: [66.165.176.89] X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni44OSA9PiAyMDMwMDc=\n, received_headers: No Received headers X-StarScan-Received: X-StarScan-Version: 7.35.1; banners=-,-,- X-VirusChecked: Checked Received: (qmail 60040 invoked from network); 23 Feb 2016 10:46:34 -0000 Received: from smtp.citrix.com (HELO SMTP.CITRIX.COM) (66.165.176.89) by server-11.tower-31.messagelabs.com with RC4-SHA encrypted SMTP; 23 Feb 2016 10:46:34 -0000 X-IronPort-AV: E=Sophos;i="5.22,488,1449532800"; d="scan'208";a="333606770" From: Ian Campbell To: , Date: Tue, 23 Feb 2016 10:46:30 +0000 Message-ID: <1456224390-17210-1-git-send-email-ian.campbell@citrix.com> X-Mailer: git-send-email 2.6.1 MIME-Version: 1.0 X-DLP: MIA2 Cc: Ian Campbell Subject: [Xen-devel] [PATCH OSSTEST] coverity: run tests on smoked rather than master. X-BeenThere: xen-devel@lists.xen.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP In retrospect there isn't much point in defering coverity until the tree has been through a full test and it just results in potentially longer gaps between runs with larger numbers of commits included (for example the run on Sunday was skipped because master hadn't moved forward since Wednesday). Signed-off-by: Ian Campbell --- Deployment note, the existing coverity-tested/master branch should be renamed (git branch -m) to coverity-tested/smoked. --- ap-fetch-version | 2 +- ap-fetch-version-old | 2 +- ap-push | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ap-fetch-version b/ap-fetch-version index 03ee754..af2feae 100755 --- a/ap-fetch-version +++ b/ap-fetch-version @@ -54,7 +54,7 @@ xen-4.*-testing) $TREE_XEN staging-$branchcore $LOCALREV_XEN ;; xen-unstable-coverity) - repo_tree_rev_fetch_git xen $TREE_XEN master $LOCALREV_XEN + repo_tree_rev_fetch_git xen $TREE_XEN smoked $LOCALREV_XEN ;; qemu-mainline) repo_tree_rev_fetch_git $branch \ diff --git a/ap-fetch-version-old b/ap-fetch-version-old index 920b105..8efd523 100755 --- a/ap-fetch-version-old +++ b/ap-fetch-version-old @@ -60,7 +60,7 @@ xen-4.*-testing) $TREE_XEN stable-$branchcore $LOCALREV_XEN ;; xen-unstable-coverity) - repo_tree_rev_fetch_git xen $TREE_XEN coverity-tested/master $LOCALREV_XEN + repo_tree_rev_fetch_git xen $TREE_XEN coverity-tested/smoked $LOCALREV_XEN ;; qemu-mainline) repo_tree_rev_fetch_git $branch \ diff --git a/ap-push b/ap-push index eeff4a9..2ca419f 100755 --- a/ap-push +++ b/ap-push @@ -70,7 +70,7 @@ xen-*-testing) ;; xen-unstable-coverity) cd $repos/xen - git push $TREE_XEN $revision:refs/heads/coverity-tested/master + git push $TREE_XEN $revision:refs/heads/coverity-tested/smoked ;; qemu-mainline) cd $repos/qemu-mainline