On 1/15/20 9:24 AM, Nikos Mavrogiannopoulos wrote:
On Wed, Jan 15, 2020 at 7:18 AM Niels Möller nisse@lysator.liu.se wrote:
If they are you should be able to see them in Settings -> CI/CD -> Runners.
I've now had a look. There's a section for "Group runners", which is empty. No mention of "shared runners". There's a link to "Install a GitLab runner" (with various kinds of binaries, no mention of sources), and a big button "Install Runner on Kubernetes".
So there aren't any :)
Niels, since you set up your own instance of Gitlab, you can't access the Gitlab.com runners (it's a free service for customers only).
So you can set up your own "machines" (bare metal, vm or container) and install [1] on them. This gives you runners for your own CI - every merge request and every push will automatically be built and tested.
Sorry that I am not into the details, thus can't give you detailed instructions.
[1] https://docs.gitlab.com/runner/install/
Regards, Tim