|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] osstest: limit FreeBSD jobs to hardware booting in BIOS mode
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.pau@xxxxxxxxxx>
---
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@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |