Skip to content

Commit 38c40bf

Browse files
Mic92mergify[bot]
authored andcommitted
README: also link to clan infra
1 parent f544d7c commit 38c40bf

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ in our repository.
123123

124124
See Buildbot-nix in action in these deployments:
125125

126+
The following instances run on GitHub:
127+
126128
- **Nix-community infra**:
127129
[Configuration](https://github.com/nix-community/infra/tree/master/modules/nixos)
128130
| [Instance](https://buildbot.nix-community.org/)
@@ -133,3 +135,9 @@ See Buildbot-nix in action in these deployments:
133135
[Configuration](https://github.com/TUM-DSE/doctor-cluster-config/tree/master/modules/buildbot)
134136
| [Instance](https://buildbot.dse.in.tum.de/)
135137
- **Numtide**: [Instance](https://buildbot.numtide.com)
138+
139+
The following instances integrated with Gitea:
140+
141+
- **Clan infra**:
142+
[Configuration](https://git.clan.lol/clan/clan-infra/src/branch/main/modules/buildbot.nix)
143+
| [Instance](https://buildbot.clan.lol/)

examples/master.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# (defaults to the hostname of the machine)
1010
# "pass" is the password for the worker configured in `services.buildbot-nix.worker.workerPasswordFile`
1111
# "cores" is the number of cpu cores the worker has.
12-
# The number must match as otherwise potentially not enought buildbot-workers are created.
12+
# The number must match the actual core count of the machine as otherwise not enough buildbot-workers are created.
1313
workersFile = pkgs.writeText "workers.json" ''
1414
[
1515
{ "name": "eve", "pass": "XXXXXXXXXXXXXXXXXXXX", "cores": 16 }

0 commit comments

Comments
 (0)