[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH RFC v1 09/12] mfi-common: use XSM build if job name contains -xsm suffix
Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- mfi-common | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mfi-common b/mfi-common index cf7da4b..f016b9a 100644 --- a/mfi-common +++ b/mfi-common @@ -282,6 +282,14 @@ job_create_test () { buildjob="${bfi}build-$dom0arch" tsbuildjob= + # Use xsm build job if job contains -xsm suffix + case "$job" in + *-xsm) xenbuildjob="$xenbuildjob-xsm" + buildjob="$buildjob-xsm" + ;; + *) ;; + esac + case "$xenbranch:$toolstack" in xen-3.*-testing:*) ;; xen-4.0-testing:*) ;; -- 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 |