Make cr-daily-branch honour an environment or setting variable
EXTRA_SGR_ARGS.  In branch-settings.linux-next set it appropriately to
arrange that the linux-next test reports consider linux-linus tests as
interesting as well as just linux-next ones.

(We already use a flight from linux-linus for selecting the baseline
linux version.)

Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com>
---
 branch-settings.linux-next |    1 +
 cr-daily-branch            |    2 ++
 2 files changed, 3 insertions(+)

diff --git a/branch-settings.linux-next b/branch-settings.linux-next
index e9bf926..1c5660b 100644
--- a/branch-settings.linux-next
+++ b/branch-settings.linux-next
@@ -2,3 +2,4 @@ OSSTEST_NO_BASELINE=y
 OSSTEST_PUSH=false
 OLD_REVISION=determine-late
 GITFORCEFLAG=--fail
+EXTRA_SGR_ARGS=--branches-also=linux-linus
diff --git a/cr-daily-branch b/cr-daily-branch
index d00ecbb..17bb2c9 100755
--- a/cr-daily-branch
+++ b/cr-daily-branch
@@ -301,6 +301,8 @@ END
         ;;
 esac
 
+sgr_args+=" $EXTRA_SGR_ARGS"
+
 : $flight $branch $OSSTEST_BLESSING $sgr_args
 $DAILY_BRANCH_PREEXEC_HOOK
 execute_flight $flight $OSSTEST_BLESSING
-- 
1.7.10.4


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

Reply via email to