From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [OSSTEST PATCH 25/27] ap-*: Be able to fetch and push xen.git#smoked Date: Wed, 16 Sep 2015 15:32:10 +0100 Message-ID: <1442413930.18856.101.camel@citrix.com> References: <1442410530-9665-1-git-send-email-ian.jackson@eu.citrix.com> <1442410530-9665-26-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 1ZcDku-0008QD-Lf for xen-devel@lists.xenproject.org; Wed, 16 Sep 2015 14:32:16 +0000 In-Reply-To: <1442410530-9665-26-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: > The branches and push gates are now: > xen.git#staging -[xen-unstable-smoke]-> #smoked -[xen-unstable]-> > #master > > Deployment note: When this passes the osstest self-push-gate, the main > xen-unstable flight will start using smoked as an input. Therefore, > until the new cronjob is installed to run the xen-unstable-smoke > tests, an automatic process should keep xen.git#smoked up to date with > xen.git#staging. Eg, running in screen in xen@xenbits:~/git/xen.git: > while sleep 1800; do git fetch . staging:smoked; done > > Signed-off-by: Ian Jackson Acked-by: Ian Campbell