Buildbot for Nix, tailored for Lix usecases
Go to file
github-actions[bot] db05604600 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:Nixos/nixpkgs/7d6929828a2d28eda9d37254ff6be3b6819506ca' (2023-12-16)
  → 'github:Nixos/nixpkgs/64121103ec8253dce1c285ffd2b1e35f0351fe30' (2023-12-20)
• Updated input 'treefmt-nix':
    'github:numtide/treefmt-nix/d06b70e5163a903f19009c3f97770014787a080f' (2023-12-13)
  → 'github:numtide/treefmt-nix/2961375283668d867e64129c22af532de8e77734' (2023-12-19)
2023-12-21 01:44:48 +00:00
.github Bump cachix/install-nix-action from 23 to 24 2023-12-04 01:50:18 +00:00
buildbot_nix drop prometheus exporter again 2023-12-08 11:11:48 +00:00
examples make evalWorkerCount configurable 2023-11-12 07:23:35 +01:00
nix buildbot: drop secret patch 2023-12-10 10:19:38 +00:00
.gitignore also create webhooks automatically 2023-10-12 17:50:43 +02:00
.mergify.yml add mergify 2023-10-12 23:59:45 +02:00
default.nix add buildbot_nix as a python package to buildbot 2023-10-31 11:35:35 +01:00
flake.lock flake.lock: Update 2023-12-21 01:44:48 +00:00
flake.nix move nixpkgs back to nixos-unstable-small 2023-11-20 09:44:19 +01:00
pyproject.toml add buildbot_nix as a python package to buildbot 2023-10-31 11:35:35 +01:00
README.md also link to TUMs buildbot deployment 2023-12-19 11:55:26 +01:00

Buildbot-nix

A nixos module to make buildbot a proper Nix-CI.

For an example checkout the example and the module descriptions for master and worker.

This project is still in early stage and many APIs might change over time.

Github

We currently primarly support Github as a platform but we are also looking into supporting other CIs such as gitea.

Buildbot requires a GitHub app, to allow login for GitHub users to its dashboard. After installing the app, create oauth credentials and set them in the buildbot-nix nixos module.

Furthermore buildbot requires a github token with the following permissions:

  • admin:repo_hook, public_repo, repo:status

For github organisations it's recommend to create an additional GitHub user for that.

Real-worlds deployments