From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: 01/02: tests: Increase root partitions size to 2G. Date: Wed, 28 Nov 2018 10:49:46 +0100 Message-ID: <87d0qp7cqt.fsf@gnu.org> References: <20181128090243.10004.18372@vcs0.savannah.gnu.org> <20181128090244.04E58209C4@vcs0.savannah.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]:41214) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gRwTd-0005em-Pk for guix-devel@gnu.org; Wed, 28 Nov 2018 04:49:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gRwTc-0007wN-Ts for guix-devel@gnu.org; Wed, 28 Nov 2018 04:49:49 -0500 In-Reply-To: <20181128090244.04E58209C4@vcs0.savannah.gnu.org> (guix-commits's message of "Wed, 28 Nov 2018 04:02:43 -0500 (EST)") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org, Mathieu Othacehe Hi Mathieu, guix-commits@gnu.org skribis: > commit 839f26d94b63649a1acef4217bb41cf68c59bc92 > Author: Mathieu Othacehe > Date: Wed Nov 28 17:22:19 2018 +0900 > > tests: Increase root partitions size to 2G. >=20=20=20=20=20 > The graphical installer adds dependencies to installation image so in= crease > root partitions size to 2G. As discussed in , the =E2=80=9C1G= =E2=80=9D bit is somewhat part of the test: it ensures a bare-bones install doesn=E2=80= =99t take more than that. So I=E2=80=99d really like to keep it like this. On current master this is barely enough, so sometimes tests pass and sometimes they don=E2=80=99t because we=E2=80=99re very close to that limit= . After =E2=80=98core-updates=E2=80=99 is merged it should be fine though because w= e=E2=80=99ll have a single =E2=80=98guile=E2=80=99 package in the store. I hope that makes sense! Thanks, Ludo=E2=80=99.