README: also link to clan infra
This commit is contained in:
parent
f544d7c715
commit
38c40bf54e
|
@ -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/)
|
||||
|
|
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue