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

[Xen-devel] [PATCH 10/10] make-flight: make an armhf flight



---
 make-flight |   22 ++++++++++++++++++++--
 1 file changed, 20 insertions(+), 2 deletions(-)

diff --git a/make-flight b/make-flight
index d29016d..f180ac2 100755
--- a/make-flight
+++ b/make-flight
@@ -189,11 +189,21 @@ job_create_test () {
                $RUNVARS $TEST_RUNVARS $most_runvars "$@"
 }
 
-for xenarch in ${TEST_ARCHES- i386 amd64 } ; do
+for xenarch in ${TEST_ARCHES- i386 amd64 armhf } ; do
 
   if [ "x$xenarch" = xdisable ]; then continue; fi
 
   case "$xenarch" in
+  armhf)
+       # Arm from 4.3 onwards only
+       case "$xenbranch" in
+       xen-3.*-testing) continue;;
+       xen-4.0-testing) continue;;
+       xen-4.1-testing) continue;;
+       xen-4.2-testing) continue;;
+       *) ;;
+       esac
+       ;;
   i386)
        # 32-bit Xen is dropped from 4.3 onwards
        case "$xenbranch" in
@@ -203,6 +213,7 @@ for xenarch in ${TEST_ARCHES- i386 amd64 } ; do
        xen-4.2-testing) ;;
        *) continue ;;
        esac
+       ;;
   esac
 
   for kern in ''; do
@@ -220,7 +231,7 @@ for xenarch in ${TEST_ARCHES- i386 amd64 } ; do
     *)         echo >&2 "kernkind ?  $kern"; exit 1 ;;
     esac
 
-    for dom0arch in i386 amd64; do
+    for dom0arch in i386 amd64 armhf; do
 
       eval "
          arch_runvars=\"\$ARCH_RUNVARS_$dom0arch\"
@@ -240,6 +251,13 @@ for xenarch in ${TEST_ARCHES- i386 amd64 } ; do
                kernkind=$kernkind                              \
                $arch_runvars
                "
+      if [ $dom0arch = armhf ]; then
+         job_create_test test-$xenarch$kern-$dom0arch-xl test-debian xl \
+               debian_kernkind=$kernkind                                 \
+               debian_arch=$dom0arch                                     \
+               all_hostflags=$most_hostflags
+         continue
+      fi
 
       job_create_test test-$xenarch$kern-$dom0arch-pv test-debian xend \
                debian_kernkind=$kernkind                                 \
-- 
1.7.10.4


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


 


Rackspace

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