Python Buildbot
The Python development team builds and tests on many machines, architectures and configurations. These variations are divided into two categories: stable and unstable. The stable versions are the primary platforms that should always have all tests passing. We manage all our main branches for stability. If any of the stable configurations are failing, please contact python-dev@python.org.
We strive to keep all configurations passing all tests, but sometimes we require specialized expertise to fix problems. If you can help fix problems on an unstable platform, send mail to python-dev@python.org. You can help us convert unstable platforms to stable and supported.
- All stable builders
- Stable builders for the Python 2.7 branch
- Stable builders for the Python 3.4 branch
- Stable builders for the Python 3.x (what will become 3.5) branch
To see the results of the Python test suite, please select one of the following:
- All builders
- All builders (stable and unstable) for the Python 2.7 branch
- All builders (stable and unstable) for the Python 3.4 branch
- All builders (stable and unstable) for the Python 3.x (what will become 3.5) branch
Buildbot now offers a few alternative renderings of the results
- Feeds: Atom and RSS
- Grids: grid and transposed grid
- one line per build and one box per builder
- Configuration: all build slaves and buildbot version information
The buildbot XML-RPC interface is available at http://buildbot.python.org/all/xmlrpc.
You may also use bbreport to access buildbot results from a CLI.
If you are interested in setting up a buildbot slave, please see the buildbot wiki page for details regarding the setup.