Preparing for Continuous Delivery: Understanding your deployment process
1–5 of 5 posts
Re: Preparing for Continuous Delivery: Understanding your deployment process
#2Re: Preparing for Continuous Delivery: Understanding your deployment process
#3I wonder how many companies are really using Continuous Deployment. Can somebody share their experience with that.? Is it feasible to remove QA people and dedicate that to developers?
Having a CD pipeline doesn't necessarily mean you are deploying to production multiple times a day. It means you can if you wanted to. If I have customers experiencing a problem that I can fix with a 5 minute, low risk patch then going through QA is nothing but a waste of everyone's time.
Also, a lot of the traditional QA work would be automated.
Re: Preparing for Continuous Delivery: Understanding your deployment process
#4Re: Preparing for Continuous Delivery: Understanding your deployment process
#5I wonder how many companies are really using Continuous Deployment. Can somebody share their experience with that.? Is it feasible to remove QA people and dedicate that to developers?
And let's face it: we're all tolerating bugs in production all the time.
As an aside, CD doesn't obviate QA or testing. It strongly favours automated testing over the manual flavour, especially during integration, but even then there's nothing stopping you from conducting manual tests on your branch before integration.