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/groups/opt_out.

Reply via email to