]> xenbits.xensource.com Git - people/liuw/osstest.git/commitdiff
Drop build-*-oldkern
authorWei Liu <wei.liu2@citrix.com>
Mon, 12 Jun 2017 11:26:36 +0000 (12:26 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 12 Jun 2017 13:31:12 +0000 (14:31 +0100)
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>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
cr-daily-branch
make-distros-flight
make-hosts-flight
mfi-common

index 8a314ce9ef0cc0c8c638ec7a63285817527b978f..39483cda3e7a28de7e4c42815d1ae89edb8cf642 100755 (executable)
@@ -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)
index 8ab00b13efc404fa223ec8e1502049347c63b51f..406d7d64857cbd98f3a9206f5a1e4b562024e487 100755 (executable)
@@ -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
 
index d619de605a771049a8614167faacfc2161812462..0152dfe11b3e8ab8ae15c44bc768da9c3d196a32 100755 (executable)
@@ -95,7 +95,7 @@ hosts_iterate () {
 
 if [ x$buildflight = x ]; then
 
-  WANT_XEND=false REVISION_LINUX_OLD=disable
+  WANT_XEND=false
 
   create_build_jobs
 
index 7b1e60cc02d4b1668f4b79377f3e1e6e12e31416..4827c827017937aa6ba6c46c8b135feeac57484b 100644 (file)
@@ -350,19 +350,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
 }