diff options
author | Galina Kistanova <gkistanova@gmail.com> | 2017-04-24 20:48:40 +0000 |
---|---|---|
committer | Galina Kistanova <gkistanova@gmail.com> | 2017-04-24 20:48:40 +0000 |
commit | c7524f05b2701c4d2d6742d0d83f31a48509023a (patch) | |
tree | dec683c7eba09bd710db52da27c3063025e62c37 | |
parent | d6656b945ee5d2863b6a58e5e0aa1f3fdd5c27ba (diff) | |
download | bcm5719-llvm-c7524f05b2701c4d2d6742d0d83f31a48509023a.tar.gz bcm5719-llvm-c7524f05b2701c4d2d6742d0d83f31a48509023a.zip |
Small addition on how to add a builder.
llvm-svn: 301248
-rw-r--r-- | llvm/docs/HowToAddABuilder.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/docs/HowToAddABuilder.rst b/llvm/docs/HowToAddABuilder.rst index fcc2293de05..3bbb2a7d472 100644 --- a/llvm/docs/HowToAddABuilder.rst +++ b/llvm/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 |