[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [OSSTEST PATCH] armhf, xsm: Drop XSM tests on 32-bit ARM



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>
Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>
---
 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
 }
 
-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.