Spark is the generic Laniakea job runner and package build executor. It is able to perform a variety of tasks on dedicated builder machines, like building packages, distribution ISO images or performing longer QA tasks.
Spark instances communicate with Lighthouse servers via ZeroMQ to fetch new jobs and report information. They auto-register with the master system, if they were provided with the right credentials for the respective instance.
Minimum required Debian release: 11.0 (Bullseye)
sudo apt install \
python3-debian \
python3-zmq \
python3-setuptools \
python3-firehose \
gnupg \
dput-ng \
debspawn
You can find more information on how to set up Spark instances at the Laniakea documentation or check out our Ansible provisioning templates.