forked from OSchip/llvm-project
[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
This commit is contained in:
parent
5d2bd8dd54
commit
7457130f7a
|
@ -6,9 +6,19 @@ Introduction
|
||||||
============
|
============
|
||||||
|
|
||||||
This document contains information about adding a build configuration and
|
This document contains information about adding a build configuration and
|
||||||
buildslave to private slave builder to LLVM Buildbot Infrastructure
|
buildslave to private slave builder to LLVM Buildbot Infrastructure.
|
||||||
`<http://lab.llvm.org:8011>`_.
|
|
||||||
|
|
||||||
|
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
|
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``
|
* slaves are added to ``buildbot/osuosl/master/config/slaves.py``
|
||||||
* builders are added to ``buildbot/osuosl/master/config/builders.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
|
#. Send the buildslave access name and the access password directly to
|
||||||
`Galina Kistanova <mailto:gkistanova@gmail.com>`_, and wait till she
|
`Galina Kistanova <mailto:gkistanova@gmail.com>`_, and wait till she
|
||||||
will let you know that your changes are applied and buildmaster is
|
will let you know that your changes are applied and buildmaster is
|
||||||
|
|
Loading…
Reference in New Issue