[Testbot] Plone 5.0 - Python 2.7 - Build # 2446 - Regression! - 1 failure(s)

jenkins at plone.org jenkins at plone.org
Sun May 4 11:53:10 UTC 2014


-------------------------------------------------------------------------------
Plone 5.0 - Python 2.7 - Build # 2446 - Failure!
-------------------------------------------------------------------------------

http://jenkins.plone.org/job/plone-5.0-python-2.7/2446/


-------------------------------------------------------------------------------
CHANGES
-------------------------------------------------------------------------------

Repository: buildout.coredev
Branch: refs/heads/5.0
Date: 2014-05-04T13:04:36+02:00
Author: tisto (tisto) <tisto at plone.org>
Commit: https://github.com/plone/buildout.coredev/commit/79ccf221f9fd44f2f40b9a5b1230ef3435ba81cc

Add plone.app.dexterity to auto-checkout.

Files changed:
M checkouts.cfg
M core.cfg
M tests.cfg

diff --git a/checkouts.cfg b/checkouts.cfg
index 6a980fb..15668c0 100644
--- a/checkouts.cfg
+++ b/checkouts.cfg
@@ -11,6 +11,7 @@ auto-checkout =
     plonetheme.barceloneta
     Products.CMFPlone
 # test fixes only
+    plone.app.dexterity
     plone.app.jquerytools
     plone.app.openid
     plone.app.querystring
diff --git a/core.cfg b/core.cfg
index e9dfd62..395ce7e 100644
--- a/core.cfg
+++ b/core.cfg
@@ -3,6 +3,7 @@ parts =
     instance
     zopepy
     test
+    robot
     alltests
     alltests-at
     checkversions
@@ -41,6 +42,10 @@ eggs =
 
 develop =
 
+[robot]
+recipe = zc.recipe.egg
+eggs = plone.app.robotframework[ride,reload,debug]
+
 [instance]
 recipe = plone.recipe.zope2instance
 user = admin:admin
diff --git a/tests.cfg b/tests.cfg
index 3d87cc1..a88bf03 100644
--- a/tests.cfg
+++ b/tests.cfg
@@ -1,5 +1,5 @@
 [buildout]
-
+parts += robot
 test-eggs =
     ${buildout:eggs}
     Products.ATContentTypes [test]
@@ -57,7 +57,7 @@ test-eggs =
     plone.app.contenttypes [test]
     plone.app.customerize
     plone.app.dexterity
-    plone.app.discussion
+    plone.app.discussion [test]
     plone.app.event [test]
     plone.app.folder
     plone.app.form
@@ -160,6 +160,13 @@ eggs = ${buildout:test-eggs}
 defaults = ['--auto-color', '--auto-progress', '--ignore_dir=bower_components', '--ignore_dir=node_modules']
 environment = environment
 
+[robot]
+recipe = zc.recipe.egg
+eggs =
+    ${buildout:test-eggs}
+    Pillow
+    plone.app.robotframework[ride,reload,debug]
+
 [package-map]
 unittest-jshint = unittest_jshint
 
@@ -243,7 +250,7 @@ PloneTestCase =
     Products.contentmigration
 plone_app_testing =
     collective.elephantvocabulary
-    diazo
+#    diazo
     plone.app.caching
     plone.app.contentlisting
     plone.app.contentmenu
@@ -258,11 +265,12 @@ plone_app_testing =
     plone.app.querystring
     plone.app.redirector
     plone.app.registry
+    plone.app.search
     plone.app.testing
     plone.app.theming
     plone.app.uuid
     plone.app.workflow
-    plone.autoform
+#    plone.autoform
     plone.browserlayer
     plone.formwidget.recurrence
     plone.portlet.collection




-------------------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CHANGES.log
Type: application/octet-stream
Size: 2469 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140504/e38ad8c4/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.log
Type: application/octet-stream
Size: 144216 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140504/e38ad8c4/attachment-0003.obj>


More information about the Testbot mailing list