Slackbot
11/28/2023, 3:14 PMThomas Jespersen
11/28/2023, 3:28 PMJennifer Riggins
11/28/2023, 3:31 PMTeddy
11/28/2023, 3:40 PMThomas Jespersen
11/28/2023, 3:45 PMJennifer Riggins
11/28/2023, 3:46 PMThomas Jespersen
11/28/2023, 3:52 PMTeddy
11/28/2023, 5:05 PMJennifer Riggins
11/28/2023, 8:30 PMRoni Floman
11/28/2023, 8:37 PMJennifer Riggins
11/28/2023, 8:42 PMThomas Jespersen
11/28/2023, 9:04 PMBenchmark against yourself.If that is the advice, why does the State of DevOps share this matrix every year? I understand that if we improve over time it's better. DORA is supposed to be a scientific study, and when I ask questions, I feel you are just saying that I should not look at the numbers. If this was 5% vs 10% I would understand, but I'm talking about two orders of magnitude. 10% vs. 0.07%. It's like code coverage, 80% is good, 90% is better. But can we agree that 30% is not enough? Can we also agree that multiple daily incidents are not good? And do we agree that that would be the case if you have a change failure rate of, say, 10% and you deploy 50 times per day?
Jennifer Riggins
11/28/2023, 9:36 PMNathen Harvey
11/28/2023, 10:07 PMNathen Harvey
11/28/2023, 10:35 PMThomas Jespersen
11/28/2023, 10:59 PMNathen Harvey
11/28/2023, 11:14 PMNathen Harvey
11/28/2023, 11:23 PMNathen Harvey
11/28/2023, 11:25 PMNathen Harvey
11/28/2023, 11:27 PMNathen Harvey
11/28/2023, 11:31 PMThomas Jespersen
11/29/2023, 9:24 AMThere might be 60 deploys in a month where 3 require immediate attention.Hmm... that makes more sense. Maybe my misconception was that elite teams would deploy even more frequently. With 50 deployments per day, I guess that made us an outlier even in the elite teams cluster. One of my ambitions as CTO was to do one deployment per engineer per day. We were very close, especially after changing to continuous deployments (push on green). It made a tremendous safe work environment, where nobody feared making changes to production. We configured our pipelines to pause deployments after 3 PM, which meant that we only had a couple of "incidents" outside business hours per year, and in 10 years, I don't recall an incident in the night.
Jennifer Riggins
11/29/2023, 9:48 AMThomas Jespersen
11/29/2023, 10:05 AMNathen Harvey
11/29/2023, 12:35 PMNathen Harvey
11/29/2023, 12:37 PMThomas Jespersen
11/29/2023, 12:43 PMwere all of those engineers working on the same application or service?Kind of. We had 12 teams (8 product teams and 4 small platform teams). Each product team owned 1-2 Self-contained systems (big microservices, that included micro frontends, that could be deployed completely in isolation). In total, we had a dozen self-contained systems, and each of these was deployed a handful of times per day. For the customers, it was one product.
Nathen Harvey
11/29/2023, 12:50 PMThomas Jespersen
11/29/2023, 7:52 PM