From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joshua Branson Subject: bug#32575: [Cuirass] Filter results by architecture Date: Wed, 29 Aug 2018 16:49:13 -0400 Message-ID: <877ek8dhkm.fsf@fastmail.com> References: <87a7p5b7x3.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37955) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fv7H1-0006ex-RJ for bug-guix@gnu.org; Wed, 29 Aug 2018 16:41:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fv7Gw-0001ek-T6 for bug-guix@gnu.org; Wed, 29 Aug 2018 16:41:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:60685) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fv7Gw-0001e8-J8 for bug-guix@gnu.org; Wed, 29 Aug 2018 16:41:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fv7Gw-0002Y3-D5 for bug-guix@gnu.org; Wed, 29 Aug 2018 16:41:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([208.118.235.92]:35966) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fv7GH-0005ya-4Q for bug-guix@gnu.org; Wed, 29 Aug 2018 16:40:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fv7Di-0006xx-PT for bug-guix@gnu.org; Wed, 29 Aug 2018 16:37:45 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:49287) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fv7Di-0006wy-DN for bug-guix@gnu.org; Wed, 29 Aug 2018 16:37:42 -0400 Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id EAF2A2082E for ; Wed, 29 Aug 2018 16:37:39 -0400 (EDT) Received: from dobby (unknown [72.12.220.132]) by mail.messagingengine.com (Postfix) with ESMTPA id 7A8D210288 for ; Wed, 29 Aug 2018 16:37:39 -0400 (EDT) In-Reply-To: <87a7p5b7x3.fsf@elephly.net> (Ricardo Wurmus's message of "Wed, 29 Aug 2018 15:54:47 +0200") 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: 32575@debbugs.gnu.org Ricardo Wurmus writes: > The Cuirass web interface shows the number of successful, failed, and > pending builds for each evaluation. Looking at just these numbers it is > impossible to tell, how each of the supported architectures is affected. > > It would be good if we could separate the view by architecture. Then we > could more easily determine that a change broke many builds for one > architecture while fixing builds on another. > > One way to do this would be to accept an optional query variable, e.g. > > http://ci.guix.info/jobset/guix-master?system=x86_64-linux That is an option. Another one is using a REST API. It seems to have all the hype these days. So the URL would turn into: http://ci.guix.info/jobset/guix-master/system/x86_64-linux Though I freely admit, I don't completely understand the benefits of REST. > > This could be selected from a drop-down on the page or exposed through a > number of links. > > -- > Ricardo