]> xenbits.xensource.com Git - people/iwj/osstest.git/commitdiff
make-flight: Don't bother testing linux-3.10 on ARM.
authorIan Campbell <ian.campbell@citrix.com>
Mon, 5 Oct 2015 15:57:37 +0000 (16:57 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Sun, 11 Oct 2015 08:29:05 +0000 (09:29 +0100)
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.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
make-flight

index 0291b5febe1145ee1ee431b3b3eb463c665b6291..28820f5c9368d04b17e4cb7d7cc07a1388212bf5 100755 (executable)
@@ -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;;