[Checkins] SVN: Sandbox/janjaapdriessen/buildbot/buildout.cfg Tweaked the build sequence for zc.buildout tests on windows buildbots

Jan-Jaap Driessen jdriessen at thehealthagency.com
Wed Sep 30 09:22:12 EDT 2009


Log message for revision 104649:
  Tweaked the build sequence for zc.buildout tests on windows buildbots

Changed:
  U   Sandbox/janjaapdriessen/buildbot/buildout.cfg

-=-
Modified: Sandbox/janjaapdriessen/buildbot/buildout.cfg
===================================================================
--- Sandbox/janjaapdriessen/buildbot/buildout.cfg	2009-09-30 10:20:17 UTC (rev 104648)
+++ Sandbox/janjaapdriessen/buildbot/buildout.cfg	2009-09-30 13:22:11 UTC (rev 104649)
@@ -81,7 +81,7 @@
     slave-win-py2.6 ${slave-win-py2.6:password} 
 
 
-# Not using zc.recipe.macro her because we want to override the slave
+# Not using zc.recipe.macro here because we want to override the slave
 # passwords in a deploy.cfg.
 [slave-osx-py2.4]
 recipe = collective.buildbot:slave
@@ -149,24 +149,21 @@
 [slave-win-py2.4]
 password = XXX
 version_minor = 4
-slave-path = C:\projects\buildslave_py2.4
-python-path = C:\Python24\python.exe
+python-path = C:\Python24\python
 bootstrap-path= C:\projects\bootstrap.py
 
 
 [slave-win-py2.5]
 password = XXX
 version_minor = 5
-slave-path = C:\projects\buildslave_py2.5
-python-path = C:\Python25\python.exe
+python-path = C:\Python25\python
 bootstrap-path= C:\projects\bootstrap.py
 
 
 [slave-win-py2.6]
 password = XXX
 version_minor = 6
-slave-path = C:\projects\buildslave_py2.6
-python-path = C:\Python26\python.exe
+python-path = C:\Python26\python
 bootstrap-path= C:\projects\bootstrap.py
 
 
@@ -265,9 +262,9 @@
 cron-scheduler = 1 1 * * *
 build-sequence =
     $${:python-path} $${:bootstrap-path}
-    $${:slave-path}\$${:_buildout_section_name_}_$${:slave-names}\build\bin\buildout.exe -vvv
+    bin\buildout -vvv
 test-sequence =
-    $${:slave-path}\$${:_buildout_section_name_}_$${:slave-names}\build\bin\test-ztk.exe 
+    bin\test-ztk
 
 
 [ztk-win-projects]
@@ -304,9 +301,9 @@
 cron-scheduler = 3 3 * * *
 build-sequence =
     $${:python-path} bootstrap\bootstrap.py
-    $${:slave-path}\$${:_buildout_section_name_}_$${:slave-names}\build\bin\buildout.exe -vvv
+    bin\buildout -vvv
 test-sequence =
-    $${:slave-path}\$${:_buildout_section_name_}_$${:slave-names}\build\bin\test-grokcore.exe
+    bin\test-grokcore
 
 
 [grok-trunk-win-projects]
@@ -331,9 +328,8 @@
 cron-scheduler = 2 2 * * *
 build-sequence = 
     python dev.py
-    bin/buildout -c test_all_pythons.cfg install test2$${:version_minor}
 test-sequence = 
-    bin/test2$${:version_minor}
+    bin/test
 
 
 [zc.buildout-trunk]
@@ -368,9 +364,8 @@
 cron-scheduler = 3 3 * * *
 build-sequence =
     $${:python-path} dev.py
-    $${:slave-path}\$${:_buildout_section_name_}_$${:slave-names}\build\bin\buildout.exe -vvv
 test-sequence =
-    $${:slave-path}\$${:_buildout_section_name_}_$${:slave-names}\build\bin\test.exe
+    bin\test
 
 
 [zc.buildout-trunk-win-projects]



More information about the checkins mailing list