From 020ce25d0b5175171583eb2ba583e75d8e28098c Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Tue, 12 Apr 2016 00:08:57 +0100 Subject: [PATCH] mfi-common: expose stubdombuildjob runvar to test jobs Signed-off-by: Wei Liu --- mfi-common | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mfi-common b/mfi-common index f86a405..f937484 100644 --- a/mfi-common +++ b/mfi-common @@ -370,9 +370,14 @@ job_create_test () { ;; esac + stubdombuildjob= + if xenbranch_wants_split_stubdom ; then + stubdombuildjob="stubdombuildjob=${bfi}build-$dom0arch-stubdom" + fi + ./cs-job-create $flight $job $recipe toolstack=$toolstack \ $RUNVARS $TEST_RUNVARS $global_runvars $most_runvars \ - xenbuildjob=$xenbuildjob buildjob=$buildjob $tsbuildjob "$@" + xenbuildjob=$xenbuildjob buildjob=$buildjob $tsbuildjob $stubdombuildjob "$@" } usual_debianhvm_image () { -- 2.39.5