From 95881bb3a28b87b9b20fb1c4a2764deb419675f9 Mon Sep 17 00:00:00 2001 From: Galina Kistanova Date: Mon, 24 Apr 2017 20:48:40 +0000 Subject: [PATCH] Small addition on how to add a builder. llvm-svn: 301248 --- docs/HowToAddABuilder.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/HowToAddABuilder.rst b/docs/HowToAddABuilder.rst index fcc2293de05..3bbb2a7d472 100644 --- a/docs/HowToAddABuilder.rst +++ b/docs/HowToAddABuilder.rst @@ -83,6 +83,7 @@ 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`` + 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