xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Wei Liu <wei.liu2@citrix.com>
To: Xen-devel <xen-devel@lists.xenproject.org>
Cc: ian.jackson@eu.citrix.com, Wei Liu <wei.liu2@citrix.com>
Subject: [OSSTEST PATCH] Drop build-*-oldkern
Date: Mon, 12 Jun 2017 12:26:36 +0100	[thread overview]
Message-ID: <20170612112636.26613-1-wei.liu2@citrix.com> (raw)

That is for testing the in-xen.git kernel build machinery which we
surely don't care about anymore.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
---
 cr-daily-branch     |  5 -----
 make-distros-flight |  2 +-
 make-hosts-flight   |  2 +-
 mfi-common          | 13 -------------
 4 files changed, 2 insertions(+), 20 deletions(-)

diff --git a/cr-daily-branch b/cr-daily-branch
index 8a314ce..39483cd 100755
--- a/cr-daily-branch
+++ b/cr-daily-branch
@@ -208,10 +208,6 @@ if [ "x$REVISION_LINUXFIRMWARE" = x ]; then
         export REVISION_LINUXFIRMWARE
 fi
 
-if [ "x$branch" != "xxen-unstable" ]; then
-        export REVISION_LINUX_OLD=disable
-fi
-
 case "$tree" in
 xen)
         realtree=$xenbranch
@@ -245,7 +241,6 @@ libvirt)
 rumprun)
 	realtree=rumprun
 	NEW_REVISION=$REVISION_RUMPRUN
-	export REVISION_LINUX_OLD=disable
 	export REVISION_LIBVIRT=disable
 	;;
 seabios)
diff --git a/make-distros-flight b/make-distros-flight
index 8ab00b1..406d7d6 100755
--- a/make-distros-flight
+++ b/make-distros-flight
@@ -191,7 +191,7 @@ test_matrix_do_one () {
 
 if [ x$buildflight = x ]; then
 
-  WANT_XEND=false REVISION_LINUX_OLD=disable
+  WANT_XEND=false
 
   create_build_jobs
 
diff --git a/make-hosts-flight b/make-hosts-flight
index d619de6..0152dfe 100755
--- a/make-hosts-flight
+++ b/make-hosts-flight
@@ -95,7 +95,7 @@ hosts_iterate () {
 
 if [ x$buildflight = x ]; then
 
-  WANT_XEND=false REVISION_LINUX_OLD=disable
+  WANT_XEND=false
 
   create_build_jobs
 
diff --git a/mfi-common b/mfi-common
index ec31e2e..94f088b 100644
--- a/mfi-common
+++ b/mfi-common
@@ -329,19 +329,6 @@ create_build_jobs () {
     arm*) continue;; # don't do any other kernel builds
     esac
 
-    if [ "x$REVISION_LINUX_OLD" != xdisable ]; then
-
-      job_create_build build-$arch-oldkern build-kern                   \
-                arch=$arch kconfighow=create-config-sh                  \
-                kimagefile=vmlinux                                      \
-                $RUNVARS $BUILD_RUNVARS $BUILD_LINUX_OLD_RUNVARS        \
-                $arch_runvars $hostos_runvars                           \
-                host_hostflags=$build_hostflags                         \
-        tree_linux=http://xenbits.xen.org/linux-2.6.18-xen.hg           \
-        revision_linux=$REVISION_LINUX_OLD
-
-    fi
-
   done
 }
 
-- 
2.11.0


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

             reply	other threads:[~2017-06-12 11:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-12 11:26 Wei Liu [this message]
2017-06-12 11:31 ` [OSSTEST PATCH] Drop build-*-oldkern Wei Liu
2017-06-12 13:31   ` [OSSTEST PATCH] Drop build-*-oldkern [and 1 more messages] Ian Jackson

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=20170612112636.26613-1-wei.liu2@citrix.com \
    --to=wei.liu2@citrix.com \
    --cc=ian.jackson@eu.citrix.com \
    --cc=xen-devel@lists.xenproject.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).