[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 24/27] make-flight: mfi-common: Honour $global_runvars
Provide a way for the main script to set some runvars on all jobs. We expect this to be mostly set with +=. Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> --- mfi-common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mfi-common b/mfi-common index 6ffa9e6..1ef4f26 100644 --- a/mfi-common +++ b/mfi-common @@ -69,7 +69,7 @@ job_create_build () { local job=$1; shift local recipe=$1; shift - ./cs-job-create $flight $job $recipe "$@" + ./cs-job-create $flight $job $recipe $global_runvars "$@" } create_build_jobs () { @@ -344,7 +344,7 @@ job_create_test () { esac ./cs-job-create $flight $job $recipe toolstack=$toolstack \ - $RUNVARS $TEST_RUNVARS $most_runvars \ + $RUNVARS $TEST_RUNVARS $global_runvars $most_runvars \ xenbuildjob=$xenbuildjob buildjob=$buildjob $tsbuildjob "$@" } -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |