File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,28 @@ build results after you push a change to the repository. It is therefore
25
25
important that you get acquainted with the way these results are presented,
26
26
and how various kinds of failures can be explained and diagnosed.
27
27
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
+
28
50
Checking results of automatic builds
29
51
------------------------------------
30
52
Original file line number Diff line number Diff line change @@ -37,6 +37,9 @@ Here is a quick overview of how you can contribute to CPython:
37
37
38
38
#. `Create Pull Request `_ on GitHub to merge a branch from your fork
39
39
40
+ #. Make sure the continuous integration checks on your Pull Request
41
+ are green (i.e. successful)
42
+
40
43
#. Review and address `comments on your Pull Request `_
41
44
42
45
#. When your changes are merged, you can :ref: `delete the PR branch
You can’t perform that action at this time.
0 commit comments