gitlab: increase max cuncurrent builds
This commit is contained in:
parent
a63a67d413
commit
07f2b3419c
|
@ -3,7 +3,7 @@
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
services.gitlab-runner = with lib; {
|
services.gitlab-runner = with lib; {
|
||||||
enable = true;
|
enable = true;
|
||||||
concurrent = 1;
|
concurrent = 4;
|
||||||
services = {
|
services = {
|
||||||
ci_test = {
|
ci_test = {
|
||||||
registrationConfigFile = "/srv/gitlab-runner/env/ci_test";
|
registrationConfigFile = "/srv/gitlab-runner/env/ci_test";
|
||||||
|
|
Loading…
Reference in a new issue