decrease number of concurrent jobs to 1 on cupsnet due to mem limits
Some checks failed
use nix / build (push) Has been cancelled

This commit is contained in:
Cyryl Płotnicki 2024-04-27 11:55:05 +01:00
parent 635f5902aa
commit 8b17366816

View file

@ -35,7 +35,7 @@ in {
tokenFile = config.sops.secrets."gitea-runner-token".path;
name = "cupsnet local";
settings = {
runner.capacity = 2;
runner.capacity = 1; #mem limit
container.network = "host";
cache = {
enabled = true;