From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#33378: offload: Avoid hosts with little or no free disk space Date: Fri, 21 Dec 2018 23:51:35 +0100 Message-ID: <87r2ealci0.fsf@gnu.org> References: <87ftw3hio6.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58152) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gaTeI-0002Pz-F5 for bug-guix@gnu.org; Fri, 21 Dec 2018 17:52:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gaTeE-0005X5-H1 for bug-guix@gnu.org; Fri, 21 Dec 2018 17:52:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:54700) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gaTeE-0005Wx-Ds for bug-guix@gnu.org; Fri, 21 Dec 2018 17:52:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gaTeE-0004oz-BD for bug-guix@gnu.org; Fri, 21 Dec 2018 17:52:02 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87ftw3hio6.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Wed, 14 Nov 2018 14:50:49 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 33378-done@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > =E2=80=98choose-build-machine=E2=80=99 in (guix scripts offload) could/sh= ould exclude > build machines that don=E2=80=99t have at least, say, 100=C2=A0MiB availa= ble in their > store. That would avoid ENOSPC build failures such as > . Done in commit 63b0c3eaccdf1816b419632cd7fe721934d2eb27. Ludo'.