[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [OSSTEST PATCH] armhf, xsm: Drop XSM tests on 32-bit ARM
On 06/07/18 12:07, Ian Jackson wrote: We are at the limit of ARM capacity, which has not kept pace with X86 expansion. New hardware is on the way but it is not here yet. Dropping the XSM tests drops one test, but also one build, which saves considerable effort. Builds are currently the bottleneck, because we avoid building on the unreliable Arndale boards. CC: Julien Grall <julien.grall@xxxxxxxxxx> I don't watch this e-mail a lot anymore. Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> FWIW: Acked-by: Julien Grall <julien.grall@xxxxxxx> Cheers, --- mfi-common | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mfi-common b/mfi-common index a73b138..01ab5d1 100644 --- a/mfi-common +++ b/mfi-common @@ -64,7 +64,12 @@ xsm_variants () { xen-4.3-testing) echo "false";; xen-4.4-testing) echo "false";; xen-4.5-testing) echo "false";; - *) echo "false true"; + *) + case "$arch" in + armhf) echo 'false' ;; + *) + echo "false true";; + esac esac } -- Julien Grall _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |