forked from DGNum/infrastructure
feat(forgejo-runners): Increase number of runners on storage01
This commit is contained in:
parent
0555d4cbff
commit
1d92b61e48
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ in {
|
||||||
dependencies = [ pkgs.colmena pkgs.npins pkgs.tea ];
|
dependencies = [ pkgs.colmena pkgs.npins pkgs.tea ];
|
||||||
|
|
||||||
containerOptions = [ "--cpus=4" ];
|
containerOptions = [ "--cpus=4" ];
|
||||||
|
|
||||||
|
nbRunners = 6;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.gitea-actions-runner.instances = builtins.mapAttrs (_: mkRunner) {
|
services.gitea-actions-runner.instances = builtins.mapAttrs (_: mkRunner) {
|
||||||
|
|
Loading…
Reference in a new issue