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 915C93858D3C; Tue, 19 Jul 2022 21:29:29 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 915C93858D3C 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 (213-10-231-91.fixed.kpn.net [213.10.231.91]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 64BEE300047C; Tue, 19 Jul 2022 23:29:27 +0200 (CEST) Received: by reform (Postfix, from userid 1000) id 865DC2E8041E; Tue, 19 Jul 2022 23:29:26 +0200 (CEST) Date: Tue, 19 Jul 2022 23:29:26 +0200 From: Mark Wielaard To: Christophe Lyon Cc: buildbot@sourceware.org, binutils@sourceware.org Subject: Re: Arm binutils buildbot workers Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-5.0 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no 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: Tue, 19 Jul 2022 21:29:31 -0000 Hi Christophe, On Mon, Jul 18, 2022 at 06:39:42PM +0200, Christophe Lyon wrote: > I've just tried to use the configure/make options I found in master.cfg for > binutils_factory_target_all: > configure --enable-gold --enable-shared --enable-targets=all > make all-gas all-ld all-binutils all-gold > make check-gas check-ld check-binutils > > which completes on both 32 and 64 bit systems (aarch64 and armhf). > There are some FAILs in the results, though, but no problem with sim. I > think it is a problem with gdb only? OK great. I guess it is not a problem for just building binutils/gas/ld because that doesn't drag in sim. But when building gdb it might also build sim? > > Could it be both? The idea behind to user try branches is that you can > > run the buildbot builders as if doing a "real" build. There are not > > many people using the try branches at the moment, so it isn't really > > that much more work (also the configuration is simply adding an > > identifical builder to the try-scheduler). > > > Sure. IIUC, it's just a matter of an additional *_try_*_builder entry in > master.cfg, and they can share the same worker? Yes. The try-builder get triggered by a different schedule (one that listens to the git users/hacker/try- branches). But uses the same buildfactory and the same worker as the normal builder. The worker can also be the same as the workers now used for gdb. So you don't need to create new containers unless you want to. Cheers, Mark