From: Ian Campbell <ian.campbell@citrix.com>
To: ian.jackson@eu.citrix.com
Cc: Ian Campbell <ian.campbell@citrix.com>, xen-devel@lists.xen.org
Subject: [PATCH OSSTEST 2/2] cr-daily-branch: make sure we test the correct tree for Linux branches
Date: Tue, 11 Feb 2014 12:42:00 +0000 [thread overview]
Message-ID: <1392122520-5453-2-git-send-email-ian.campbell@citrix.com> (raw)
In-Reply-To: <1392122393.26657.102.camel@kazak.uk.xensource.com>
These branches should test the specific Linux tree which they and so should
not apply the per-arch overrides which are only intended to be used to pick up
an already verified tested Linux branch for use when testing some other
non-linux branch.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
Applied on top of a revert of a528b10cd6a552e92ed2b1b809c991a421ebdba6.
---
cr-daily-branch | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/cr-daily-branch b/cr-daily-branch
index 41ca796..02fef15 100755
--- a/cr-daily-branch
+++ b/cr-daily-branch
@@ -122,9 +122,16 @@ if [ "x$REVISION_LINUX" = x ]; then
export REVISION_LINUX
fi
if [ "x$REVISION_LINUX_ARM" = x ]; then
+ if [ "x$tree" = "xlinux" ] ; then
+ TREE_LINUX_ARM=$TREE_LINUX
+ export TREE_LINUX_ARM
+ REVISION_LINUX_ARM=$REVISION_LINUX
+ export REVISION_LINUX_ARM
+ else
determine_version REVISION_LINUX_ARM ${linuxbranch:-linux-arm-xen} \
LINUX_ARM
export REVISION_LINUX_ARM
+ fi
fi
if [ "x$REVISION_LINUXFIRMWARE" = x ]; then
determine_version REVISION_LINUXFIRMWARE linuxfirmware
--
1.8.5.2
next prev parent reply other threads:[~2014-02-11 12:42 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-09 16:04 [linux-linus test] 24817: regressions - FAIL xen.org
2014-02-10 10:37 ` [PATCH OSSTEST] mfi-common: Only override the pvops kernel repo for linux-arm-xen branch (Was: Re: [linux-linus test] 24817: regressions - FAIL) Ian Campbell
2014-02-10 11:48 ` Pasi Kärkkäinen
2014-02-10 12:01 ` Ian Campbell
2014-02-10 11:51 ` Ian Jackson
2014-02-10 12:00 ` Ian Campbell
2014-02-10 12:05 ` Ian Jackson
2014-02-10 12:10 ` Ian Campbell
2014-02-11 11:13 ` Ian Campbell
2014-02-11 12:39 ` [PATCH OSSTEST 0/2] fix tree and revision selection for linux branches under armhf Ian Campbell
2014-02-11 12:41 ` [PATCH OSSTEST 1/2] Revert "mfi-common: Only override the pvops kernel repo for linux-arm-xen branch" Ian Campbell
2014-02-11 12:42 ` Ian Campbell [this message]
2014-02-11 15:06 ` [PATCH OSSTEST 2/2] cr-daily-branch: make sure we test the correct tree for Linux branches Ian Jackson
2014-02-11 15:11 ` Ian Campbell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1392122520-5453-2-git-send-email-ian.campbell@citrix.com \
--to=ian.campbell@citrix.com \
--cc=ian.jackson@eu.citrix.com \
--cc=xen-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).