Skip to content

Commit 7457130

Browse files
author
Dylan McKay
committed
[docs] Document the staging buildbot
Summary: This also adds docs to suggest that maintainers of buildbots for experimental backends should use this buildmaster. Reviewers: dsanders, grosser, asb, mehdi_amini Reviewed By: grosser Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D29560 llvm-svn: 294144
1 parent 5d2bd8d commit 7457130

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

llvm/docs/HowToAddABuilder.rst

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,19 @@ Introduction
66
============
77

88
This document contains information about adding a build configuration and
9-
buildslave to private slave builder to LLVM Buildbot Infrastructure
10-
`<http://lab.llvm.org:8011>`_.
9+
buildslave to private slave builder to LLVM Buildbot Infrastructure.
1110

11+
Buildmasters
12+
============
13+
14+
There are two buildmasters running.
15+
16+
* The main buildmaster at `<http://lab.llvm.org:8011>`_. All builders attached
17+
to this machine will notify commit authors every time they break the build.
18+
* The staging buildbot at `<http://lab.llvm.org:8014>`_. All builders attached
19+
to this machine will be completely silent by default when the build is broken.
20+
Builders for experimental backends should generally be attached to this
21+
buildmaster.
1222

1323
Steps To Add Builder To LLVM Buildbot
1424
=====================================
@@ -73,6 +83,11 @@ Here are the steps you can follow to do so:
7383
* slaves are added to ``buildbot/osuosl/master/config/slaves.py``
7484
* builders are added to ``buildbot/osuosl/master/config/builders.py``
7585

86+
It is possible to whitelist email addresses to unconditionally receive notifications
87+
on build failure; for this you'll need to add an ``InformativeMailNotifier`` to
88+
``buildbot/osuosl/master/config/status.py``. This is particularly useful for the
89+
staging buildmaster which is silent otherwise.
90+
7691
#. Send the buildslave access name and the access password directly to
7792
`Galina Kistanova <mailto:gkistanova@gmail.com>`_, and wait till she
7893
will let you know that your changes are applied and buildmaster is

0 commit comments

Comments
 (0)