Umbraco.Cloud.Issues
Umbraco.Cloud.Issues copied to clipboard
Using CI/CD pipelines with 4 fulltime developers overwhelms Development environment
Issue description
The CI/CD builds regularly take between 15 and 30 minutes to complete. With 4 fulltime developers on the project, contributing 3-4 pull requests per day (especially fixing defects after all major features were complete), we were apparently "overwhelming" the Development environment. A team of 4 developers is not large by anyone’s standards, so if Umbraco Cloud can’t keep up with that, that is a significant red flag. (We have batching enabled on our CI/CD pipeline, so if multiple Pull Requests complete at the same time, only a single build/release to Umbraco Cloud is triggered.)
This issue was raised with Umbraco Cloud support, and we were told to "combine all of the pull requests and do one large deploy," missing the point of Ci/CD.