The earliest version which boots on the hardware in the colo is v3.16+
from the current linux-arm-xen branch.

However in the h/w in the Cambridge instance works ok with linux-3.14
and linux-3.16.

We already skip linux branches 3.4 and earlier, so just add 3.10 too.

Signed-off-by: Ian Campbell <ian.campb...@citrix.com>
---
 make-flight | 1 +
 1 file changed, 1 insertion(+)

diff --git a/make-flight b/make-flight
index 0291b5f..28820f5 100755
--- a/make-flight
+++ b/make-flight
@@ -149,6 +149,7 @@ test_matrix_branch_filter_callback () {
         case "$branch" in
         linux-3.0) return 1;;
         linux-3.4) return 1;;
+        linux-3.10) return 1;;
         linux-mingo-tip-master) return 1;;
         linux-*) ;;
         qemu-upstream-4.2-testing) return 1;;
-- 
2.5.3


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to