TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Gitlab reducing free tier CI/CD minutes from 2000 to 400 minutes

284 pointsby krafalmost 5 years ago

34 comments

jrochkind1almost 5 years ago
One thing that always confuses me about the business factors in this kind of announcement, where they say that the vast majority of users won&#x27;t be effected:<p>&gt; We evaluted CI&#x2F;CD minute usage and found that 98.5% of free users use 400 CI&#x2F;CD minutes or less per month.<p>Okay, so just that 1.5% of free users, each using at most 1600 minutes more than the 400 under the new limits... is enough cost to actually matter and make it worth making this change?<p>Or they anticipated that number going up if they didn&#x27;t make the change?<p>It seems odd to me to say &quot;This hardly effects anyone at all, almost everyone can keep doing exactly what they are doing for the same price (free in this case)&quot;, AND &quot;this was necessary for the sustainability of our budget.&quot;<p>What am I missing?
评论 #24369728 未加载
评论 #24369787 未加载
评论 #24369671 未加载
评论 #24369730 未加载
评论 #24376320 未加载
评论 #24369846 未加载
评论 #24371466 未加载
评论 #24369738 未加载
评论 #24370139 未加载
评论 #24370971 未加载
bachmeieralmost 5 years ago
Their existing policy has never made sense to me. You can only give away so much stuff on a free plan. I don&#x27;t think CI&#x2F;CD is cheap. Buying extra minutes for $10 (not per month) is completely reasonable. At some point I feel uncomfortable using a free plan that is obviously unsustainable.
评论 #24366519 未加载
评论 #24368818 未加载
评论 #24366482 未加载
评论 #24367168 未加载
评论 #24366706 未加载
评论 #24369257 未加载
评论 #24366794 未加载
评论 #24369244 未加载
nrclarkalmost 5 years ago
I&#x27;ve never really understood &quot;minutes&quot; as a unit of build work.<p>What kind of server are we talking about? What CPU? How much RAM? How fast is the storage access? Is my instance virtualized? And if so, do I have dedicated resources?<p>I have a build that takes around 70 minutes on an 8-core i9 with 32 GB of RAM and M.2 SSDs. What does that translate into for Gitlab &quot;minutes&quot;?
评论 #24367197 未加载
评论 #24366822 未加载
评论 #24375544 未加载
评论 #24367101 未加载
评论 #24371224 未加载
评论 #24369137 未加载
评论 #24368249 未加载
评论 #24366800 未加载
评论 #24366768 未加载
评论 #24372566 未加载
immagoalmost 5 years ago
Honestly not that big of a deal given that(I would assume) most probably run their own gitlab runners. I personally use the free tier and have a bunch of my own runners.
nscalfalmost 5 years ago
For smaller projects who aren&#x27;t ready to start spending yet, it&#x27;s pretty trivial to spin up your own runners on a server. Not sure how it scales, but Gitlab has pretty solid guides on how to make one. It took me maybe an hour the last time I looked at it, worth checking out. Definitely easier to drop $10 than maintain that though, I&#x27;m a fan of Gitlab&#x27;s CI&#x2F;CD infrastructure.
评论 #24367343 未加载
avolcanoalmost 5 years ago
$4&#x2F;mo for 2000 minutes is reasonable. GitHub Actions does 2000 minutes for free&#x2F;3000 minutes for $4, wonder if they&#x27;ll drop their free tier a bit without the competition.
评论 #24366464 未加载
评论 #24371357 未加载
xukialmost 5 years ago
Why many words when little would do?<p>“We want to reduce cost and make more money, therefore today we reduce the number of free minutes from 2000 to 400 for free accounts. There are options to buy more minutes. kthxbye.”<p>So tired of corporate PR BS.
评论 #24371240 未加载
评论 #24381382 未加载
dmmalmost 5 years ago
This is only about seven builds per month for my Rust project, not too bad but something I&#x27;ll have to keep in mind.<p>Does anyone else think this is a Gitlab campaign against overuse of monomorphization in Rust projects? I just can&#x27;t get myself to use Dyn...
评论 #24366539 未加载
评论 #24367205 未加载
评论 #24366451 未加载
the_jeremyalmost 5 years ago
That page links to <a href="https:&#x2F;&#x2F;about.gitlab.com&#x2F;solutions&#x2F;open-source&#x2F;program&#x2F;" rel="nofollow">https:&#x2F;&#x2F;about.gitlab.com&#x2F;solutions&#x2F;open-source&#x2F;program&#x2F;</a> for determining if your project can have more free minutes. It sounds like that says if you have a public repo you get a bajillion (50,000) free minutes. That seems like a crazy good deal.
slykaralmost 5 years ago
The feature that sold me GitLab was the ability to run your own runners. It&#x27;s basically 10x (source needed) cheaper than other hosted CI&#x2F;CD services. Most basic setup is like 3 commands.
time0utalmost 5 years ago
Gitlab&#x27;s SaaS offering is an excellent product. It is absolutely worth paying for. Their free tier was and still is very generous. I hope this isn&#x27;t a signal that they are having trouble. I&#x27;ve kind of naturally shifted 90+% of my work over the Gitlab over the past year. I love it and want to stay!
tomcamalmost 5 years ago
400 minutes is plenty to decide if you need to pay for the service, and they need to stay in business. Eminently fair, and still far better than the typical 1 month free.
etaioinshrdlualmost 5 years ago
Are we in a &quot;belt-tightening&quot; cycle? Noticing that Docker and now Gitlab are reducing their super generous free tiers...
评论 #24368590 未加载
评论 #24370385 未加载
评论 #24367339 未加载
nakedgremlinalmost 5 years ago
Does anyone know how to see historical runner usage on GitLab? I&#x27;m digging into the interface, and I only see current month usage, no ability to go back to previous months. With this reduction news, I thought the interface would have updated with better details.
评论 #24410667 未加载
atonsealmost 5 years ago
Seems like they’ve done it in a pretty reasonable way.
axelthegermanalmost 5 years ago
Can anybody provide more info about how to set up your own runners? I have a VPS which runs dokku - can I spin up some containers there? Or can I just run it locally on my laptop (usually my laptop is connected to the internet when I push my changes and trigger CI so it could run there?)<p>edit: I had the look at the docs but they&#x27;re quite overwhelming with lots of options. I run linux on my laptop. If the setup is too complicated I&#x27;ll just purchase some minutes and call it a day
downvoteme1almost 5 years ago
I see a lot of comments citing gitlab as devious or showing statistical lies. The basic point is that gitlab is a business that is competing in an area where competitors have infinite pockets. GitHub can allow users to use 2000 minutes and even make it free for teams because Microsoft has a huge war chest. Gitlab on the other hand is valued at 1&#x2F;1000 and has to be profitable to survive.
wdbalmost 5 years ago
I wish they would make there merge request work like GitHub’s pull requests. I always miss the messaging when there are merge conflicts. Also would be nice to have something similar to status checks with the annotations support like GH.<p>Now I am going to see if they fixed the bug were copy to clipboard stopped working a few months ago. Why would I want some JSON blurb intrad of branch name when copying it ️
bovermyeralmost 5 years ago
This seems totally reasonable.
aaronbrageralmost 5 years ago
This is cool, I love that gitlab lets you purchase extra minutes adhoc without a tier change. Neither GitHub nor CircleCi let you do that
agarzenmalmost 5 years ago
Do they have metrics on how many free tier accounts actually use the CI&#x2F;CD feature and of those how many exhaust the former 2000 minute quota?<p>I am asking because my use is definitely in the minority of the user base which is just slapping projects into a managed git repo that is not owned by Microsoft.<p>This was before github decided to allow private repos for free.
badbananaalmost 5 years ago
Colleague of mine blogged about how to save on Gitlab runner costs using AWS Spot instances not too long ago, <a href="https:&#x2F;&#x2F;makersden.io&#x2F;blog&#x2F;reducing-gitlab-runner-cost-with-aws-spot-instance" rel="nofollow">https:&#x2F;&#x2F;makersden.io&#x2F;blog&#x2F;reducing-gitlab-runner-cost-with-a...</a>
FpUseralmost 5 years ago
At the end of the day it will all come down to a very simple thing: pay up or hit the highway. There is only so much charity company can afford if it is there to make money rather than vaporizing investments.
cornflakealmost 5 years ago
CI pricing (gitlab, github actions, circleci etc.) is all extortionate. When they price by &#x27;user seat&#x27; (gitlab) or &#x27;credit&#x27; (circleci), comparing pricing is like trying to pick a cell phone plan.<p>AWS Code Build will always be an order of magnitude cheaper, it&#x27;s just slightly harder to set up but it works very well. It&#x27;s unclear how all these other services will ever compete with that.<p>For example, to run a CI server on Gitlab for a team of 8 that never spun down, it would cost $492 per month on their &#x27;shared&#x27; runners. On AWS Code Build, you get a DEDICATED ec2 instance for $223 per month and only pay for what you use when it&#x27;s running.
评论 #24369289 未加载
评论 #24369216 未加载
评论 #24369634 未加载
评论 #24369187 未加载
ivanstamealmost 5 years ago
Hetzner VPS for $35, caprover and you can install many one click apps, plus there is gitlab ce and some CI&#x2F;CDs...For just $35 a month...
评论 #24371232 未加载
pyrox420almost 5 years ago
When can we address only offering yearly plans for the paid user seats? We would have upgraded months ago if we could go month to month....
sam0x17almost 5 years ago
They sort of hang themselves with this -- gitlab runners will occasionally hang and just run for the full 1 hour max, making it very easy to max out your hours. Presumably they don&#x27;t fix this so people max out their hours and have to buy more, but it also hurts the bottom line of their free tier. I see this happen at least 2x a month on our project, and it doesn&#x27;t seem to correspond with any particular docker image.
评论 #24366328 未加载
评论 #24366182 未加载
评论 #24366289 未加载
alexellisukalmost 5 years ago
Good timing with Docker being the first-mover with its Hub pricing change.
thihtalmost 5 years ago
What would be the cheapest way (ideally free) to setup custom runners?
coding123almost 5 years ago
This doesn&#x27;t change anything for us, we use our own runners.
interrupt_almost 5 years ago
I wonder what would be the response here if GitHub did the same.
qppoalmost 5 years ago
edit: I can&#x27;t read, ignore my gripes on github actions. Gitlab is the best!
评论 #24367909 未加载
评论 #24368170 未加载
aaomidialmost 5 years ago
I know I work at Microsoft and this is going to sound bad but...at what stage is it other companies doing EEE?
评论 #24369732 未加载
sushshshshalmost 5 years ago
Metering of services like this only makes sense for organizations that don&#x27;t have the time or expertise or desire to maintain the open source, self-hosted version themselves.<p>Raspi and similar devices will some day hopefully rid the world of this tyranny of having to trust a website like this and pay them for eternity and hope they dont go down and hope they dont raise prices (oops) and hope they dont obfuscate pricing like ermmm well every cloud provider has.
评论 #24366185 未加载
评论 #24366401 未加载
评论 #24366861 未加载
评论 #24367329 未加载