]> xenbits.xensource.com Git - osstest.git/commitdiff
make-flight: rumpuserxen tests: use same buildjob for all guests
authorIan Jackson <ian.jackson@eu.citrix.com>
Mon, 14 Jul 2014 11:52:28 +0000 (12:52 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 16 Jul 2014 10:30:10 +0000 (11:30 +0100)
Change the name of the runvar for the build job to be
guests_rumpuserxenbuildjob, which is the default (fallback) for
guest_var.

(We are going to introduce another step which uses another guest but
wants the same build job.)

No resulting change in the system's overall behaviour.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
---
v2: Fix stray leftover in commit message.

make-flight

index fbda440a92bf68c1b46ccc74becb7c2e5ec668f2..8aa5396d0fa982eec143f949905e8630d1a9b394 100755 (executable)
@@ -122,7 +122,7 @@ do_rumpkernel_tests () {
   job_create_test test-$xenarch$kern-$dom0arch-rumpuserxen-$rumparch \
                       test-rumpuserxen xl \
             $xenarch $dom0arch                                       \
-            rump_rumpuserxenbuildjob=build-$rumparch-rumpuserxen     \
+            guests_rumpuserxenbuildjob=build-$rumparch-rumpuserxen   \
             all_hostflags=$most_hostflags
 }