From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:50571) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hCQv5-0000Da-2L for guix-patches@gnu.org; Fri, 05 Apr 2019 11:38:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hCQux-0007xA-8G for guix-patches@gnu.org; Fri, 05 Apr 2019 11:38:14 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60893) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hCQuo-0007oC-Bo for guix-patches@gnu.org; Fri, 05 Apr 2019 11:38:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hCQuo-0002aQ-3z for guix-patches@gnu.org; Fri, 05 Apr 2019 11:38:02 -0400 Subject: [bug#35126] [PATCH] gnu: rust: Enable parallel tests starting with 1.26. Resent-Message-ID: Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) From: Ivan Petkov In-Reply-To: <20190405161107.18d254ce@scratchpost.org> Date: Fri, 5 Apr 2019 08:36:44 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <0957487E-757F-438D-995E-3118F9AB6C92@gmail.com> References: <20190403170044.21420-1-dannym@scratchpost.org> <20190404202929.7b932d3b@scratchpost.org> <20190405161107.18d254ce@scratchpost.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Danny Milosavljevic Cc: 35126@debbugs.gnu.org Hi Danny, > On Apr 5, 2019, at 7:11 AM, Danny Milosavljevic = wrote: >=20 > Should we limit the number of parallel jobs? I think at least armhf = is going > to be very overloaded otherwise. To which value? Do the armhf builders define that they have fewer cores available? If not, we could cap the max jobs to 2, although it would be nice to = potentially use as many cores as are available for non-armhf builds. =E2=80=94Ivan=