[llvm] cac1805 - [docs] Document how frequently the staging buildmaster configuration is reconfigured
Alex Bradbury via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 8 02:48:58 PST 2023
Author: Alex Bradbury
Date: 2023-03-08T10:48:01Z
New Revision: cac180523e19539883c05004cfa9fca4771e1846
URL: https://github.com/llvm/llvm-project/commit/cac180523e19539883c05004cfa9fca4771e1846
DIFF: https://github.com/llvm/llvm-project/commit/cac180523e19539883c05004cfa9fca4771e1846.diff
LOG: [docs] Document how frequently the staging buildmaster configuration is reconfigured
Differential Revision: https://reviews.llvm.org/D144465
Added:
Modified:
llvm/docs/HowToAddABuilder.rst
Removed:
################################################################################
diff --git a/llvm/docs/HowToAddABuilder.rst b/llvm/docs/HowToAddABuilder.rst
index a8794707ccdb6..76763cd1f8c75 100644
--- a/llvm/docs/HowToAddABuilder.rst
+++ b/llvm/docs/HowToAddABuilder.rst
@@ -18,7 +18,8 @@ There are two buildmasters running.
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:
More information about the llvm-commits
mailing list