From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58972) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gcZS2-0001Im-P6 for guix-patches@gnu.org; Thu, 27 Dec 2018 12:28:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gcZRz-0000Rf-J1 for guix-patches@gnu.org; Thu, 27 Dec 2018 12:28:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:51974) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gcZRy-0000Qw-Jo for guix-patches@gnu.org; Thu, 27 Dec 2018 12:28:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gcZRy-0006Ap-5q for guix-patches@gnu.org; Thu, 27 Dec 2018 12:28:02 -0500 Subject: [bug#33515] [PATCH 0/5] Cuirass/Hydra: evaluate jobs in an inferior Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20181126163757.17399-1-ludo@gnu.org> Date: Thu, 27 Dec 2018 18:27:03 +0100 In-Reply-To: <20181126163757.17399-1-ludo@gnu.org> ("Ludovic \=\?utf-8\?Q\?Cou\?\= \=\?utf-8\?Q\?rt\=C3\=A8s\=22's\?\= message of "Mon, 26 Nov 2018 17:37:57 +0100") Message-ID: <87bm56aniw.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: 33515@debbugs.gnu.org Cc: Mark H Weaver Hello! Ludovic Court=C3=A8s skribis: > This patch set changes the way we compute continuous integration jobs: > instead of letting Guile auto-compile all of Guix from its checkout, > we first build Guix in the same way as =E2=80=98guix pull=E2=80=99, open = an inferior > to that Guix, and run the job evaluation code in that inferior. > > I think it=E2=80=99s cleaner and it should be faster and less resource-hu= ngry > than the current approach. > > The build-aux/hydra/gnu-system.scm file will now rely on the > (guix channels) and (guix inferior) with the new =E2=80=98checkout->chann= el-instance=E2=80=99 > and =E2=80=98inferior-eval-with-store=E2=80=99 procedures, which means th= at Cuirass > (and Hydra) will need to be using a recent Guix to be able to perform > the evaluation. Apart from that =E2=80=98gnu-system.scm=E2=80=99 is rath= er decoupled > from the Guix APIs. I=E2=80=99ve pushed the patches to the =E2=80=98wip-ci-inferior=E2=80=99 br= anch and created these two jobsets: https://berlin.guixsd.org/jobset/wip-ci-inferior https://hydra.gnu.org/jobset/gnu/wip-ci-inferior Evaluation with Cuirass on berlin went fine. I suspect evaluation on hydra will fail though, because it=E2=80=99s probab= ly running an older Guix version; we=E2=80=99ll have to upgrade there. Mark, = would you like to take a look? Ludo=E2=80=99.