How has your experience of installing gitlab on freebsd been?
Anything in particular that can be improved?
I'm pretty sure the gitlab team is open for all kind of improvements. :)
Someone wrote a very nice and detailed guide, however upgrading isn't mentioned[0]
it also suggests operating under bad practices like running gitlab from /home/
I guess I could write a decent salt-formula to do all this, but I can't handle upgrading of gitlab easily, it always breaks when I take a new branch from git and run a gitlab-ctl reconfigure.
Ahh I know where that came from.
The runners push the build results back to the coordinator (which is now included in gitlab).
So in theory, if you have a large number of runners and a very large number of concurrent builds, it could slow down gitlab a little bit.
But the numbers you need to reach this are pretty high.