|
|
|
|
|
by mgaunard
1285 days ago
|
|
Just provisioning a new node, deploying a new kubernetes worker and downloading the source and pre-built artifacts takes longer than it takes to build stuff incrementally on my machine. Also my local machine has resources entirely dedicated to me and isn't held back because someone else decided to rebuild the world. |
|
Scale up ahead of time, so there’s always a machine ready. Prefetch the repository / packages when CI workers start, so they’re already installed before a build is triggered. Use your imagination - CI doesn’t have to suck.