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 DB5F7385084C for ; Mon, 13 Jun 2022 21:58:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org DB5F7385084C 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 reform (deer0x09.wildebeest.org [172.31.17.139]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 5E68E304C26C; Mon, 13 Jun 2022 23:58:48 +0200 (CEST) Received: by reform (Postfix, from userid 1000) id 7FBB42E83DEA; Mon, 13 Jun 2022 23:58:47 +0200 (CEST) From: Mark Wielaard To: buildbot@sourceware.org Cc: Mark Wielaard Subject: [COMMITTED] Remove debian-amd64 and fedora-x86_64 workers Date: Mon, 13 Jun 2022 23:58:43 +0200 Message-Id: <20220613215843.707338-1-mark@klomp.org> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-11.5 required=5.0 tests=BAYES_00, GIT_PATCH_0, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: buildbot@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "The https://builder.sourceware.org/ buildbot" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jun 2022 21:58:52 -0000 All builders using these workers have been moved to the bb container workers. --- builder/master.cfg | 14 +------------- htdocs/index.html | 5 ++--- 2 files changed, 3 insertions(+), 16 deletions(-) diff --git a/builder/master.cfg b/builder/master.cfg index b606604..d1e169b 100644 --- a/builder/master.cfg +++ b/builder/master.cfg @@ -56,25 +56,13 @@ sourceware_worker = worker.Worker("sourceware", notify_on_missing="buildbot@sourceware.org") c['workers'].append(sourceware_worker) -# 4 libvirt workers on shared Intel Core i7-7700 machine -debian_amd64_worker = worker.Worker("debian-amd64", - getpw("debian-amd64"), - max_builds=1, - properties={'ncpus': 4}, - notify_on_missing='mark@klomp.org') -c['workers'].append(debian_amd64_worker) +# 2 libvirt workers on shared Intel Core i7-7700 machine centos_x86_64_worker = worker.Worker("centos-x86_64", getpw("centos-x86_64"), max_builds=1, properties={'ncpus': 4}, notify_on_missing='mark@klomp.org'); c['workers'].append(centos_x86_64_worker) -fedora_x86_64_worker = worker.Worker("fedora-x86_64", - getpw("fedora-x86_64"), - max_builds=1, - properties={'ncpus': 4}, - notify_on_missing='mark@klomp.org'); -c['workers'].append(fedora_x86_64_worker) debian_i386_worker = worker.Worker("debian-i386", getpw("debian-i386"), max_builds=1, diff --git a/htdocs/index.html b/htdocs/index.html index 99689a1..8837cd1 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -271,9 +271,8 @@
  • Marist University for the fedora-s390x worker ran by Dan HorĂ¡k
  • Thomas Fitzsimmons for the debian-ppc64 worker
  • -
  • Mark Wielaard for the centos-x86_64, debian-amd64, - debian-i386, fedora-x86_64, debian-arm64 and debian-armhf - workers
  • +
  • Mark Wielaard for the centos-x86_64, debian-i386, + debian-arm64 and debian-armhf workers
  • Frank Eigler for the fedrawhide-x86_64 worker
  • -- 2.30.2