From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [OSSTEST PATCH 23/27] make-flight: Provide xen-unstable-smoke branch Date: Wed, 16 Sep 2015 16:10:24 +0100 Message-ID: <1442416224.18856.116.camel@citrix.com> References: <1442410530-9665-1-git-send-email-ian.jackson@eu.citrix.com> <1442410530-9665-24-git-send-email-ian.jackson@eu.citrix.com> <1442413870.18856.99.camel@citrix.com> <22009.33650.382077.73036@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZcEMP-0006VV-CS for xen-devel@lists.xenproject.org; Wed, 16 Sep 2015 15:11:01 +0000 In-Reply-To: <22009.33650.382077.73036@mariner.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson Cc: xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On Wed, 2015-09-16 at 15:57 +0100, Ian Jackson wrote: > Ian Campbell writes ("Re: [OSSTEST PATCH 23/27] make-flight: Provide xen > -unstable-smoke branch"): > > On Wed, 2015-09-16 at 14:35 +0100, Ian Jackson wrote: > > > This contains a very limited set of jobs: > > > build-amd64 > > > build-armhf > > > test-amd64-amd64-libvirt > > > > Contrary to the previous ack -- this will need build-amd64-libvirt, > > won't > > it? > > The intent was to reuse previous build jobs for everything. That's > what > make-flight: Allow separate specification of pre-built Xen vs others > was for. Right, makes sense. > But I don't in fact seem to have produced any patch which > actually does that! Indeed! You would also need to handle the case where the was no build remaining which you could use (it have might been gc'd between two smoke runs) > > Ian.