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 15:28:55 +0100 Message-ID: <1442413735.18856.97.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> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZcDhk-0007Zf-9V for xen-devel@lists.xenproject.org; Wed, 16 Sep 2015 14:29:00 +0000 In-Reply-To: <1442410530-9665-24-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: > This contains a very limited set of jobs: > build-amd64 > build-armhf > test-amd64-amd64-libvirt > test-amd64-amd64-xl-qemuu-debianhvm-i386 > test-armhf-armhf-xl > > The debianhvm job exists only in this flight, and is generated by > having branch_debianhvm_arch return i386 instead of amd64. any particular reason for this? > > We override host allocator parameters to make this flight not care > about host stickiness: it just takes whatever comes to hand. > > Deployment note: This requires images/debian-7.2.0-i386-CD-1.iso > which I have already downloaded to the Cambridge instance using jigdo. But not the main colo? > +case "$branch" in > +xen-unstable-smoke) > + global_runvars+=" hostalloc_maxbonus_variation~=0 " > + global_runvars+=" hostalloc_bonus_previousfail~=0 " Why are these synthetic?