Hi, Denis, I have the same question.
Would you be so kind to tell me what parts of init.d script I should correct? Many thanks. среда, 19 марта 2014 г., 4:55:49 UTC+4 пользователь Denis Neuling написал: > > Hi Felix, > > I had the same problem and fixed it by modifying the init-script below > /etc/init.d . > At gitlab_ci_runner's init script there is a section which kills ghost > processes what literally means that all gitlab_ci_runner processes will be > killed. > That's why multiple runners aren't possible with the provided init script. > Let me know if you need further help. > > King regards > Denis > > Am Donnerstag, 16. Januar 2014 21:36:58 UTC+1 schrieb Felix Gläske: >> >> I have set up a server where I would like to run several GitLab-CI >> runners for doing my continuos integration stuff.... I've successfully >> installed GitLab/GitLab-CI and also my machine where my runners should >> live. I followed these >> <https://gitlab.com/gitlab-org/gitlab-ci-runner/tree/master> instructions >> and I'm able to start and register a runner with my GitLab-CI installation. >> But I'm wondering how to set up multiple runner instances. I already tried >> running >> >> CI_SERVER_URL=https://ci.example.com REGISTRATION_TOKEN=replaceme bundle >> exec ./bin/setup >> >> multiple times. I do see multiple runners in my GitLab-CI runners >> overview but on the runners machine I just get: >> >> Number of registered runners in PID file=1 >> Number of running runners=1 >> >> So I tried checking out the runners repo in different folders and setting >> up each runner individually. But the result is the same. So how do I start >> multiple runners? >> >> >> Felix >> > -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/gitlabhq/884d48b5-591e-4917-bedf-6f0801919011%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
