lower max concurrent gitlab-runner jobs
This commit is contained in:
parent
b49766d954
commit
76ff36ff13
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue