Skip to content

Commit 187740f

Browse files
authored
bpo-44777: Explicitly list the python-buildbots mailing list as a contact method (pythonGH-733)
1 parent 8d97b43 commit 187740f

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

buildbots.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,28 @@ build results after you push a change to the repository. It is therefore
2525
important that you get acquainted with the way these results are presented,
2626
and how various kinds of failures can be explained and diagnosed.
2727

28+
In case of trouble
29+
------------------
30+
31+
Please read this page in full. If your questions aren't answered here and you
32+
need assistance with the buildbots, a good way to get help is to either:
33+
34+
* contact the ``python-buildbots@python.org`` mailing list where all buildbot
35+
worker owners are subscribed; or
36+
* contact the release manager of the branch you have issues with.
37+
38+
Buildbot failures on Pull Requests
39+
----------------------------------
40+
41+
The ``bedevere-bot`` on GitHub will put a message on your merged Pull Request
42+
if building your commit on a stable buildbot worker fails. Take care to
43+
evaluate the failure, even if it looks unrelated at first glance.
44+
45+
Not all failures will generate a notification since not all builds are executed
46+
after each commit. In particular, reference leaks builds take several hours to
47+
complete so they are done periodically. This is why it's important for you to
48+
be able to check the results yourself, too.
49+
2850
Checking results of automatic builds
2951
------------------------------------
3052

pullrequest.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ Here is a quick overview of how you can contribute to CPython:
3737

3838
#. `Create Pull Request`_ on GitHub to merge a branch from your fork
3939

40+
#. Make sure the continuous integration checks on your Pull Request
41+
are green (i.e. successful)
42+
4043
#. Review and address `comments on your Pull Request`_
4144

4245
#. When your changes are merged, you can :ref:`delete the PR branch

0 commit comments

Comments
 (0)