Hacker News new | ask | show | jobs
by webmonkeyuk 2516 days ago
Having to wait 30 mins for a build to run sounds like the real issue here. How would you push out an an emergency release in a timely way for example?
2 comments

In a real emergency situation, there are all sorts of solutions to get a fix out and fast. But that almost never happens, thus it's not something to optimize for.
That may also depend on how many commits wait in the line. If team is large or monorepo, you need to wait for all pushes to pass in order for your own push to be tested which might take a long time even if single test is fairly fast.