Hacker News new | ask | show | jobs
by orf 2851 days ago
> it will seem a good idea to run gitlab-runner on every laptop of your team to reduce cost.

Will it?!

2 comments

Agreed, that's a crazy way to try to reduce cost
Reminds me of the Xcode built-in distcc thing they had back then.
Gitlab runner is really easy to install on Linux. At work, I run Gitlab-CI jobs on my laptop : the main reason was the shared runners (provided by my company) were unstable and full. Our Gitlab instance has now ~20 shared runners (used by dozens of teams) and are a lot more stable. I still use my laptop to avoid waiting forever for the docker images to be downloaded.