Hacker News new | ask | show | jobs
by plasma 1718 days ago
CI can be slow, are you finding the build time is compiling, pulling packages or running tests?

Most of my projects are slow in CI due to test suite, I’m surprised a vendor hadn’t made native test parallelisation a thing (unless I’ve missed it) across multiple machines.

2 comments

We use Azure Pipelines. I'm actively search for better and faster CI. Today we saw fascinating 9 minute build for a web app that on my PC done in 25 seconds. This is extremely annoying. So yeah. Faster CI should be a great solution.