From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59963) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eb3qm-0000Ip-5u for qemu-devel@nongnu.org; Mon, 15 Jan 2018 07:26:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eb3qi-0007gC-6z for qemu-devel@nongnu.org; Mon, 15 Jan 2018 07:26:52 -0500 Received: from mx1.redhat.com ([209.132.183.28]:44014) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eb3qi-0007fr-1M for qemu-devel@nongnu.org; Mon, 15 Jan 2018 07:26:48 -0500 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 2F343552C7 for ; Mon, 15 Jan 2018 12:26:47 +0000 (UTC) Date: Mon, 15 Jan 2018 13:26:36 +0100 From: Cornelia Huck Message-ID: <20180115132636.33905fde.cohuck@redhat.com> In-Reply-To: <20180115114841.GH8218@redhat.com> References: <20180115114841.GH8218@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] RFE for patchew docker result reporting List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: qemu-devel@nongnu.org, famz@redhat.com On Mon, 15 Jan 2018 11:48:41 +0000 "Daniel P. Berrange" wrote: > Currently if I look at the patchew website for build logs, the 'docker' > job results are listed as a single expandable item. > > Patchew runs 3 separate docker builds, however, and there's a tonne of > output to scroll through to find which one actually failed. > > Thus, my RFE is to split the build log up so that instead of a single > "docker" result, it shows "docker quick", "docker biuld" and > "docker mingw" as separate build logs / results. This would make it > easier to see at a glance which scenario failed. +1. Splitting the output into smaller units makes sense to me.