From 202bd8c1913116be05d43cd005bb89158b40c7ef Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 14 Jul 2014 12:52:28 +0100 Subject: [PATCH] make-flight: rumpuserxen tests: use same buildjob for all guests 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 Acked-by: Ian Campbell --- v2: Fix stray leftover in commit message. --- 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 } -- 2.39.5