アウターループ - CI/CD 用語集の定義
アウターループは、コードが開発者のマシンを離れたときに始まります。pull request、CI、レビュー、merge、そしてリリースです。
アウターループは、開発者がコードを共有したときに始まるサイクルです。pull request、CI チェック、レビュー、merge、そして deploy です。
アウターループは、コラボレーションと統合が起こる場所です。そのレイテンシは主に CI とレビューの時間です。
CI において
CI pipeline はアウターループの自動化された中核です。その所要時間は、変更が merge されるまでに待つ時間を直接決定します。
関連ガイド
Inner Loop - CI/CD Glossary DefinitionInner Loop: The inner loop is the fast, local cycle a developer repeats while coding: edit, build, run, and t…
Feedback Loop - CI/CD Glossary DefinitionFeedback Loop: A feedback loop is the cycle between making a change and learning whether it worked; shorter l…
Lead Time - CI/CD Glossary DefinitionLead Time: Lead time for changes is a DORA metric measuring the elapsed time from a code commit to that chang…