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] Switch armhf to use common default Linux.
Date: Thu, 4 Sep 2014 15:26:50 +0100 [thread overview]
Message-ID: <8c7a542846bf1c35cbc769d95023fceb9004d855.1409840810.git.ian.campbell@citrix.com> (raw)
In-Reply-To: <f91fc963c992456f8be4ea7ef5264052bb6c4a2e.1409840810.git.ian.campbell@citrix.com>
Previous we had a v3.13 based branch which was used for ARM (because
v3.4 was too old). Now that the default is v3.14 we can use it.
standalone-generate-dump-flight-runvars before and after shows the
build-armhf-pvops jobs' linux_revision runvar changing from
95bfbee422b9b1cfe8c2d2e27edf17ce1cc99e04 (v3.13-63-g95bfbee) to
946de0e6b6ed49eacb03e3cddfcb1d774d6378ed (v3.14.17) for these branches:
libvirt
osstest
qemu-mainline
qemu-upstream-unstable
xen-4.3-testing
xen-4.4-testing
xen-unstable
This is as expected.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
mfi-common | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/mfi-common b/mfi-common
index afb6239..5c4f5d5 100644
--- a/mfi-common
+++ b/mfi-common
@@ -73,10 +73,6 @@ create_build_jobs () {
xen-4.1-testing) continue;;
xen-4.2-testing) continue;;
esac
- pvops_kernel="
- tree_linux=$TREE_LINUX_ARM
- revision_linux=${REVISION_LINUX_ARM:-${DEFAULT_REVISION_LINUX_ARM}}
- "
pvops_kconfig_overrides="
kconfig_override_y=CONFIG_EXT4_FS
"
@@ -85,12 +81,15 @@ create_build_jobs () {
case "$branch" in
linux-arm-xen) continue;;
esac
+ ;;
+ esac
+
+ if [ "x$pvops_kernel" = x ] ; then
pvops_kernel="
tree_linux=$TREE_LINUX
revision_linux=${REVISION_LINUX:-${DEFAULT_REVISION_LINUX}}
"
- ;;
- esac
+ fi
case "$arch" in
*) suite=$defsuite;;
--
1.9.0
next prev parent reply other threads:[~2014-09-04 14:26 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1409820169.15505.38.camel@kazak.uk.xensource.com>
2014-09-04 14:26 ` [PATCH OSSTEST 1/2] Switch default Linux branch from 3.4 to 3.13 Ian Campbell
2014-09-04 14:26 ` Ian Campbell [this message]
2014-09-22 18:54 ` [PATCH OSSTEST 2/2] Switch armhf to use common default Linux Ian Campbell
2014-09-22 16:30 ` [PATCH OSSTEST 1/2] Switch default Linux branch from 3.4 to 3.13 Ian Campbell
2014-09-22 16:57 ` Ian Jackson
2014-09-22 18:53 ` Ian Campbell
2014-09-23 12:55 ` 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=8c7a542846bf1c35cbc769d95023fceb9004d855.1409840810.git.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).