The costs of continuous integration
The costs of continuous integration
Posted Mar 5, 2020 1:20 UTC (Thu) by anholt (guest, #52292)In reply to: The costs of continuous integration by JohnVonNeumann
Parent article: The costs of continuous integration
Our pipelines already let us terminate early if we want to structure them that way, so we could get all the wins you're talking about (don't run the whole thing on obviously busted commits by doing easy linting locally). However, the cost is not in the failed runs but all the successful runs (judging by the streams of green checkmarks I see when I go looking through pipeline logs).