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.gr...@linaro.org>
Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com>
---
 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@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to