[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 1/2] make-flight: Drop unspecified-qemu tests
The default since 4.3 onwards is qemuu only, and we do not expect it to change. Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> --- make-flight | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/make-flight b/make-flight index 70c1900..cfe96dd 100755 --- a/make-flight +++ b/make-flight @@ -388,6 +388,13 @@ test_matrix_do_one () { for qemuu_suffix in '' -qemut -qemuu; do case "$qemuu_suffix" in '') + case $xenbranch in + xen-3.*-testing) ;; + xen-4.0-testing) ;; + xen-4.1-testing) ;; + xen-4.2-testing) ;; + *) continue ;; + esac qemuu_runvar='' ;; -qemut) -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |