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 20AE7385828A for ; Sat, 18 Jun 2022 17:55:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 20AE7385828A 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 1116F302FB88; Sat, 18 Jun 2022 19:55:42 +0200 (CEST) Received: by reform (Postfix, from userid 1000) id 81A842E83DEE; Sat, 18 Jun 2022 19:55:42 +0200 (CEST) Date: Sat, 18 Jun 2022 19:55:42 +0200 From: Mark Wielaard To: buildbot@sourceware.org Cc: keiths@redhat.com, fche@redhat.com Subject: Re: [PATCH] No -j for gdb_check CI tests, FORCE_PARALLEL=1 for full binutils_gdb Message-ID: References: <20220616205311.733585-1-mark@klomp.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220616205311.733585-1-mark@klomp.org> X-Spam-Status: No, score=-5.5 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE 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: Sat, 18 Jun 2022 17:55:45 -0000 Hi, On Thu, Jun 16, 2022 at 10:53:11PM +0200, Mark Wielaard wrote: > Adding -j (util.Interpolate('-j%(prop:ncpus)s')) doesn't have effect > when RUNTESTFLAGS is set, unless FORCE_PARALLEL=1 is also set. > See gdb/testsuite/README I pushed this. Please yell and scream if this causes any problems. Cheers, Mark