From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id CB4873858C52 for ; Fri, 3 Feb 2023 22:34:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org CB4873858C52 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: from csb.redhat.com (unknown [109.236.136.226]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 7722630067D0; Fri, 3 Feb 2023 23:34:42 +0100 (CET) Received: by csb.redhat.com (Postfix, from userid 10916) id C600ECF46F; Fri, 3 Feb 2023 23:34:41 +0100 (CET) From: Mark Wielaard To: buildbot@sourceware.org Cc: Sam James , Mark Wielaard Subject: [PATCH] Change gdb-gentoo-sparc gdb tag to gdb-build tag Date: Fri, 3 Feb 2023 23:34:33 +0100 Message-Id: <20230203223433.73596-1-mark@klomp.org> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-3038.3 required=5.0 tests=BAYES_00,GIT_PATCH_0,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: The gdb-gentoo-sparc builder seems to fail and then email to everyone is sent by the problem report for the whole gdb tagged builder set. It isn't clear why this is, since mode is problem which means to sent a report when there is a change from success to failure. Since there never was a success for the sparc builder it shouldn't trigger. But to make sure change the tag to gdb-build so it isn't included in any problem report generator. --- builder/master.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/master.cfg b/builder/master.cfg index 127ba79..d49f51b 100644 --- a/builder/master.cfg +++ b/builder/master.cfg @@ -2762,7 +2762,7 @@ c['builders'].append(gdb_try_fedora_arm64_builder) gdb_gentoo_sparc_builder = util.BuilderConfig( name="gdb-gentoo-sparc", workernames=sparc_workers, - tags=["gdb", "gentoo", "sparc"], + tags=["gdb-build", "gentoo", "sparc"], factory=gdb_factory) c['builders'].append(gdb_gentoo_sparc_builder) -- 2.31.1