File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,8 @@ in our repository.
123
123
124
124
See Buildbot-nix in action in these deployments:
125
125
126
+ The following instances run on GitHub:
127
+
126
128
- ** Nix-community infra** :
127
129
[ Configuration] ( https://github.com/nix-community/infra/tree/master/modules/nixos )
128
130
| [ Instance] ( https://buildbot.nix-community.org/ )
@@ -133,3 +135,9 @@ See Buildbot-nix in action in these deployments:
133
135
[ Configuration] ( https://github.com/TUM-DSE/doctor-cluster-config/tree/master/modules/buildbot )
134
136
| [ Instance] ( https://buildbot.dse.in.tum.de/ )
135
137
- ** 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/ )
Original file line number Diff line number Diff line change 9
9
# (defaults to the hostname of the machine)
10
10
# "pass" is the password for the worker configured in `services.buildbot-nix.worker.workerPasswordFile`
11
11
# "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.
13
13
workersFile = pkgs . writeText "workers.json" ''
14
14
[
15
15
{ "name": "eve", "pass": "XXXXXXXXXXXXXXXXXXXX", "cores": 16 }
You can’t perform that action at this time.
0 commit comments