login
Updated 02/27/2023
5

Speeding up CI/CD processes

Current situation

The CI/CD workflow is super long.

Disadvantages

It takes hours from the moment that PR is ready until it gets deployed to production.

Problem statement

Because of the long CI/CD processes, we cannot move fast and it takes a long time to release a feature (even a small one). This restrains us from pushing to production when the feature is ready. Instead, it takes hours.

Success criteria

We should be able to reduce the entire CI/CD process, ideally to minutes, so we can deploy features and bug fixes immediately as they are getting approved.

Login to comment

Anatoly Agulyansky

02/27/2023

This is a great example how to apply the problem solving tools help to save time of a process. Good job.