From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: =?utf-8?Q?=E2=80=98guix_weather=E2=80=99?= reports CI stats Date: Thu, 29 Mar 2018 15:48:26 +0200 Message-ID: <87r2o3uh5h.fsf@gnu.org> References: <87in9gth2u.fsf@gnu.org> <20180329010855.0c0d29d9@scratchpost.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]:41262) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f1Xuq-0008JE-Vq for guix-devel@gnu.org; Thu, 29 Mar 2018 09:48:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f1Xun-0003uz-Td for guix-devel@gnu.org; Thu, 29 Mar 2018 09:48:33 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:47452) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f1Xun-0003uM-NI for guix-devel@gnu.org; Thu, 29 Mar 2018 09:48:29 -0400 In-Reply-To: <20180329010855.0c0d29d9@scratchpost.org> (Danny Milosavljevic's message of "Thu, 29 Mar 2018 01:08:55 +0200") 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: Danny Milosavljevic Cc: Guix-devel Heya Danny, Danny Milosavljevic skribis: >> In this example we can also see that /api/queue?nr=3D10 returns >> non-sensical data in the current Cuirass snapshot (the actual queue >> contains lots of builds, and not only for aarch64!). > > Huh, well, the limit to 10 results is going to mess things up (you won't > see the majority of the entries, no?). The ordering was ignored for /api/queue. This commit fixes it AFAICS: https://git.savannah.gnu.org/cgit/guix/guix-cuirass.git/commit/?id=3D8eef= d24672d257e8bdfe7abe063da1d01d14d762 Ludo=E2=80=99.