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 6981E394295D for ; Wed, 8 Jun 2022 21:09:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6981E394295D 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 3DA213000B37; Wed, 8 Jun 2022 23:09:04 +0200 (CEST) Received: by reform (Postfix, from userid 1000) id 13AF32E83DB8; Wed, 8 Jun 2022 23:08:48 +0200 (CEST) From: Mark Wielaard To: buildbot@sourceware.org Cc: Mark Wielaard Subject: [COMMITTED] Move binutils_debian_amd64_builder to debian-stable container Date: Wed, 8 Jun 2022 23:08:46 +0200 Message-Id: <20220608210846.677388-1-mark@klomp.org> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 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: Wed, 08 Jun 2022 21:09:09 -0000 The debian-amd64 worker is slower and old-stable. --- builder/master.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/builder/master.cfg b/builder/master.cfg index 6d52e02..90d9373 100644 --- a/builder/master.cfg +++ b/builder/master.cfg @@ -1350,7 +1350,9 @@ binutils_factory_target_all.addSteps(binutils_steps_bunsen) binutils_debian_amd64_builder = util.BuilderConfig( name="binutils-debian-amd64", - workernames=["debian-amd64"], + properties={'container-file': + readContainerFile('debian-stable')}, + workernames=vm_workers, tags=["binutils", "debian", "x86_64"], factory=binutils_factory_target_all) c['builders'].append(binutils_debian_amd64_builder) -- 2.30.2