How long does it take for your continuous integration pipeline to complete a full loop after new code changes? Trying to get a sense of what’s typical for CI/CD pipelines for software development teams using DevOps.

2.3k viewscircle icon2 Upvotescircle icon2 Comments
Sort by:
Technology Consulting Director10 months ago

The time for a continuous integration (CI) pipeline to complete a full loop can vary widely.  I have seen code tested and promoted to PROD in 10 minutes for low-hanging customization and enhancements in SAP World and 30-45 minutes for complex codebases.  At the end of day, I believe its a trade-off between speed and comprehensiveness (testing/optimization, feedback, quality of code, etc.) 

CTO in Media10 months ago

CI and CD often get used differently at different organizations. 

CI should allow you to integrate your code with others continuously.
CD should allow you to deploy, but you shouldn't be required to deploy, although true CD can be very powerful if you get there.

When I think of CI, it is enough testing to ensure the component/code that was changed works. If you're practicing very high levels of modularity, you should be able to get that level of confidence with compile/lint + unit & module-level integration tests with mocks for third-party systems and modules.

So, minutes, not hours.

If you have to build and deploy all parts of many parts of your system to a pseudo-production environment, I'd start looking at more modular build patterns.

Dave Farley has a lot of good advice:

https://www.youtube.com/watch?v=QFCHSEHgqFE

Lightbulb on1

Content you might like

CEO23%

CIO53%

CTO40%

Software department leadership 28%

Team leads30%

Software engineers/developers19%

Someone else (comment to share)

N/A — no plans to use AI agents for software engineering2%

View Results

Certified Associate in Software Testing (CAST)29%

Certified Software Tester (CSTE)48%

ISTQB Foundation Level32%

ISTQB Agile Tester25%

Certification in a specific automation tool (i.e. Selenium, Ranorex)23%

Other certification5%

None8%

View Results