Go/No-Go Decision とは?
Go/no-go decision は、release を出荷すべきかどうかについての最終的な判断で、明確な Yes か No として表されます。gate、テスト、リスク評価の結果を、責任の所在が明確な 1 つの判断に統合します。基準が客観的な場合は自動化でき、リスクの高い release では人が下すこともできます。
なぜ重要か
release には、なし崩し的に出ていくのではなく、単一で責任の所在が明確なコミットの瞬間が必要です。定義された go/no-go の地点は、明示的で記録された選択を強制します。
関連ガイド
What Are Release Gate Criteria?Release gate criteria are the explicit conditions a build must satisfy to pass a release gate, such as tests…
What Is a Deployment Approval Chain?A deployment approval chain is the ordered set of sign-offs a release must collect before it ships, routing i…
What Is a Rollout Health Gate?A rollout health gate pauses or halts a progressive deployment when live health signals breach thresholds, st…