Well, very basic question but I just didn't find (good) documentation; here we go:
/opt/gitlab-runner/bin/runner
?/opt/gitlab-runner/bin/runner
: does it make sense to start several such processes? (They don't show up individually under the 'Runners' tab in the gitlab-ci webview)Thanks.
One way to allow more jobs to run simultaneously is to simply register more runners. Each installation of GitLab Runner can register multiple distinct runner instances. They operate independently of each other and don't all need to refer to the same coordinating server.
Concurrency pipeline issue…..3 gitlab-runners running separately with default configuration (like above one) always make them happy.
With GitLab, you can use different executors, depending on your needs: Shell. SSH. VirtualBox.
For anyone else trying to run multiple gitlab-runners on windows:
gitlab-runner-windows-amd64.exe install -n dockerbuilder
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With