I’ve got two builds that are completely stuck:
https://git.coderouge.co/folatt/kraken/builds/148
https://git.coderouge.co/folatt/core/builds/147
Runner is local with a python:3.5 docker image.
Relevant discussion:
I’ve got two builds that are completely stuck:
https://git.coderouge.co/folatt/kraken/builds/148
https://git.coderouge.co/folatt/core/builds/147
Runner is local with a python:3.5 docker image.
Relevant discussion:
What does the Runner Status say on Gitlab Admin page?
What do you see in the logs (gitlab-ctl logs, or the admin logs page).
If you are not the admin of git.coderouge.co then you will need to talk to the admin of that site.
There is no best runner. There is only the runner you need or don’t need. Do you really need to use a docker runner? If you’re having problems, why not get your initial private CI solution (with your own trusted code) on a shell runner?
If you are not the admin of git.coderouge.co then you will need to talk to the admin of that site.
I will.
Do you really need to use a docker runner?
The admin does it, so I should too.
So basically this kind of question is “Why doesn’t this work on your gitlab ci runner, dear admin?”. If you can’t figure it out by inspection, you’ll need help from someone who can run commands interactively on the ci-runner host machine.
Things you can check quickly:
What tags are associated with your project? You might need to add or remove a tag to get your work built, which tags are up to your CI build-server-administrator.
Is there a runner active that will accept your project?
The most likely thing is that there are zero runners active that will accept your project.
Thanks. The admin gave me a shared runner and it’s working now.