[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH osstest 00/10] Add initial support for testing arm32 on arm servers (Calxeda Midway)
On Thu, 2013-09-12 at 12:00 +0100, Ian Jackson wrote: > Ian Campbell writes ("Re: [Xen-devel] [PATCH osstest 00/10] Add initial > support for testing arm32 on arm servers (Calxeda Midway)"): > > On Wed, 2013-09-11 at 17:17 +0100, Ian Jackson wrote: > > > Looks good. I have merged it and pushed the result to the pretest > > > branch (push gate input). More news tomorrow... > > > > \!/ > > See my bounce of the test report. It passed the push gate as expected > :-) but of course the actual test failed. The test was using army, the following would fix it I think but do you need help on configuring some of the Calxeda nodes? Ian. 8<---------------------- From a1b9fc50d71c09739e4b44ef3ccba1b54a75d094 Mon Sep 17 00:00:00 2001 From: Ian Campbell <ian.campbell@xxxxxxxxxx> Date: Thu, 12 Sep 2013 12:15:49 +0100 Subject: [PATCH] ts-kernel-build: Honour the homedir property Untested but following ts-xen-build. --- ts-kernel-build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ts-kernel-build b/ts-kernel-build index c1d6b1c..5630dd7 100755 --- a/ts-kernel-build +++ b/ts-kernel-build @@ -27,7 +27,8 @@ $whhost ||= 'host'; our $ho= selecthost($whhost); my $leaf= "build.$flight.$job"; -my $builddir= "/home/osstest/$leaf"; +my $homedir = get_host_property($ho, 'homedir', '/home/osstest'); +my $builddir= "$homedir/$leaf"; my $makeflags= get_host_property($ho, 'build make flags', '-j4'); -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |