@@ -48,11 +48,22 @@ after each commit. In particular, reference leaks builds take several hours to
4848complete so they are done periodically. This is why it's important for you to
4949be able to check the results yourself, too.
5050
51- Triggering a buildbot on a pull request
52- =======================================
51+ Triggering buildbots on a pull request
52+ ======================================
5353
54- If you want a pull request tested against a given platform, you can trigger one
55- or more build bots by posting a comment that begins with:
54+ To trigger buildbots on a pull request you need to be a CPython triager or a
55+ core developer. If you are not, ask someone to trigger them on your behalf.
56+
57+ The simplest way to trigger most buildbots on your PR is with the
58+ :gh-label: `🔨 test-with-buildbots ` and :gh-label: `🔨 test-with-refleak-buildbots `
59+ labels. (See :ref: `github-pr-labels `.)
60+
61+ These will run buildbots on the most recent commit. If you want to trigger the
62+ buildbots again on a later commit, you'll have to remove the label and add it
63+ again.
64+
65+ If you want to test a pull request against specific platforms, you can trigger
66+ one or more build bots by posting a comment that begins with:
5667
5768.. code-block :: none
5869
@@ -68,6 +79,10 @@ bedevere-bot will post a comment indicating which build bots, if
6879any, were matched. If none were matched, or you do not have the
6980necessary permissions to trigger a request, it will tell you that too.
7081
82+ The ``!buildbot `` comment will also only run buildbots on the most recent
83+ commit. To trigger the buildbots again on a later commit, you will have to
84+ repeat the comment.
85+
7186Checking results of automatic builds
7287====================================
7388
0 commit comments