From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v4] OSSTEST: introduce a raisin build test Date: Mon, 18 May 2015 14:46:14 +0100 Message-ID: <1431956774.4944.63.camel@citrix.com> References: <1431422408-16659-1-git-send-email-stefano.stabellini@eu.citrix.com> <1431425547.8263.127.camel@citrix.com> <1431430431.8263.143.camel@citrix.com> <1431507683.8263.212.camel@citrix.com> <1431945198.4944.30.camel@citrix.com> <5559C4D7.70200@eu.citrix.com> <1431948085.4944.48.camel@citrix.com> <5559E3B4.7010707@eu.citrix.com> <1431954864.4944.57.camel@citrix.com> <21849.59920.558279.892547@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <21849.59920.558279.892547@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: George Dunlap , "xen-devel@lists.xen.org" , Wei Liu , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On Mon, 2015-05-18 at 14:33 +0100, Ian Jackson wrote: > Ian Campbell writes ("Re: [Xen-devel] [PATCH v4] OSSTEST: introduce a raisin build test"): > > On Mon, 2015-05-18 at 14:05 +0100, George Dunlap wrote: > > > That solves the most general case; but it sounds like you care mostly > > > about the very specific case of dealing with components that depend on > > > the current output of xen.git. Starting simple may be fine. > > > > Currently we only have ts-*-build things which depend on the output of > > ts-xen-build (in fact, we only have ts-libvirt-build). > > That's not true. We have: > > job step script > > build-amd64 xen-build ts-xen-build > build-amd64-rumpuserxen rumpuserxen-build ts-rumpuserxen-build > build-amd64-rumpuserxen xen-build ts-xen-build > > where each of the lines in my table, above, uses output from the > previous line. Indeed, I even seem to have partially remembered that in the next para (partially because I had it as in the future...) Ian.