Dolphin Central

Central is the infrastructure component receiving webhooks and coordinating builds, status updates, notifications, etc. for Dolphin's CI/CD infrastructure.

It provides plumbing to connect the following systems together:

  • GitHub
  • IRC
  • Buildbot
  • FifoCI

This is not meant as a general purpose system, it is custom made for Dolphin's needs and likely not directly usable for other projects.

Setup

$ nix run

Development

$ nix develop
$ uv sync
$ uv run black --check .
$ uv run pytest
$ uv run central
Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-01-31T05:26:02.629Z
Readme MIT 346 KiB
Languages
Python 97.6%
Nix 2.4%