サービスオーナーシップ - CI/CD 用語集の定義
サービスオーナーシップとは、サービスを書いたチームがそれを運用することも意味します。彼らはその pipeline、アラート、インシデントを所有します。
サービスオーナーシップは、サービスを構築したチームが、その pipeline、オンコール、信頼性を含め、その運用に責任を負うモデルです。
「作ったら運用する」という言葉に集約されるように、オーナーシップはソフトウェアの構築と運用のインセンティブを同じチームに揃えます。
CI において
サービスを所有することには、その CI を所有することも含まれます。pipeline を green に保ち、壊れやすいテストをトリアージし、build が main ブランチを壊したときに対応することです。
関連ガイド
Software Catalog - CI/CD Glossary DefinitionSoftware Catalog: A software catalog is a machine-readable inventory of an organization services, libraries,…
Scorecard - CI/CD Glossary DefinitionScorecard: A scorecard is a set of automated checks that grade a service against standards (test coverage, pi…
Developer Experience - CI/CD Glossary DefinitionDeveloper Experience: Developer experience (DevEx) is the overall quality of how it feels to build software i…