README: also link to clan infra

This commit is contained in:
Jörg Thalheim 2024-05-04 23:53:43 +02:00 committed by mergify[bot]
parent f544d7c715
commit 38c40bf54e
2 changed files with 9 additions and 1 deletions

View file

@ -123,6 +123,8 @@ in our repository.
See Buildbot-nix in action in these deployments:
The following instances run on GitHub:
- **Nix-community infra**:
[Configuration](https://github.com/nix-community/infra/tree/master/modules/nixos)
| [Instance](https://buildbot.nix-community.org/)
@ -133,3 +135,9 @@ See Buildbot-nix in action in these deployments:
[Configuration](https://github.com/TUM-DSE/doctor-cluster-config/tree/master/modules/buildbot)
| [Instance](https://buildbot.dse.in.tum.de/)
- **Numtide**: [Instance](https://buildbot.numtide.com)
The following instances integrated with Gitea:
- **Clan infra**:
[Configuration](https://git.clan.lol/clan/clan-infra/src/branch/main/modules/buildbot.nix)
| [Instance](https://buildbot.clan.lol/)

View file

@ -9,7 +9,7 @@
# (defaults to the hostname of the machine)
# "pass" is the password for the worker configured in `services.buildbot-nix.worker.workerPasswordFile`
# "cores" is the number of cpu cores the worker has.
# The number must match as otherwise potentially not enought buildbot-workers are created.
# The number must match the actual core count of the machine as otherwise not enough buildbot-workers are created.
workersFile = pkgs.writeText "workers.json" ''
[
{ "name": "eve", "pass": "XXXXXXXXXXXXXXXXXXXX", "cores": 16 }