|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH OSSTEST v1] make-flight: Only test ovmf guests on ovmf flight
Specifically drop all of the following test jobs from the ovmf flight:
-test-amd64-amd64-xl-qemuu-debianhvm-amd64
-test-amd64-amd64-xl-qemuu-debianhvm-amd64-xsm
-test-amd64-amd64-xl-qemuu-win7-amd64
-test-amd64-amd64-xl-qemuu-winxpsp3
-test-amd64-i386-qemuu-rhel6hvm-amd
-test-amd64-i386-qemuu-rhel6hvm-intel
-test-amd64-i386-xl-qemuu-debianhvm-amd64
-test-amd64-i386-xl-qemuu-debianhvm-amd64-xsm
-test-amd64-i386-xl-qemuu-win7-amd64
-test-amd64-i386-xl-qemuu-winxpsp3
-test-amd64-i386-xl-qemuu-winxpsp3-vcpus1
Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
---
make-flight | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/make-flight b/make-flight
index c763ce9..3b31939 100755
--- a/make-flight
+++ b/make-flight
@@ -92,6 +92,10 @@ job_create_test_filter_callback () {
*-qemuu-*) ;;
*) return 1;;
esac
+ case " $* " in
+ *" bios=ovmf "*) ;;
+ *) return 1;;
+ esac
;;
*)
case "$job" in
--
2.1.4
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |