From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [OSSTEST PATCH 20/27] make-flight: Allow separate specification of pre-built Xen vs others Date: Wed, 16 Sep 2015 15:25:23 +0100 Message-ID: <1442413523.18856.93.camel@citrix.com> References: <1442410530-9665-1-git-send-email-ian.jackson@eu.citrix.com> <1442410530-9665-21-git-send-email-ian.jackson@eu.citrix.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 1ZcDep-0006Xz-H4 for xen-devel@lists.xenproject.org; Wed, 16 Sep 2015 14:25:59 +0000 In-Reply-To: <1442410530-9665-21-git-send-email-ian.jackson@eu.citrix.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 , xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On Wed, 2015-09-16 at 14:35 +0100, Ian Jackson wrote: > Make it possible to separately specify > - reuse previous flight's builds of xen.git > - reuse previous flight's builds of all other stuff > > Specifically: > > * Match the 4th argument to make-flight with case rather than if. If > it contains a slash, the first part is for Xen and the second part > for everything else. > > * Split the variable `bfi' into `bfi' and `xenbfi' > > * Introduce job_create_build_filter_callback, whose initial contents > check the recipe (to see what we're building) and then the relevant > bfi variable. (NB that this is wrong for historical kernel builds > using the xen.git build system, which have recipe=build, but we do > not care about that.) > > No functional change for existing call patterns. > > Signed-off-by: Ian Jackson Acked-by: Ian Campbell