[docs] Referenced llvm workflow in HowToAddABuilder

Reviewers: gkistanova, dblaikie

Subscribers: llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D81046
This commit is contained in:
Mircea Trofin 2020-06-02 17:48:02 -07:00
parent ca4b985617
commit 3178ec302a

View File

@ -82,7 +82,8 @@ Here are the steps you can follow to do so:
to see if it works. to see if it works.
#. Send a patch which adds your build slave and your builder to #. Send a patch which adds your build slave and your builder to
`zorg <https://github.com/llvm/llvm-zorg>`_. `zorg <https://github.com/llvm/llvm-zorg>`_. Use the typical LLVM
`workflow <https://llvm.org/docs/Contributing.html#how-to-submit-a-patch>`_.
* 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``