Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manage concurrent setting for gitlab-runner #71

Closed
jaxxstorm opened this issue Apr 11, 2016 · 1 comment
Closed

Manage concurrent setting for gitlab-runner #71

jaxxstorm opened this issue Apr 11, 2016 · 1 comment
Labels
enhancement New feature or request needs-help Extra attention is needed

Comments

@jaxxstorm
Copy link

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?

@tobru
Copy link
Contributor

tobru commented Apr 19, 2016

Do you have an example of what you mean here? PS: PRs are always welcome...

jameslikeslinux added a commit to jameslikeslinux/puppet-gitlab that referenced this issue Jun 1, 2016
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.

Closes voxpupuli#71
jameslikeslinux added a commit to jameslikeslinux/puppet-gitlab that referenced this issue Jun 1, 2016
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.

Closes voxpupuli#71
@tobru tobru added enhancement New feature or request needs-help Extra attention is needed labels Jun 14, 2016
@tobru tobru closed this as completed in 3770be4 Aug 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs-help Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants