From: Anthony PERARD Date: Mon, 24 Jul 2017 16:01:44 +0000 (+0100) Subject: openstack tests: Don't run them on arm* X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=refs%2Fheads%2Fopenstack;p=people%2Faperard%2Fosstest.git openstack tests: Don't run them on arm* Signed-off-by: Anthony PERARD Acked-by: Ian Jackson --- diff --git a/make-flight b/make-flight index cc95529c..f6151558 100755 --- a/make-flight +++ b/make-flight @@ -224,6 +224,7 @@ arch_branch_filter_callback () { rumprun) return 1;; seabios) return 1;; ovmf) return 1;; + openstack*) return 1;; esac ;; i386)