]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove 2.9.0 build slaves, they're not needed any more.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 12 Jul 2010 22:50:05 +0000 (22:50 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 12 Jul 2010 22:50:05 +0000 (22:50 +0000)
We should restore them the next time we create a release branch but for now
these builds are not needed and just clutter the build bot UI.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/buildbot/config/csleobuild.xml
build/buildbot/config/xp_vc.xml

index 6a10f1bef84173d70bf44be8ea0d284068669ab0..4f4c270bfa066d74baabb33ee5573b8b0f3da74e 100644 (file)
@@ -24,7 +24,7 @@
     <name>OSX 10.5 Intel wxOSX Carbon trunk</name>
     <builddir>csleo</builddir>
     <scheduler>trunk_quick</scheduler>
-    
+
     <steps>
         <checkout/>
         <configure/>
     </steps>
 </build>
 
-<build>
-    <name>OSX 10.5 Intel wxOSX Carbon 2.9.0</name>
-    <builddir>csleo_pre</builddir>
-    <scheduler>branch_2_9_0</scheduler>    
-    <steps>
-        <checkout branch="branches/WX_2_9_0_BRANCH"/>
-        <configure/>
-        <compile-all/>
-        <run-tests/>
-    </steps>
-</build>
-  <build>
-    <name>OSX 10.5 Intel wxOSX Cocoa 2.9.0</name>
-    <builddir>csleo_cocoa_pre</builddir>
-    <scheduler>branch_2_9_0</scheduler>
-    <steps>
-        <checkout branch="branches/WX_2_9_0_BRANCH"/>
-        <configure options="--with-osx_cocoa"/>
-        <compile-all/>
-        <run-tests/>
-    </steps>
-  </build>
-
 </bot>
index 89e967f4352ce7db5ad0a82ba8eb7ef28109e840..22e616b689be34779fdff328dfe0dbd136e71f05 100644 (file)
             <run-tests/>
         </steps>
     </build>
-
-    <build>
-        <name>XPSP2 VC9 wxMSW 2.9.x debug</name>
-        <builddir>XPSP2_VC9_wxMSW_29x_debug</builddir>
-        <scheduler>daily_0430</scheduler>
-        <sandbox>VC9</sandbox>
-        <make>nmake /nologo /f makefile.vc BUILD=debug SHARED=1 CPPUNIT_CFLAGS=-Ik:/buildbot/VC9libs/cppunit-1.12.1/include CPPUNIT_LIBS=k:/buildbot/VC9libs/cppunit-1.12.1/lib/cppunitd.lib</make>
-        <steps>
-            <checkout branch="{$RELEASE_BRANCH}"/>
-            <compile-all tests="true"/>
-            <run-tests/>
-        </steps>
-    </build>
-
-    <build>
-        <name>XPSP2 VC6 wxMSW 2.9.x debug</name>
-        <builddir>XPSP2_VC6_wxMSW_29x_debug</builddir>
-        <scheduler>daily_0330</scheduler>
-        <sandbox>VC6</sandbox>
-        <make>nmake /nologo /f makefile.vc BUILD=debug SHARED=1 CPPUNIT_CFLAGS=-Ik:/buildbot/VC6libs/cppunit-1.12.1/include CPPUNIT_LIBS=k:/buildbot/VC6libs/cppunit-1.12.1/lib/cppunitd.lib</make>
-        <steps>
-            <checkout branch="{$RELEASE_BRANCH}"/>
-            <compile-all tests="true"/>
-            <run-tests/>
-        </steps>
-    </build>
 </bot>