I've never really understood "minutes" as a unit of build work. 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? 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 "minutes"?
Gitlab reducing free tier CI/CD minutes from 2000 to 400 minutes
31–40 of 176 posts
Re: Gitlab reducing free tier CI/CD minutes from 2000 to 400 minutes
#32This is only about seven builds per month for my Rust project, not too bad but something I'll have to keep in mind. Does anyone else think this is a Gitlab campaign against overuse of monomorphization in Rust projects? I just can't get myself to use Dyn...
> Does anyone else think this is a Gitlab campaign against overuse of monomorphization in Rust projects? No,not really. I mean, in healthy projects build times are dwarfed by the time it takes to run tests. In web development projects even the delivery and deployment steps dwarf build times.
-James H, GL Product Manager, Verify:Testing
Re: Gitlab reducing free tier CI/CD minutes from 2000 to 400 minutes
#33Re: Gitlab reducing free tier CI/CD minutes from 2000 to 400 minutes
#34Metering of services like this only makes sense for organizations that don't have the time or expertise or desire to maintain the open source, self-hosted version themselves. 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 prici…
Re: Gitlab reducing free tier CI/CD minutes from 2000 to 400 minutes
#35$4/mo for 2000 minutes is reasonable. GitHub Actions does 2000 minutes for free/3000 minutes for $4, wonder if they'll drop their free tier a bit without the competition.
Alas, I doubt they care much. Post-Microsoft-acquisition-GitHub is playing a different game.
Excatly. Microsoft owned GitHub is more interested into getting more customers for Azure than GitHub itself.
Re: Gitlab reducing free tier CI/CD minutes from 2000 to 400 minutes
#36Earlier quoted context omitted.
I honestly don't understand what he is complaining about.
I'm suggesting that $4 per month where I have to estimate the number of requests I will actually make is actually not that good of a value compared to self hosting on a raspberry pi. The devices will pay for themselves within the first year and generally my philosophy is to avoid building your operation around 50 services cobbled together because there is a possibility you will spend more dev time trying to understan…
Re: Gitlab reducing free tier CI/CD minutes from 2000 to 400 minutes
#37Re: Gitlab reducing free tier CI/CD minutes from 2000 to 400 minutes
#38I've never really understood "minutes" as a unit of build work. 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? 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 "minutes"?
They give you a certain power for a number of minutes. It seems reasonable.
If they upgrade their servers, they can fit more minutes per machine, or give it away by speeding up runs for free.
If you want to think about “minutes on XYZ machine”, then build your own CI on AWS and pay exactly what you want.
Re: Gitlab reducing free tier CI/CD minutes from 2000 to 400 minutes
#39Re: Gitlab reducing free tier CI/CD minutes from 2000 to 400 minutes
#40Their existing policy has never made sense to me. You can only give away so much stuff on a free plan. I don't think CI/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.
> At some point I feel uncomfortable using a free plan that is obviously unsustainable. This describes how I've felt about Discord for years.