There's no support yet in osstest to install FreeBSD from UEFI, so for
the time being limit the FreeBSD jobs to boxes booting with legacy
BIOS.

Signed-off-by: Roger Pau Monné <roger....@citrix.com>
---
Note that this patch depends on Ian Jackson's resource allocation
series.
---
 make-freebsd-flight | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/make-freebsd-flight b/make-freebsd-flight
index 64dfe9a6..8122c2eb 100755
--- a/make-freebsd-flight
+++ b/make-freebsd-flight
@@ -75,7 +75,7 @@ for arch in "$arches"; do
                 $arch_runvars                                   \
                 tree_freebsd=$TREE_FREEBSD                      \
                 revision_freebsd=$REVISION_FREEBSD              \
-                host_hostflags=arch-$arch,purpose-build         \
+                
host_hostflags=arch-$arch,purpose-build,PropEq:Firmware:bios:bios \
                 all_host_os=freebsd                             \
                 $freebsd_runvars
 
@@ -87,7 +87,7 @@ for arch in "$arches"; do
                 $arch_runvars                                   \
                 tree_freebsd=$TREE_FREEBSD                      \
                 revision_freebsd=$REVISION_FREEBSD              \
-                host_hostflags=arch-$arch,purpose-build         \
+                
host_hostflags=arch-$arch,purpose-build,PropEq:Firmware:bios:bios \
                 all_host_os=freebsd                             \
                 freebsdbuildjob=build-$arch-freebsd
 done
-- 
2.17.1


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to