|
|
|
|
|
by HDThoreaun
938 days ago
|
|
I mean this is mostly just a devops issue though no? PR’s used to take a solid week to merge at my company with a 10 hour CI that had a ~50% success rate when the code worked. But we put a bunch of resources toward build times and ci run time and now it mostly works. Yea, you can circumvent a shitty pr system by just making massive pr’s but wouldn’t it be easier to have the devops team fix your broken system? |
|
So, you either run the expensive tests asynchronously and all that entails or you allow CI to take forever.