Home - Summaries: (main) : (py3.11) : Everything - Nightly builds - Benchmarks - RPython - Builders - About

About this Buildbot Mirror

Version Information

Runtime Configuration

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.
?branch=NAME
— filter to one branch

/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.
?branch=NAME
— the feature branch

?base=NAME
— the primary branch to compare against (e.g. main, py3.11)

/revision/<sha> All builds for a given revision SHA (prefix match).
?category=CAT
— filter to one platform category, e.g. ?category=linux64

/summary Build summary matrix.
?branch=NAME
— filter to one branch

?revision=SHA
— show a specific revision; repeat to compare multiple

?category=CAT
— filter to one platform category, e.g. ?category=linux64

?prefix=STR
— filter builders whose name starts with STR; repeat for multiple

?days=N
— how many days back to show (default 14)

?maxrev=N
— max revisions per section (default 5)

/sync-status Recent sync script runs and their status.