Heimdall: increase gitlab runner concurrent limit
This commit is contained in:
parent
f8e14c90f6
commit
a6ccf64937
1 changed files with 2 additions and 0 deletions
|
|
@ -93,6 +93,7 @@ in
|
||||||
services = {
|
services = {
|
||||||
# runner for building docker images
|
# runner for building docker images
|
||||||
docker-images = {
|
docker-images = {
|
||||||
|
limit = 3;
|
||||||
authenticationTokenConfigFile = config.age.secrets.heimdall-gitlab-runner-docker-images.path;
|
authenticationTokenConfigFile = config.age.secrets.heimdall-gitlab-runner-docker-images.path;
|
||||||
|
|
||||||
dockerImage = "docker:stable";
|
dockerImage = "docker:stable";
|
||||||
|
|
@ -102,6 +103,7 @@ in
|
||||||
};
|
};
|
||||||
# runner for everything else
|
# runner for everything else
|
||||||
default = {
|
default = {
|
||||||
|
limit = 3;
|
||||||
authenticationTokenConfigFile = config.age.secrets.heimdall-gitlab-runner-default.path;
|
authenticationTokenConfigFile = config.age.secrets.heimdall-gitlab-runner-default.path;
|
||||||
dockerImage = "debian:stable";
|
dockerImage = "debian:stable";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue