From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [OSSTEST PATCH 15/26] cr*: Support xen-unstable-smoke Date: Mon, 21 Sep 2015 10:17:32 +0100 Message-ID: <1442827052.10338.16.camel@citrix.com> References: <1442598616-2884-1-git-send-email-ian.jackson@eu.citrix.com> <1442598616-2884-2-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 1ZdxE8-0003bC-Ml for xen-devel@lists.xenproject.org; Mon, 21 Sep 2015 09:17:36 +0000 In-Reply-To: <1442598616-2884-2-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 Fri, 2015-09-18 at 18:50 +0100, Ian Jackson wrote: > Add this branch to select_xenbranch. This works like xen-unstable in > most respects. > > There are only two places in osstest where xenbranch `xen-unstable' is > treated specially and only one of them needs adjusting to match > xen-unstable-smoke too. The included one is the one which adds the qemu revisions? And the other one is, I think, the thing which sets REVISION_LINUX_OLD=disable which we want (or maybe don't care about) for the smoked tests. So good. > The new branch `xen-unstable-smoke' has a `prev' branch of > `xen-unstable' according to cri-getprevxenbranch, which is technically > wrong, but this is not important because xen-unstable-smoke has no > prev tests. > > We are going to sort out the push gate ref plumbing in xen.git in the > next osstest patch. > > Also, use a branch-settings file to set the new branch's resource > priority to -20 to make it run ahead of anything else automatic. > > Signed-off-by: Ian Jackson Acked-by: Ian Campbell