[Checkins] SVN: zopetoolkit/doc/source/process/buildbots.rst De-emphasize actual buildbot usage, provide instructions where and how to send

Christian Theune ct at gocept.com
Fri Mar 5 07:41:44 EST 2010


Log message for revision 109670:
  De-emphasize actual buildbot usage, provide instructions where and how to send
  build status notifications to.
  

Changed:
  U   zopetoolkit/doc/source/process/buildbots.rst

-=-
Modified: zopetoolkit/doc/source/process/buildbots.rst
===================================================================
--- zopetoolkit/doc/source/process/buildbots.rst	2010-03-05 12:23:01 UTC (rev 109669)
+++ zopetoolkit/doc/source/process/buildbots.rst	2010-03-05 12:41:43 UTC (rev 109670)
@@ -1,6 +1,13 @@
-Buildbots
-=========
+==========================
+Automated builds and tests
+==========================
 
+List of servers
+===============
+
+This is a list of servers that run regular builds of various parts of the code
+base.
+
 .. list-table::
     
     * - **Buildbot**
@@ -35,3 +42,33 @@
       - Linux 32/64
       - 2.4, 2.5, 2.6
       - KGS (3.4/3.5), ZTK, grok, BFG (trunk), zc.buildout
+
+
+Notifications
+=============
+
+To ensure a reasonable amount of communication from automated systems that
+reaches the Zope developers and keeps them aware of the overall build status
+we prefer not to send individual build information directly to the
+zope-dev at zope.org mailing list.
+
+A separate list (zope-tests at zope.org) exists which you can send build
+notifications to.  This list is usually not read by humans. However, a script
+aggregates the messages once per day and reports the overall build status back
+to zope-dev.
+
+To ensure that your build output is correctly picked up, you need to
+
+- ensure the formatting of the subject line to start with OK/FAILURE/UNKNOWN,
+- provide a sender email address / sender name that allows to identify the
+  build server quickly, and
+- subscribe your sender email address to `zope-tests at zope.org
+  <https://mail.zope.org/mailman/listinfo/zope-tests>`_
+
+The subject line should be formatted like this::
+
+    <STATUS>: <SUBJECT OF TEST>
+
+    OK: Zope 2.12 on Linux 64-bit with Python 2.4
+    FAILURE: Zope 2.6 on Windows XP 32-bit with Python 2.5
+    UNKNOWN: zope.interface on Linux 64-bit



More information about the checkins mailing list