[Python-checkins] devguide: Issue #25848: Add section on running a build on all custom builders

zach.ware python-checkins at python.org
Tue Feb 9 11:42:48 EST 2016


https://hg.python.org/devguide/rev/5430f4fd4ca7
changeset:   792:5430f4fd4ca7
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Tue Feb 09 10:42:07 2016 -0600
summary:
  Issue #25848: Add section on running a build on all custom builders

files:
  buildbots.rst |  13 +++++++++++++
  1 files changed, 13 insertions(+), 0 deletions(-)


diff --git a/buildbots.rst b/buildbots.rst
--- a/buildbots.rst
+++ b/buildbots.rst
@@ -219,9 +219,22 @@
 ``buildbottest`` clause in ``Makefile.pre.in``; or, for Windows builders,
 the ``Tools/buildbot/test.bat`` script.
 
+It is also possible to run a build on all of the custom builders at the same
+time.  Navigate to the bottom of the
+`builders page <http://buildbot.python.org/all/builders>`_, then find[#]_
+and fill out the set of fields that includes a *Repo path:* field.  Click the
+associated *Force Build* button to start the build on all available custom
+builders.
+
 .. note::
    For security reasons, it is impossible to build repositories from outside
    the http://hg.python.org realm.
 
 .. seealso::
    :ref:`buildslave`
+
+.. rubric:: Footnotes
+
+.. [#] Yes, find.  Unfortunately, it moves around every time the buildbot
+   master is restarted; this ought to be fixed some day.
+

-- 
Repository URL: https://hg.python.org/devguide


More information about the Python-checkins mailing list