[llvm] [DOCS][BUILDBOT] Bump recommended worker version (PR #144853)

Paschalis Mpeis via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 19 01:19:50 PDT 2025


https://github.com/paschalis-mpeis created https://github.com/llvm/llvm-project/pull/144853

Now recommend 3.11.7 to match the `#testing-a-builder-config-locally` section.

>From 4e33868d49ece842b3d63afc6ed2dee9bda07040 Mon Sep 17 00:00:00 2001
From: Paschalis Mpeis <Paschalis.Mpeis at arm.com>
Date: Thu, 19 Jun 2025 09:14:49 +0100
Subject: [PATCH] [DOCS][BUILDBOT] Bump recommended worker version

Now recommend 3.11.7 to match the `#testing-a-builder-config-locally`
section.
---
 llvm/docs/HowToAddABuilder.rst | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/llvm/docs/HowToAddABuilder.rst b/llvm/docs/HowToAddABuilder.rst
index 32a00ed43d3c6..bbc87e5841ddc 100644
--- a/llvm/docs/HowToAddABuilder.rst
+++ b/llvm/docs/HowToAddABuilder.rst
@@ -28,7 +28,7 @@ There are two buildmasters running.
   commits from the llvm-zorg repository.
 
 In order to remain connected to the main buildmaster (and thus notify
-developers of failures), a builbot must:
+developers of failures), a buildbot must:
 
 * Be building a supported configuration.  Builders for experimental backends
   should generally be attached to staging buildmaster.
@@ -74,9 +74,9 @@ Here are the steps you can follow to do so:
    of parallelism (-j param) would give the fastest build.  You can build
    multiple configurations on one computer.
 
-#. Install buildbot-worker (currently we are using buildbot version 2.8.4).
+#. Install buildbot-worker (currently we are using buildbot version 3.11.7).
    This specific version can be installed using ``pip``, with a command such
-   as ``pip3 install buildbot-worker==2.8.4``.
+   as ``pip3 install buildbot-worker==3.11.7``.
 
 #. Create a designated user account, your buildbot-worker will be running under,
    and set appropriate permissions.
@@ -414,4 +414,3 @@ Some tasks don't give immediate feedback, so if nothing happens within a short
 time, try again with the browser's web console open. Sometimes you will see
 403 errors and other messages that might indicate you don't have the correct
 details set up.
-



More information about the llvm-commits mailing list