[llvm] r301248 - Small addition on how to add a builder.
Galina Kistanova via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 24 13:48:41 PDT 2017
Author: gkistanova
Date: Mon Apr 24 15:48:40 2017
New Revision: 301248
URL: http://llvm.org/viewvc/llvm-project?rev=301248&view=rev
Log:
Small addition on how to add a builder.
Modified:
llvm/trunk/docs/HowToAddABuilder.rst
Modified: llvm/trunk/docs/HowToAddABuilder.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/HowToAddABuilder.rst?rev=301248&r1=301247&r2=301248&view=diff
==============================================================================
--- llvm/trunk/docs/HowToAddABuilder.rst (original)
+++ llvm/trunk/docs/HowToAddABuilder.rst Mon Apr 24 15:48:40 2017
@@ -83,6 +83,7 @@ Here are the steps you can follow to do
* slaves are added to ``buildbot/osuosl/master/config/slaves.py``
* builders are added to ``buildbot/osuosl/master/config/builders.py``
+ Please make sure your builder name and its builddir are unique through the file.
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
More information about the llvm-commits
mailing list