|
|
|
|
|
by AlotOfReading
937 days ago
|
|
Depends on what your code does. A lot of my code runs robots. You can't scale horizontally because you can only fit so many systems in a room before you run afoul of production limits, safety requirements or cooling capacity. You can't scale vertically because zoning. You can't run the tests faster because physics. So, you either run the expensive tests asynchronously and all that entails or you allow CI to take forever. |
|