Hacker News new | ask | show | jobs
by byroot 62 days ago
Nothing ground breaking we simply deploy Buildkite agents on EC2 nodes.

As mentioned in the post, the only thing really limiting CI parallelism is the ratio of "setup time" vs "test time". If your setup time is too long, you hit diminishing returns fast.

1 comments

Thank you for sharing – with 1350 workers I can appreciate the reduction of setup time!