decrease number of concurrent jobs to 1 on cupsnet due to mem limits
Some checks failed
use nix / build (push) Has been cancelled
Some checks failed
use nix / build (push) Has been cancelled
This commit is contained in:
parent
635f5902aa
commit
8b17366816
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ in {
|
||||||
tokenFile = config.sops.secrets."gitea-runner-token".path;
|
tokenFile = config.sops.secrets."gitea-runner-token".path;
|
||||||
name = "cupsnet local";
|
name = "cupsnet local";
|
||||||
settings = {
|
settings = {
|
||||||
runner.capacity = 2;
|
runner.capacity = 1; #mem limit
|
||||||
container.network = "host";
|
container.network = "host";
|
||||||
cache = {
|
cache = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
|
|
Loading…
Reference in a new issue