HackerTrans
トップ新着トレンドコメント過去質問紹介求人

suryao

no profile record

投稿

Controlling costs with new GitHub Actions pricing changes

warpbuild.com
4 ポイント·投稿者 suryao·7 か月前·3 コメント

Amazon EKS with 100k Nodes

aws.amazon.com
3 ポイント·投稿者 suryao·12 か月前·0 コメント

Amazon S3 Vectors: Cloud storage with native vector support

docs.aws.amazon.com
1 ポイント·投稿者 suryao·12 か月前·0 コメント

Cloudflare Sandboxes

developers.cloudflare.com
26 ポイント·投稿者 suryao·昨年·4 コメント

Format for 200x faster VM disk snapshots

cognition.ai
3 ポイント·投稿者 suryao·昨年·0 コメント

A bear case: My predictions regarding AI progress

lesswrong.com
204 ポイント·投稿者 suryao·昨年·215 コメント

Guide to Self-Host GitHub Actions Runners on EKS using actions-runner-controller

warpbuild.com
2 ポイント·投稿者 suryao·2 年前·1 コメント

Hosting GitHub Actions runners in your GCP, AWS VPC

docs.warpbuild.com
1 ポイント·投稿者 suryao·2 年前·0 コメント

PS5 Pro Is Released

playstation.com
3 ポイント·投稿者 suryao·2 年前·0 コメント

GitHub Actions artifacts leaking auth tokens in projects like Firebase and Clair

bleepingcomputer.com
1 ポイント·投稿者 suryao·2 年前·0 コメント

GitHub Actions with large runners are delayed

githubstatus.com
1 ポイント·投稿者 suryao·2 年前·0 コメント

Show HN: 10x cheaper GitHub Actions on your AWS account

warpbuild.com
30 ポイント·投稿者 suryao·2 年前·12 コメント

GitHub Issues has issues and status page has a partial outage

githubstatus.com
2 ポイント·投稿者 suryao·2 年前·0 コメント

A comprehensive guide to self-hosting GitHub Actions runners on AWS

warpbuild.com
3 ポイント·投稿者 suryao·2 年前·0 コメント

Setting up a Docker registry mirror to workaround Dockerhub rate limits

warpbuild.com
1 ポイント·投稿者 suryao·2 年前·3 コメント

Show HN: GitHub Actions on macOS, 25% faster and at half the cost

docs.warpbuild.com
13 ポイント·投稿者 suryao·2 年前·1 コメント

Show HN: WarpBuild – x86-64 and arm GitHub Action runners for 30% faster builds

warpbuild.com
154 ポイント·投稿者 suryao·3 年前·87 コメント

コメント

suryao
·2 か月前·議論
Founder of WarpBuild here. We provide GHA runners that are much faster and about half the cost. This includes MacOS. Check us out.

https://warpbuild.com
suryao
·3 か月前·議論
Founder of WarpBuild here: we provide faster runners (also cheaper), and have some niceties around debugging workflows like ssh-ing into them, observability etc.
suryao
·3 か月前·議論
Ack. Will take a look.
suryao
·3 か月前·議論
Founder of WarpBuild here. We have faster compute: baremetal for amd64 workloads, AWS for arm64 etc.

We optimize for overall performance in real world jobs and have a broad selection of regions/OSes/arch available. There aren't any fixed subscription fees either.
suryao
·7 か月前·議論
The statement regarding the better option is as it stands today and does not account for all possible futures.

Reg. hiking it again, they'd have to either be extremely anti-competitive and selectively apply the pricing OR apply the hike uniformly by about double the current value to match our pricing while making it completely unviable for any large co to use self-hosted github actions in the first place.
suryao
·7 か月前·議論
Small to mid sized OSS projects benefit heavily from this. There is a size beyond which the free runner sizes become insufficient, but the assumption is that some form of monetization is figured out by that time. For example, we have a lot of OSS projects using WarpBuild because performance and fast CI is important for productivity.

Without GitHub's free CI for public repos, the small projects and indies will get hit the hardest imo.

However, I do not know hard numbers to quantify the impact.
suryao
·7 か月前·議論
fixed it - sorry about that.
suryao
·7 か月前·議論
thanks for the love! we are actively considering supporting other providers.
suryao
·7 か月前·議論
Hey, WarpBuild founder here. While it makes it harder for us to communicate this, we're still, we're still faster and cheaper even after the $0.002/min self hosting tax.

Overall costs go up for everyone but we remain the better option.
suryao
·7 か月前·議論
it's rather egregious that it is a "per minute" tax rather than a $0.002 per job.
suryao
·7 か月前·議論
Here are the practical implications and considerations to optimize for cost, given the new pricing. These are generic and ensure you think through your workflows and runners before making any changes.

1. Self-hosting runners or using WarpBuild/blacksmith runners is still cheaper Despite the $0.002/minute self-hosted runner tax, self-hosting runners on your cloud (aws/gcp/azure/...) or using WarpBuild/... runners remains the cheaper option.

2. Prefer larger runners If your workflow scales with the number of vCPUs, prefer larger runners. That ensures you spend fewer minutes on the runner, which reduces the GitHub self-hosted runner tax.

For example, using actions-runner-controller with heavy jobs running on 1 vcpu runners is not a good idea. Instead, prefer a 2vcpu runner (say) if it runs the job ~2x faster.

3. Prefer faster runners All else being equal, prefer faster runners. That ensures you spend fewer minutes on the runner, which reduces the GitHub self-hosted runner tax.

For example, if you're self-hosting on aws and using a t3g.medium runner, it's better to use a t4g.medium runner since the newer generation is faster, but not much more expensive.

4. Prefer fewer shards If you have a lot of shards for your jobs (example: tests on ~50 shards), consider reducing the number of shards and parallelizing the tests on fewer but larger runners.

5. Improve job performance This is not new advice, but it's now more important than ever because of the additional GitHub self-hosted runner tax.

6. Use GitHub hosted runners for very short jobs For linters and other very short jobs, it's better to use GitHub hosted runners.

Hope this helps. Note: I'm the founder of WarpBuild. I'm biased, but the points above hold.
suryao
·7 か月前·議論
We only have macos arm64 (M-series) runners. Can you point me to the intel reference so I can fix it?
suryao
·7 か月前·議論
Thanks for the WarpBuild love!

Performance is the primary lever to pay less $0.002/min self hosting tax and we strive to provide the best performance runners.
suryao
·7 か月前·議論
With these changes, three things hold:

1. Services like blacksmith and WarpBuild (I'm the founder) are still cheaper than GitHub hosted runners, even after including the $0.002/min self-hosting tax.

2. The biggest lever for controlling costs now is reducing the number of minutes used in CI. Given how slow Github's runners are, or even the ones on AWS compared to our baremetal processor single core performance + nvme disks, it makes even more sense to use WarpBuild. This actually makes a better case for moving from slow AWS instances running with actions-runner-controller etc. to WarpBuild!

3. Messaging this to most users is harder since the first reaction is that Github options make more sense. After some rational thought, it is the opposite.

Overall - it is worse for Github users, but options like blacksmith and WarpBuild are still the better option.
suryao
·7 か月前·議論
With these changes, three things hold:

1. Services like WarpBuild (I'm the founder) are still cheaper than GitHub hosted runners, even after including the $0.002/min self-hosting tax.

2. The biggest lever for controlling costs now is reducing the number of minutes used in CI. Given how slow Github's runners are, or even the ones on AWS compared to our baremetal processor single core performance + nvme disks, it makes even more sense to use WarpBuild. This actually makes a better case for moving from slow AWS instances running with actions-runner-controller etc. to WarpBuild!

3. Messaging this to most users is harder since the first reaction is that Github options make more sense. After some rational thought, it is the opposite.
suryao
·7 か月前·議論
ah! a fellow futurama lover, i see you
suryao
·7 か月前·議論
The lever that matters the most with the new $0.002/min tax is to reduce the number of minutes consumed.

Given that GitHub runners are still slow as ever, it actually is a point in our favor even compared to self-hosting on aws etc. However, it makes the value harder to communicate <shrug>.
suryao
·7 か月前·議論
Hey - thanks for the WarpBuild love!

Given github ran 11.5 billion mins of actions in 2025, and most of them would've been on self-hosted runners, this move makes some sense from their POV.

However, this is still an... interesting... move, especially after bitbucket got all that hate a few weeks ago for doing something similar.
suryao
·7 か月前·議論
Yep, the discussion there seems to be mostly around the pricing itself rather than what can be done about it (assuming users are still sticking with github).
suryao
·7 か月前·議論
Here are the practical implications and considerations to optimize for cost, given the new pricing. These are generic and ensure you think through your workflows and runners before making any changes.

1. Self-hosting runners is still cheaper than not Despite the $0.002/minute self-hosted runner tax, self-hosting runners on your cloud (aws/gcp/azure/...) remains the cheaper option.

2. Prefer larger runners If your workflow scales with the number of vCPUs, prefer larger runners. That ensures you spend fewer minutes on the runner, which reduces the GitHub self-hosted runner tax.

For example, using actions-runner-controller with heavy jobs running on 1 vcpu runners is not a good idea. Instead, prefer a 2vcpu runner (say) if it runs the job ~2x faster.

3. Prefer faster runners All else being equal, prefer faster runners. That ensures you spend fewer minutes on the runner, which reduces the GitHub self-hosted runner tax.

For example, if you're self-hosting on aws and using a t3g.medium runner, it's better to use a t4g.medium runner since the newer generation is faster, but not much more expensive.

4. Prefer fewer shards If you have a lot of shards for your jobs (example: tests on ~50 shards), consider reducing the number of shards and parallelizing the tests on fewer but larger runners.

5. Improve job performance This is not new advice, but it's now more important than ever because of the additional GitHub self-hosted runner tax.

6. Use GitHub hosted runners for very short jobs For linters and other very short jobs, it's better to use GitHub hosted runners.

Note: I make WarpBuild, where we provide github actions runner compute. Our compute is still cheaper than using github hosted runners (even with the $0.002/min tax) and our runners are optimized for high performance to minimize the number of mins consumed. I'm generally biased, but I think the points 1-6 apply irrespective of WarpBuild.