top | item 37032451

(no title)

knocte | 2 years ago

> GitHub

Be careful with using their CI tho, even if it's good, you hit the limit quite fast (especially storage, not minutes; and they don't report properly where the storage expenditure comes, so it's very frustrating).

discuss

order

styren|2 years ago

You can quite easily plug in your own CI runner on Github and reduce the cost by 20 times or more, especially if you're already running k8s. (I wrote a post about it for the cheap managed k8s service I built https://symbiosis.host/blog/using-actions-runners)

SOLAR_FIELDS|2 years ago

I use ARC and I wouldn’t call it trivial to set up. Took awhile to tweak all of the things necessary to get it working right. It is way cheaper though once it is working

knocte|2 years ago

> and reduce the cost by 20 times or more,

How do you reduce the cost of zero?

gog|2 years ago

What kind of storage limit is there? What are you storing?

noahmasur|2 years ago

Usually it’s caching build artifacts between runs, or uploading packages or container images for private deployment.