This document covers the installation steps for builds.sr.ht, a continuous integration service.
builds.sr.ht is comprised of two components: a master server and job runners. Typically, deployments have one master and many runners, which are distributed across multiple servers.
On the master server, install the builds.sr.ht
package.
On each server hosting a job runner, install the builds.sr.ht-worker
and
builds.sr.ht-images
packages.
builds.sr.ht
— The web service (master server).builds.sr.ht-worker
— The job runner.See Configuration.
To safely reboot a worker without dropping any running jobs, SIGINT the process and it will stop accepting new work and terminate once all existing jobs are completed.
commit 1652e5542bbed7cec2076cb51c73320ab75cc27c Author: Conrad Hoffmann <ch@bitfehler.net> Date: 2023-09-14T12:56:57+02:00 staff: fix header level