From 3720886f61973a8e4c85ce381fb11ef220ad0f5a Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Mon, 29 Jun 2026 17:58:37 +0200 Subject: [PATCH] Add new Buildpot worker: Link to instructions for BuildBot administrators I looked in the devguide for the "other side" of this process. In hindsight the location is obvious, but, a link would have helped me. --- testing/new-buildbot-worker.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/testing/new-buildbot-worker.rst b/testing/new-buildbot-worker.rst index aea43a782..24d052777 100644 --- a/testing/new-buildbot-worker.rst +++ b/testing/new-buildbot-worker.rst @@ -48,8 +48,10 @@ compiled Python. In order to set up the buildbot software, you will need to obtain an identifier and password for your worker so it can join the fleet. Open an issue in the `configuration repository `__ -to discuss adding your worker and to obtain the -needed workername and password. You can do some of the steps that follow +to discuss adding your worker and to obtain the needed workername and password. +(Instructions for Buildbot administrators are `in the configuration README `__.) + +You can do some of the steps that follow before having the credentials, but it is easiest to have them before the "buildbot worker" step below.