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.

Login to comment
Anatoly Agulyansky avatar

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.