diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-04-16 16:01:22 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-04-16 16:01:22 +0000 |
commit | 71d5a2540a98c81f5bcaeb48805e0e2881f530ef (patch) | |
tree | 5343938942df402b49ec7300a1c25a2d4ccd5821 /docs/HowToAddABuilder.rst | |
parent | 31bbf64f3a4974a2d6c8b3b27ad2f519caf74057 (diff) |
Diffstat (limited to 'docs/HowToAddABuilder.rst')
-rw-r--r-- | docs/HowToAddABuilder.rst | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/docs/HowToAddABuilder.rst b/docs/HowToAddABuilder.rst index 9e06a3276470..fcc2293de052 100644 --- a/docs/HowToAddABuilder.rst +++ b/docs/HowToAddABuilder.rst @@ -6,9 +6,19 @@ Introduction ============ 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 @@ Here are the steps you can follow to do so: * 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@gmail.com>`_, and wait till she will let you know that your changes are applied and buildmaster is |