[Checkins] SVN: Sandbox/janjaapdriessen/buildbot/buildout.cfg Add gocept.selenium branch to buildbot.

Jan-Jaap Driessen jdriessen at thehealthagency.com
Wed Nov 17 11:11:34 EST 2010


Log message for revision 118446:
  Add gocept.selenium branch to buildbot.

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

-=-
Modified: Sandbox/janjaapdriessen/buildbot/buildout.cfg
===================================================================
--- Sandbox/janjaapdriessen/buildbot/buildout.cfg	2010-11-17 16:01:50 UTC (rev 118445)
+++ Sandbox/janjaapdriessen/buildbot/buildout.cfg	2010-11-17 16:11:34 UTC (rev 118446)
@@ -29,6 +29,7 @@
 Paste = 1.7.5.1
 PasteDeploy = 1.3.4
 PasteScript = 1.7.3
+setuptools = 0.6c11
 Twisted = 10.1.0
 virtualenv = 1.5.1
 z3c.recipe.scripts = 1.0.1
@@ -63,10 +64,15 @@
           slave-win
 
 [slave-macro]
+environment = buildslave_environment
 host = localhost
 port = 8999
 password = secret
 
+[buildslave_environment]
+GOCEPT_SELENIUM_SERVER_HOST = localhost
+GOCEPT_SELENIUM_APP_HOST = 0.0.0.0
+
 [poller]
 recipe = collective.buildbot:poller
 repositories = http://svn.zope.org/repos/main
@@ -185,6 +191,10 @@
           zope2.12-py2.6:zope2.12_parameters
           zope2.13-py2.6:zope2.13_parameters
           zope2.14-py2.6:zope2.14_parameters
+          gocept.selenium-branch-ztk:gocept.selenium-branch-ztk-parameters
+          gocept.selenium-branch-grok:gocept.selenium-branch-grok-parameters
+          gocept.selenium-branch-wsgi:gocept.selenium-branch-wsgi-parameters
+          gocept.selenium-branch-static:gocept.selenium-branch-static-parameters
 
 [win-py2.6]
 recipe = zc.recipe.macro
@@ -401,6 +411,30 @@
 mailto = zope-tests at zope.org
 mailmode = all
 
+[gocept.selenium-branch-ztk-parameters]
+repos = http://svn.zope.org/repos/main/gocept.selenium/branches/janjaapdriessen-wsgi
+bootstrap = python2.6 bootstrap.py -c ztk.cfg
+buildout = bin/buildout -v -c ztk.cfg
+slaves = slave-ubuntu32
+
+[gocept.selenium-branch-grok-parameters]
+repos = http://svn.zope.org/repos/main/gocept.selenium/branches/janjaapdriessen-wsgi
+bootstrap = python2.6 bootstrap.py -c grok.cfg
+buildout = bin/buildout -v -c grok.cfg
+slaves = slave-ubuntu32
+
+[gocept.selenium-branch-wsgi-parameters]
+repos = http://svn.zope.org/repos/main/gocept.selenium/branches/janjaapdriessen-wsgi
+bootstrap = python2.6 bootstrap.py -c wsgi.cfg
+buildout = bin/buildout -v -c wsgi.cfg
+slaves = slave-ubuntu32
+
+[gocept.selenium-branch-static-parameters]
+repos = http://svn.zope.org/repos/main/gocept.selenium/branches/janjaapdriessen-wsgi
+bootstrap = python2.6 bootstrap.py -c static.cfg
+buildout = bin/buildout -v -c static.cfg
+slaves = slave-ubuntu32
+
 [reboot-slave-macro]
 times = @reboot
 command = ${buildout:bin-directory}/slave-$${:__name__} start



More information about the checkins mailing list