lower max concurrent gitlab-runner jobs

This commit is contained in:
Leonardo Eugênio 2022-10-12 18:33:08 -03:00
parent b49766d954
commit 76ff36ff13

View file

@ -3,7 +3,7 @@
virtualisation.docker.enable = true;
services.gitlab-runner = with lib; {
enable = true;
concurrent = 4;
concurrent = 1;
services = {
ci_test = {
registrationConfigFile = "/srv/gitlab-runner/env/ci_test";