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 8D74B3858C52 for ; Fri, 3 Feb 2023 22:47:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 8D74B3858C52 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 3C58B30067D0; Fri, 3 Feb 2023 23:47:52 +0100 (CET) Received: by csb.redhat.com (Postfix, from userid 10916) id 04240CF46F; Fri, 3 Feb 2023 23:47:51 +0100 (CET) From: Mark Wielaard To: buildbot@sourceware.org Cc: Carl Love , Will Schmidt , Mark Wielaard Subject: [COMMITTED] Remove Will from the ibm_power9,10 notify_on_missing lists Date: Fri, 3 Feb 2023 23:47:23 +0100 Message-Id: <20230203224722.74985-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.4 required=5.0 tests=BAYES_00,GIT_PATCH_0,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TVD_SUBJ_WIPE_DEBT,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: Carl will take care of these now. --- builder/master.cfg | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/builder/master.cfg b/builder/master.cfg index 3ba9664..30266bb 100644 --- a/builder/master.cfg +++ b/builder/master.cfg @@ -243,16 +243,14 @@ ibm_power9_worker = worker.Worker("ibm_power9", getpw("ibm_power9"), max_builds=2, properties={'ncpus': 4, 'maxcpus': 8}, - notify_on_missing=['will_schmidt@vnet.ibm.com', - 'cel@us.ibm.com']); + notify_on_missing=['cel@us.ibm.com']); c['workers'].append(ibm_power9_worker) ibm_power10_worker = worker.Worker("ibm_power10", getpw("ibm_power10"), max_builds=5, properties={'ncpus': 16, 'maxcpus': 32}, - notify_on_missing=['will_schmidt@vnet.ibm.com', - 'cel@us.ibm.com']); + notify_on_missing=['cel@us.ibm.com']); c['workers'].append(ibm_power10_worker) # Various arm64/armhf workers provided by the Works on Arm initiative -- 2.31.1