From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: [OSSTEST PATCH 05/13] make-flight: rumpuserxen tests: use same buildjob for all guests Date: Tue, 15 Jul 2014 16:22:19 +0100 Message-ID: <1405437747-12753-6-git-send-email-ian.jackson@eu.citrix.com> References: <1405437747-12753-1-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1X74Yx-0005ir-HQ for xen-devel@lists.xenproject.org; Tue, 15 Jul 2014 15:22:39 +0000 In-Reply-To: <1405437747-12753-1-git-send-email-ian.jackson@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xenproject.org Cc: Ian Jackson , Ian Campbell List-Id: xen-devel@lists.xenproject.org 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 BUILDJOB GUESTS_ --- make-flight | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-flight b/make-flight index fbda440..8aa5396 100755 --- a/make-flight +++ b/make-flight @@ -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 } -- 1.7.10.4