From e40058f3c50277b2502db99a2c3f604128931bca Mon Sep 17 00:00:00 2001 From: Hood Chatham Date: Tue, 15 Jul 2025 16:40:36 +0200 Subject: [PATCH 1/3] Add explanation to buildbots.rst about triggering buildbot on a PR --- testing/buildbots.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/testing/buildbots.rst b/testing/buildbots.rst index 97856f713..b595047e3 100644 --- a/testing/buildbots.rst +++ b/testing/buildbots.rst @@ -48,6 +48,26 @@ after each commit. In particular, reference leaks builds take several hours to complete so they are done periodically. This is why it's important for you to be able to check the results yourself, too. +Triggering a buildbot on a pull request +======================================= + +If you want a pull request tested against a given platform, you can trigger one +or more build bots by posting a comment that begins with: + +.. code-block:: none + + !buildbot regex-matching-target + + +For example to run both the iOS and Android build bot, you can use: + +.. code-block:: none + + !buildbot ios|android + +If this worked, bedevere-bot will post a comment indicating which build bots, if +any, were matched. If none were matched, it will tell you that too. + Checking results of automatic builds ==================================== From f01363f473892ec3ff567b5cb1f17f6a853aed9c Mon Sep 17 00:00:00 2001 From: Hood Chatham Date: Tue, 15 Jul 2025 16:45:19 +0200 Subject: [PATCH 2/3] Get rid of extra new line --- testing/buildbots.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/testing/buildbots.rst b/testing/buildbots.rst index b595047e3..d98e94533 100644 --- a/testing/buildbots.rst +++ b/testing/buildbots.rst @@ -58,7 +58,6 @@ or more build bots by posting a comment that begins with: !buildbot regex-matching-target - For example to run both the iOS and Android build bot, you can use: .. code-block:: none From 096d17c881bf7932c90681bc7d05c8116ae54716 Mon Sep 17 00:00:00 2001 From: Hood Chatham Date: Tue, 15 Jul 2025 18:55:06 +0200 Subject: [PATCH 3/3] Update testing/buildbots.rst Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> --- testing/buildbots.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/testing/buildbots.rst b/testing/buildbots.rst index d98e94533..148851346 100644 --- a/testing/buildbots.rst +++ b/testing/buildbots.rst @@ -64,8 +64,9 @@ For example to run both the iOS and Android build bot, you can use: !buildbot ios|android -If this worked, bedevere-bot will post a comment indicating which build bots, if -any, were matched. If none were matched, it will tell you that too. +bedevere-bot will post a comment indicating which build bots, if +any, were matched. If none were matched, or you do not have the +necessary permissions to trigger a request, it will tell you that too. Checking results of automatic builds ====================================