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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to