You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default runner config.toml contains:
```
> cat /etc/gitlab-runner/config.toml
concurrent = 1
```
which limits the total number of concurrent jobs among all runners to
one.
This adds a parameter, `concurrent`, to the `gitlab::cirunner` class to
manage this setting. By default, the setting is left unmanaged, but
the parameter can be set to any integer >= 1 to enable management of it.
Closesvoxpupuli#71
The default runner config.toml contains:
```
> cat /etc/gitlab-runner/config.toml
concurrent = 1
```
which limits the total number of concurrent jobs among all runners to
one.
This adds a parameter, `concurrent`, to the `gitlab::cirunner` class to
manage this setting. By default, the setting is left unmanaged, but
the parameter can be set to any integer >= 1 to enable management of it.
Closesvoxpupuli#71
Currently the default setting for concurrent is 4 for gitlab-runner.
There doesn't see to be a way from within the module to set it.
Because there's no template to manage, not sure of the best way to send a PR.
Thoughts?
The text was updated successfully, but these errors were encountered: