|
|
|
|
|
by ccvannorman
134 days ago
|
|
I just finished an implementation of CI across three codebases totalling >50k lines and I can confirm a lot of the author's pain points, especially around logging and YAML variables. Commit with one character YAML difference? Check. Commit with 2-3 YAML lines just to add the right logging? Check. Wait 5+ minutes for a YAML diff to propagate through our test pipeline for the nth time today? .. sigh .. check BUT, after ironing all these things out (and running our own beefy self-hosted runner which is triggered to wake up when there's a test process to snack on), it's .. uh.. not so bad? For now? |
|