[PATCH] D144465: [docs] Document how frequently the staging buildmaster configuration is reconfigured

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 21 02:51:11 PST 2023


asb created this revision.
asb added a reviewer: gkistanova.
Herald added subscribers: wingo, pmatos, sameer.abuasal.
Herald added a project: All.
asb requested review of this revision.
Herald added a project: LLVM.

This was one of my questions for @gkistanova in D143172 <https://reviews.llvm.org/D143172>, and it feels like it would be worth recording the answer in our documentation.

It would probably be good to record the same information for the main buildmaster, but I'm not sure of the answer here (is this only updated at the times when @gkistanova sends out the notifications about the buildmaster being restarted? Or is that something separate?).

Obviously very happy to iterate on this to add in more such information, or to find a better place for it.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D144465

Files:
  llvm/docs/HowToAddABuilder.rst


Index: llvm/docs/HowToAddABuilder.rst
===================================================================
--- llvm/docs/HowToAddABuilder.rst
+++ llvm/docs/HowToAddABuilder.rst
@@ -18,7 +18,8 @@
   the build.
 * The staging buildmaster at `<https://lab.llvm.org/staging>`_. All builders
   attached to this machine will be completely silent by default when the build
-  is broken.
+  is broken. This buildmaster is reconfigured every two hours with any new
+  commits from the llvm-zorg repository.
 
 In order to remain connected to the main buildmaster (and thus notify
 developers of failures), a builbot must:


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144465.499092.patch
Type: text/x-patch
Size: 613 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230221/ef78d7b1/attachment.bin>


More information about the llvm-commits mailing list