Pricing Changes for GitHub Actions
191–200 of 853 posts
Re: Pricing Changes for GitHub Actions
#192This seems backwards. Why charge for me to run the thing myself instead of them?
But you (yes, you personally) have to collect the results and publish them to a webpage for me. For free.
Would you make this deal?
Re: Pricing Changes for GitHub Actions
#193If I have a VPS, what should I be running on it to replace github actions? (eg run tests, return pass/fail to github PR)
Re: Pricing Changes for GitHub Actions
#194This seems backwards. Why charge for me to run the thing myself instead of them?
They still run the whole orchestration. If you don't want to pay, you'd have to not use GitHub Actions at all, maybe by using their API to test new commits and PRs and mark them as failed or passed.
Re: Pricing Changes for GitHub Actions
#195Earlier quoted context omitted.
Because you appear completely oblivious and deliberately naive about the entire purpose of CI.
Based on my experience I really do think most people are using it for things that they could perfectly well do locally with far less complication. Perhaps that isn't most use of it; the big projects are really big.
Fundamentally, yes, what you run in a CI pipeline can run locally.
That's doesn't mean it should.
Because if we follow this line of thought, then datacenters are useless. Most people could perfectly host their services locally.
Re: Pricing Changes for GitHub Actions
#196Earlier quoted context omitted.
This is absolutely bananas; for my own CI workflow I'll have to pay $140+/month now just to run my own hardware.
I'm curious, what are you doing that has over 1000 hours a month of action runtime?
Re: Pricing Changes for GitHub Actions
#197At $0.002 per minute there are at most 90 dollars in a month. Maybe even after an year of cumulative costs it's less then the cost of switching to something else. Maybe even after many and many years of cumulative costs: the larger the company the more expensive corporate inertia gets.
Re: Pricing Changes for GitHub Actions
#198If this gives you pause, consider these hosted alternatives as another option: * Codeberg https://codeberg.org/ * Sourcehut https://sr.ht/ [1] [1] https://sourcehut.org/alpha-details/
Or just run a self hosted GitLab open source instance? Running it for 6 years now with nearly zero issues and a great CI.
Re: Pricing Changes for GitHub Actions
#199Introducing a separate charge specifically targeting those of your customers who choose to self-host your hilariously fragile infrastructure is certainly a choice.. And one I assume is in no way tied to adoption/usage-based KPIs. Of course, if you can just fence in your competition and charge admission, it'd be silly to invest time in building a superior product.
Meanwhile I'm just running `pytest`, `pyproject-build`, `twine` etc. at the command line.... (People seem to object to this comment. I genuinely do not understand why.)
Actions let you test things in multiple environments, to test them with credentials against resources devs don't have access to, to do additional things like deploys, managing version numbers, on and on
With CI, especially pull requests, you can leave longer running tests for github to take care of verifying. You can run periodic tests once a day like an hour long smoke test.
CI is guard rails against common failure modes which turn requiring everyone to follow an evolving script into something automatic nobody needs to think about much
Re: Pricing Changes for GitHub Actions
#200That being said even with no free platform minutes my Blacksmith usage will only $1.20 a month in platform fees, so inconsequential.