[Checkins] SVN: Sandbox/janjaapdriessen/buildbot/buildout.cfg Re-instate gocept.selenium tests with all buildout configs known to mankind.

Jan-Jaap Driessen jdriessen at thehealthagency.com
Fri Dec 31 09:14:54 EST 2010


Log message for revision 119232:
  Re-instate gocept.selenium tests with all buildout configs known to mankind.

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

-=-
Modified: Sandbox/janjaapdriessen/buildbot/buildout.cfg
===================================================================
--- Sandbox/janjaapdriessen/buildbot/buildout.cfg	2010-12-31 14:14:28 UTC (rev 119231)
+++ Sandbox/janjaapdriessen/buildbot/buildout.cfg	2010-12-31 14:14:54 UTC (rev 119232)
@@ -195,10 +195,20 @@
           zope2.12-py2.6:zope2.12_parameters
           zope2.13-py2.6:zope2.13_parameters
           zope2.14-py2.6:zope2.14_parameters
-#          gocept.selenium-ztk:gocept.selenium-ztk-parameters
-#          gocept.selenium-grok:gocept.selenium-grok-parameters
-#          gocept.selenium-wsgi:gocept.selenium-wsgi-parameters
-#          gocept.selenium-static:gocept.selenium-static-parameters
+          gocept.selenium-selenium:gocept.selenium-selenium-parameters
+          gocept.selenium-static:gocept.selenium-static-parameters
+          gocept.selenium-wsgi:gocept.selenium-wsgi-parameters
+          gocept.selenium-ztk:gocept.selenium-ztk-parameters
+          gocept.selenium-zope210:gocept.selenium-zope210-parameters
+          gocept.selenium-zope212:gocept.selenium-zope212-parameters
+          gocept.selenium-grok:gocept.selenium-grok-parameters
+          gocept.selenium-plone3:gocept.selenium-plone3-parameters
+          gocept.selenium-plone4:gocept.selenium-plone4-parameters
+          gocept.selenium-plonetesting-zope210:gocept.selenium-plonetesting-zope210-parameters
+          gocept.selenium-plonetesting-zope212:gocept.selenium-plonetesting-zope212-parameters
+          gocept.selenium-plonetesting-plone3:gocept.selenium-plonetesting-plone3-parameters
+          gocept.selenium-plonetesting-plone3-zope211:gocept.selenium-plonetesting-plone3-zope211-parameters
+          gocept.selenium-plonetesting-plone4:gocept.selenium-plonetesting-plone4-parameters
           fanstatic:fanstatic-parameters
           zope.fanstatic:zope.fanstatic-parameters
 
@@ -417,26 +427,90 @@
 mailto = zope-tests at zope.org
 mailmode = all
 
+[gocept.selenium-selenium-parameters]
+repos = http://svn.zope.org/repos/main/gocept.selenium/trunk
+bootstrap = python2.6 bootstrap.py -c selenium.cfg
+buildout = bin/buildout -v -c selenium.cfg
+slaves = slave-ubuntu32
+
+[gocept.selenium-static-parameters]
+repos = http://svn.zope.org/repos/main/gocept.selenium/trunk
+bootstrap = python2.6 bootstrap.py -c static.cfg
+buildout = bin/buildout -v -c static.cfg
+slaves = slave-ubuntu32
+
+[gocept.selenium-wsgi-parameters]
+repos = http://svn.zope.org/repos/main/gocept.selenium/trunk
+bootstrap = python2.6 bootstrap.py -c wsgi.cfg
+buildout = bin/buildout -v -c wsgi.cfg
+slaves = slave-ubuntu32
+
 [gocept.selenium-ztk-parameters]
 repos = http://svn.zope.org/repos/main/gocept.selenium/trunk
+bootstrap = python2.6 bootstrap.py -c ztk.cfg
 buildout = bin/buildout -v -c ztk.cfg
 slaves = slave-ubuntu32
 
+[gocept.selenium-zope210-parameters]
+repos = http://svn.zope.org/repos/main/gocept.selenium/trunk
+bootstrap = python2.4 bootstrap.py -c zope210.cfg
+buildout = bin/buildout -v -c zope210.cfg
+slaves = slave-ubuntu32
+
+[gocept.selenium-zope212-parameters]
+repos = http://svn.zope.org/repos/main/gocept.selenium/trunk
+bootstrap = python2.6 bootstrap.py -c zope212.cfg
+buildout = bin/buildout -v -c zope212.cfg
+slaves = slave-ubuntu32
+
 [gocept.selenium-grok-parameters]
 repos = http://svn.zope.org/repos/main/gocept.selenium/trunk
+bootstrap = python2.6 bootstrap.py -c grok.cfg
 buildout = bin/buildout -v -c grok.cfg
 slaves = slave-ubuntu32
 
-[gocept.selenium-wsgi-parameters]
+[gocept.selenium-plone3-parameters]
 repos = http://svn.zope.org/repos/main/gocept.selenium/trunk
-buildout = bin/buildout -v -c wsgi.cfg
+bootstrap = python2.6 bootstrap.py -c plone3.cfg
+buildout = bin/buildout -v -c plone3.cfg
 slaves = slave-ubuntu32
 
-[gocept.selenium-static-parameters]
+[gocept.selenium-plone4-parameters]
 repos = http://svn.zope.org/repos/main/gocept.selenium/trunk
-buildout = bin/buildout -v -c static.cfg
+bootstrap = python2.6 bootstrap.py -c plone4.cfg
+buildout = bin/buildout -v -c plone4.cfg
 slaves = slave-ubuntu32
 
+[gocept.selenium-plonetesting-zope210-parameters]
+repos = http://svn.zope.org/repos/main/gocept.selenium/trunk
+bootstrap = python2.4 bootstrap.py -c plonetesting-zope210.cfg
+buildout = bin/buildout -v -c plonetesting-zope210.cfg
+slaves = slave-ubuntu32
+
+[gocept.selenium-plonetesting-zope212-parameters]
+repos = http://svn.zope.org/repos/main/gocept.selenium/trunk
+bootstrap = python2.6 bootstrap.py -c plonetesting-zope212.cfg
+buildout = bin/buildout -v -c plonetesting-zope212.cfg
+slaves = slave-ubuntu32
+
+[gocept.selenium-plonetesting-plone3-parameters]
+repos = http://svn.zope.org/repos/main/gocept.selenium/trunk
+bootstrap = python2.4 bootstrap.py -c plonetesting-plone3.cfg
+buildout = bin/buildout -v -c plonetesting-plone3.cfg
+slaves = slave-ubuntu32
+
+[gocept.selenium-plonetesting-plone3-zope211-parameters]
+repos = http://svn.zope.org/repos/main/gocept.selenium/trunk
+bootstrap = python2.4 bootstrap.py -c plonetesting-plone3-zope211.cfg
+buildout = bin/buildout -v -c plonetesting-plone3-zope211.cfg
+slaves = slave-ubuntu32
+
+[gocept.selenium-plonetesting-plone4-parameters]
+repos = http://svn.zope.org/repos/main/gocept.selenium/trunk
+bootstrap = python2.4 bootstrap.py -c plonetesting-plone4.cfg
+buildout = bin/buildout -v -c plonetesting-plone4.cfg
+slaves = slave-ubuntu32
+
 [fanstatic-parameters]
 _vcs = hg
 _vcs_mode = clobber



More information about the checkins mailing list