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

crohr

no profile record

投稿

The GitHub Actions Language: Usage, Evolution, and Workflow Reliability

arxiv.org
5 ポイント·投稿者 crohr·先月·0 コメント

How building a Terraform module made me fall in love with CloudFormation

runs-on.com
2 ポイント·投稿者 crohr·4 か月前·0 コメント

Buildjet Shuts Down

buildjet.com
2 ポイント·投稿者 crohr·5 か月前·1 コメント

Go Client for GitHub Actions Runner Scale Set APIs

github.com
2 ポイント·投稿者 crohr·5 か月前·0 コメント

コメント

crohr
·先月·議論
Skip the middleman, just use AWS with runs-on.com (I'm the developer). Better instance choice, much cheaper, and you can setup an AWS budget alert.
crohr
·2 か月前·議論
Really nice, thanks!
crohr
·3 か月前·議論
I’m the founder of runs-on.com, we should talk!
crohr
·4 か月前·議論
So cool, thanks for sharing. Do you think it might be easier to maintain than something like `act` over the long run?
crohr
·4 か月前·議論
Love the observability you’ve built into it. But push a little bit further the scale and you’ll probably hit limits with the persistent self hosted runner approach, and end up with something like runs-on (runs-on.com)
crohr
·5 か月前·議論
> You know how I know GitHub’s runners are bad? Because there’s an entire cottage industry of companies whose sole product is “GitHub Actions, but the runners don’t suck.” Namespace, Blacksmith, Actuated, Runs-on, BuildJet

He's not wrong. Buildjet just announced they were shutting down though, citing recent improvements to the GitHub Actions platform.

For the record I maintain the Runs-on [1] he's talking about, as a solo developer.

[1] https://runs-on.com
crohr
·5 か月前·議論
For alternatives, I maintain a benchmark at https://runs-on.com/benchmarks/github-actions-cpu-performanc...
crohr
·5 か月前·議論
Not fully OSS, but you can have a look at https://github.com/runs-on/runs-on
crohr
·7 か月前·議論
Thanks for posting this :) runs-on.com domain posts never get traction, wonder if this could be due to YCombinator investment in 5+ startups in that space... Oh well.
crohr
·7 か月前·議論
I am developing a self-hosted solution for this [1]. It’s true that it’s somewhat of a pain but JIT runners allow a lot of flexibility that we don’t find elsewhere.

[1] https://runs-on.com
crohr
·7 か月前·議論
Probably long overdue, but per-minute price vs per-job is quite expensive. Wouldn’t like to be in the shoes of “only” 2x cheaper third parties. If they follow up with faster runners… interested to see if they ever come up with a good SDK for their scale set API, will integrate it in RunsOn!
crohr
·9 か月前·議論
But you can self-host github actions runners as well.