The smoke tests are for testing xen-unstable.  We want to avoid
building anything else.  So arrange to reuse previous builds by
calling mg-adjust-flight-makexrefs.

Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com>
---
v2: New patch
---
 cr-daily-branch |   10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/cr-daily-branch b/cr-daily-branch
index 9500bdc..6a5124a 100755
--- a/cr-daily-branch
+++ b/cr-daily-branch
@@ -276,7 +276,17 @@ if [ "x$NEW_REVISION" = "x$OLD_REVISION" ]; then
 fi
 
 $DAILY_BRANCH_PREMAKE_HOOK
+
 flight=`$makeflight $branch $xenbranch $OSSTEST_BLESSING "$@"`
+
+case $branch in
+xen-unstable-smoke)
+       ./mg-adjust-flight-makexrefs -v $flight \
+               '!build-amd64 !build-armhf build-*' \
+               --debug --branch=xen-unstable --blessings=real
+       ;;
+esac
+
 $DAILY_BRANCH_POSTMAKE_HOOK
 
 heading=tmp/$flight.heading-info
-- 
1.7.10.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to