Skip to content

Commit d52de6a

Browse files
Victor's review
1 parent e1b82d1 commit d52de6a

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

testing/buildbots.rst

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ Checking results of automatic builds
9393
The Web interface at https://buildbot.python.org/#/ has several ways of
9494
visualizing recent build results:
9595

96+
* A `Release Status Dashboard <https://buildbot.python.org/#/release_status>`_
97+
that shows the status of stable buildbots for each active branch,
98+
summarizing whether the builds are ready for release.
99+
96100
* A `Waterfall View <https://buildbot.python.org/#/waterfall>`_
97101
that presents a vertical rundown of recent builds for each builder.
98102
When interested in one build, you'll have to
@@ -105,10 +109,6 @@ visualizing recent build results:
105109
you. You can also access builder information by clicking on the builder
106110
status bubbles in the top line.
107111

108-
* A `Release Status Dashboard <https://buildbot.python.org/#/release_status>`_
109-
that shows the status of stable buildbots for each active branch,
110-
summarizing whether the builds are ready for release.
111-
112112
Note that the buildbot web pages are often slow to load, be patient.
113113

114114
Some buildbots are much faster than others. Over time, you will learn which
@@ -147,11 +147,7 @@ or to Python itself. To reproduce, make sure you use the same flags as the
147147
buildbots: they can be found out simply by clicking the **stdio** link for
148148
the failing build's tests. For example::
149149

150-
./python.exe -W error -E -bb ./Lib/test/regrtest.py -uall -rwW
151-
152-
.. note::
153-
Running ``Lib/test/regrtest.py`` is exactly equivalent to running
154-
``-m test``.
150+
./python -E -m test --slow-ci --timeout=1200 -j2 --junit-xml test-results.xml -j10
155151

156152

157153
Ordering-dependent failures
@@ -172,7 +168,7 @@ Let's assume, for the sake of example, that the output starts with:
172168
.. code-block:: none
173169
:emphasize-lines: 9
174170
175-
./python -u -W error -bb -E -m test --slow-ci --timeout=2400 -j2 -u-cpu,-urlfetch,-network --junit-xml test-results.xml -j4 --dont-add-python-opts
171+
./python -E -m test --slow-ci --timeout=2400 -j2 -u-cpu,-urlfetch,-network --junit-xml test-results.xml -j4
176172
== CPython 3.15.0a6+ (heads/main:d625f7da33b, Feb 13 2026, 17:27:29) [GCC 12.2.0]
177173
== Linux-6.12.20+rpt-rpi-v8-aarch64-with-glibc2.36 little-endian
178174
== Python build: release

0 commit comments

Comments
 (0)