[PATCH] D29560: [docs] Document the staging buildbot
Dylan McKay via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 5 13:32:42 PST 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL294144: [docs] Document the staging buildbot (authored by dylanmckay).
Changed prior to commit:
https://reviews.llvm.org/D29560?vs=87136&id=87165#toc
Repository:
rL LLVM
https://reviews.llvm.org/D29560
Files:
llvm/trunk/docs/HowToAddABuilder.rst
Index: llvm/trunk/docs/HowToAddABuilder.rst
===================================================================
--- llvm/trunk/docs/HowToAddABuilder.rst
+++ llvm/trunk/docs/HowToAddABuilder.rst
@@ -6,9 +6,19 @@
============
This document contains information about adding a build configuration and
-buildslave to private slave builder to LLVM Buildbot Infrastructure
-`<http://lab.llvm.org:8011>`_.
+buildslave to private slave builder to LLVM Buildbot Infrastructure.
+Buildmasters
+============
+
+There are two buildmasters running.
+
+* The main buildmaster at `<http://lab.llvm.org:8011>`_. All builders attached
+ to this machine will notify commit authors every time they break the build.
+* The staging buildbot at `<http://lab.llvm.org:8014>`_. All builders attached
+ to this machine will be completely silent by default when the build is broken.
+ Builders for experimental backends should generally be attached to this
+ buildmaster.
Steps To Add Builder To LLVM Buildbot
=====================================
@@ -73,6 +83,11 @@
* slaves are added to ``buildbot/osuosl/master/config/slaves.py``
* builders are added to ``buildbot/osuosl/master/config/builders.py``
+ It is possible to whitelist email addresses to unconditionally receive notifications
+ on build failure; for this you'll need to add an ``InformativeMailNotifier`` to
+ ``buildbot/osuosl/master/config/status.py``. This is particularly useful for the
+ staging buildmaster which is silent otherwise.
+
#. Send the buildslave access name and the access password directly to
`Galina Kistanova <mailto:gkistanova at gmail.com>`_, and wait till she
will let you know that your changes are applied and buildmaster is
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29560.87165.patch
Type: text/x-patch
Size: 1728 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170205/4a14845e/attachment.bin>
More information about the llvm-commits
mailing list