From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id wJY1ADCBeV9WJQAA0tVLHw (envelope-from ) for ; Sun, 04 Oct 2020 08:00:48 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id +OK1Ny+BeV/LbQAAbx9fmQ (envelope-from ) for ; Sun, 04 Oct 2020 08:00:47 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id B71BD94050F for ; Sun, 4 Oct 2020 08:00:47 +0000 (UTC) Received: from localhost ([::1]:46870 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kOywo-0007ox-Mn for larch@yhetil.org; Sun, 04 Oct 2020 04:00:46 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53830) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kOywc-0007ms-8e for guix-devel@gnu.org; Sun, 04 Oct 2020 04:00:35 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:33810) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kOywa-0001MB-3D; Sun, 04 Oct 2020 04:00:33 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id D83ED201; Sun, 4 Oct 2020 10:00:27 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id A7b0EbXNQ1dd; Sun, 4 Oct 2020 10:00:27 +0200 (CEST) Received: from jurong (unknown [IPv6:2001:910:103f::3f1]) by hera.aquilenet.fr (Postfix) with ESMTPSA id DE357D9; Sun, 4 Oct 2020 10:00:26 +0200 (CEST) Date: Sun, 4 Oct 2020 10:00:25 +0200 From: Andreas Enge To: Ludovic =?iso-8859-15?Q?Court=E8s?= Subject: Re: 03/03: hydra: Update the file with the machines in the bayfront build farm. Message-ID: <20201004080025.GA1496@jurong> References: <20200919163302.7428.36764@vcs0.savannah.gnu.org> <20200919163305.B1886208D9@vcs0.savannah.gnu.org> <87r1qwoa5q.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87r1qwoa5q.fsf@gnu.org> Received-SPF: neutral client-ip=185.233.100.1; envelope-from=andreas@enge.fr; helo=hera.aquilenet.fr X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/04 04:00:28 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Spam_score_int: -10 X-Spam_score: -1.1 X-Spam_bar: - X-Spam_report: (-1.1 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_NEUTRAL=0.779 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: guix-devel@gnu.org Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Spam-Score: -0.51 X-TUID: uu1xtMxaiV0r Hello! On Sun, Sep 20, 2020 at 03:22:25PM +0200, Ludovic Courtès wrote: > ‘speed’ should be used with care: in general, you always want it to be > the same (not to be confused with ‘parallel-builds’). In the case > above, the risk is that milano will always be chosen. See https://issues.guix.gnu.org/43773 . Once this is fixed, I agree. Andreas