From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#32575: [Cuirass] Filter results by architecture Date: Wed, 29 Aug 2018 15:54:47 +0200 Message-ID: <87a7p5b7x3.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54529) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fv0x3-0006Jb-Pw for bug-guix@gnu.org; Wed, 29 Aug 2018 09:56:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fv0x0-00077C-KG for bug-guix@gnu.org; Wed, 29 Aug 2018 09:56:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:60441) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fv0x0-00076l-F2 for bug-guix@gnu.org; Wed, 29 Aug 2018 09:56:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fv0x0-0003gk-Ci for bug-guix@gnu.org; Wed, 29 Aug 2018 09:56:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54230) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fv0vz-0006AM-4h for bug-guix@gnu.org; Wed, 29 Aug 2018 09:54:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fv0vv-0006T2-Vf for bug-guix@gnu.org; Wed, 29 Aug 2018 09:54:59 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21149) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fv0vv-0006Rk-JJ for bug-guix@gnu.org; Wed, 29 Aug 2018 09:54:55 -0400 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 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 This could be selected from a drop-down on the page or exposed through a number of links. -- Ricardo