From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42319) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gRwVm-0006wW-Jv for guix-patches@gnu.org; Wed, 28 Nov 2018 04:52:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gRwVl-0001yN-W4 for guix-patches@gnu.org; Wed, 28 Nov 2018 04:52:02 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:48623) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gRwVl-0001yH-RL for guix-patches@gnu.org; Wed, 28 Nov 2018 04:52:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gRwVl-0005HJ-Pj for guix-patches@gnu.org; Wed, 28 Nov 2018 04:52:01 -0500 Subject: [bug#33515] [PATCH 0/5] Cuirass/Hydra: evaluate jobs in an inferior Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20181126163757.17399-1-ludo@gnu.org> Date: Wed, 28 Nov 2018 10:51:41 +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: <877egx7cnm.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 Ludovic Court=C3=A8s skribis: > 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 applied these bits for now: fe5db4eb03 channels: Add 'checkout->channel-instance'. 94c0e61fe7 inferior: Add 'inferior-eval-with-store'. Ludo=E2=80=99.