Re: [Xen-devel] [OSSTEST PATCH 4/4] Insert nested test job name and runvars into

2015-01-29 Thread Ian Campbell
On Thu, 2015-01-29 at 10:52 +, Ian Campbell wrote: > On Thu, 2015-01-29 at 10:42 +, Wei Liu wrote: > > On Thu, Jan 29, 2015 at 09:57:43AM +, Hu, Robert wrote: > > [...] > > > > > diff --git a/mfi-common b/mfi-common > > > > > index 5c4f5d5..b65f0b5 100644 > > > > > --- a/mfi-common > >

Re: [Xen-devel] [OSSTEST PATCH 4/4] Insert nested test job name and runvars into

2015-01-29 Thread Ian Campbell
On Thu, 2015-01-29 at 10:42 +, Wei Liu wrote: > On Thu, Jan 29, 2015 at 09:57:43AM +, Hu, Robert wrote: > [...] > > > > diff --git a/mfi-common b/mfi-common > > > > index 5c4f5d5..b65f0b5 100644 > > > > --- a/mfi-common > > > > +++ b/mfi-common > > > > @@ -166,6 +166,14 @@ create_build_jobs

Re: [Xen-devel] [OSSTEST PATCH 4/4] Insert nested test job name and runvars into

2015-01-29 Thread Wei Liu
On Thu, Jan 29, 2015 at 09:57:43AM +, Hu, Robert wrote: [...] > > > diff --git a/mfi-common b/mfi-common > > > index 5c4f5d5..b65f0b5 100644 > > > --- a/mfi-common > > > +++ b/mfi-common > > > @@ -166,6 +166,14 @@ create_build_jobs () { > > > revision_qemu=$REVISION_QEMU > > \

Re: [Xen-devel] [OSSTEST PATCH 4/4] Insert nested test job name and runvars into

2015-01-29 Thread Hu, Robert
> -Original Message- > From: Wei Liu [mailto:wei.l...@citrix.com] > Sent: Thursday, December 11, 2014 7:46 PM > To: Pang, LongtaoX > Cc: xen-devel@lists.xen.org; ian.jack...@eu.citrix.com; > ian.campb...@citrix.com; wei.l...@citrix.com; Hu, Robert; Zheng, Di > Subject: Re: [OSSTEST PATCH 4/

Re: [Xen-devel] [OSSTEST PATCH 4/4] Insert nested test job name and runvars into

2015-01-05 Thread Pang, LongtaoX
> -Original Message- > From: Wei Liu [mailto:wei.l...@citrix.com] > Sent: Thursday, December 11, 2014 7:46 PM > To: Pang, LongtaoX > Cc: xen-devel@lists.xen.org; ian.jack...@eu.citrix.com; > ian.campb...@citrix.com; wei.l...@citrix.com; Hu, Robert; Zheng, Di > Subject: Re: [OSSTEST PATCH

Re: [Xen-devel] [OSSTEST PATCH 4/4] Insert nested test job name and runvars into

2014-12-11 Thread Wei Liu
On Wed, Dec 10, 2014 at 04:07:40PM +0800, longtao.pang wrote: > From: "longtao.pang" > > This patch is used for inserting nested test job name and runvars into > standalone.db database after execute command './standalone-reset'. > > --- > make-flight | 19 +++ > mfi-common |

[Xen-devel] [OSSTEST PATCH 4/4] Insert nested test job name and runvars into

2014-12-10 Thread longtao.pang
From: "longtao.pang" This patch is used for inserting nested test job name and runvars into standalone.db database after execute command './standalone-reset'. --- make-flight | 19 +++ mfi-common |8 2 files changed, 27 insertions(+) diff --git a/make-flight b/m