]> xenbits.xensource.com Git - osstest.git/commitdiff
make-flight: Do not filter the qemu-upstream-* jobs
authorIan Jackson <ian.jackson@eu.citrix.com>
Mon, 9 Jun 2014 14:20:05 +0000 (15:20 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 9 Jun 2014 14:25:40 +0000 (15:25 +0100)
When "qemu-xen-traditional" was the default, this filtering was
correct.  But now, "qemu-xen" is the default, and that version may
also be used in other tests for ancillary functions (eg, in dom0 for
the bootloader).

So simply do all of the jobs when testing qemu-upstream-*.

Retain the old behaviour for qemu-xen-4.2-testing, which has
qemu-xen-traditional as the default.  (There is no
qemu-xen-4.1-testing, and 4.3 has the change to the default.)

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
make-flight

index e19de576d8455c78c0796b85cc822a131dd62694..a01e5eecb3001dfc13226053858e6ec8f4a8823b 100755 (executable)
@@ -55,7 +55,7 @@ job_create_test_filter_callback () {
   local dom0arch=$1; shift
 
   case "$branch" in
-    qemu-upstream-*)
+    qemu-upstream-4.2-testing)
       case " $* " in
         *" device_model_version=qemu-xen "*)
           ;;