All of lore.kernel.org
 help / color / mirror / Atom feed
* [OSSTEST PATCH] linux-next tests: Use correct branch for baseline
@ 2014-11-20 13:51 Ian Jackson
  2014-11-20 17:36 ` Ian Campbell
  0 siblings, 1 reply; 2+ messages in thread
From: Ian Jackson @ 2014-11-20 13:51 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian Jackson, Ian Campbell

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.Jackson@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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-11-20 17:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-20 13:51 [OSSTEST PATCH] linux-next tests: Use correct branch for baseline Ian Jackson
2014-11-20 17:36 ` Ian Campbell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.