About this Buildbot Mirror
Version Information
- PyPy Summary: 0.3 (db1506b)
- Flask: 3.1.3
- Jinja2: 3.1.6
- Python: 3.13.5
- Platform: linux
Runtime Configuration
SUMMARY_DB:/home/pypy-worker/build-summary/pypy_summary.sqliteLOG_ROOT:/home/pypy-worker/build-summary/logsBUILDBOT_MASTER_ROOT:/home/pypy-worker/buildbot/masterNIGHTLY_ROOT:/home/pypy-worker/nightlyBENCH_ROOT:/home/pypy-worker/bench_results
Source code
This is a mirror and summary service for the
PyPy Buildbot.
It also summarizes the builds from github actions.
Currently it only parses the rpython workflow.
Source code for the service is available at
github.com/pypy/build-summary.
Source code for pypy is available at
github.com/pypy/pypy.
Endpoints
| Path | Description |
|---|---|
/branch/<name> |
Paginated build history for all builders on one branch, with a comparison shortcut. |
/builders |
List of all known builders with their latest results on main and py3.11. |
/builders/<name> |
Paginated build history for one builder.
|
/builders/<name>/builds/<number_str> |
Detail page for a single build: steps, logs, test outcomes. |
/compare-branch |
Redirect to a two-revision comparison summary for a feature branch vs a primary branch.
|
/revision/<sha> |
All builds for a given revision SHA (prefix match).
|
/summary |
Build summary matrix.
|
/sync-status |
Recent sync script runs and their status. |