[all-commits] [llvm/llvm-project] 73f4f5: [llvm][docs] Update "Adding a Builder" docs

David Spickett via All-commits all-commits at lists.llvm.org
Mon Apr 24 02:58:48 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 73f4f56c9fc87f81e3172dcf101ca63c772032a6
      https://github.com/llvm/llvm-project/commit/73f4f56c9fc87f81e3172dcf101ca63c772032a6
  Author: David Spickett <david.spickett at linaro.org>
  Date:   2023-04-24 (Mon, 24 Apr 2023)

  Changed paths:
    M llvm/docs/HowToAddABuilder.rst

  Log Message:
  -----------
  [llvm][docs] Update "Adding a Builder" docs

* Move step 8 to later, after worker credentials have
  been added to the buildmaster.
* Added command for starting the worker, in addition
  to creating the worker. The latter only sets up the
  directories.
* Noted that in step 6, it is expected that you get a
  refused connection.
* Stated that the connection should be tried once,
  and the worker then stopped.

We could mention that repeated connections with invalid
credentials will result in an IP ban, but it's probably
detail people don't need here.

If it did happen, then you would not know until you tried
the later steps. At which point you are already in contact
with Galina, who is the person who would help you with that
issue in any case.

Reviewed By: gkistanova

Differential Revision: https://reviews.llvm.org/D148913




More information about the All-commits mailing list