Go/No-Go Decision - CI/CD用語集の定義
go/no-go decisionは、テスト結果や未解決のリスクに基づいて、ステークホルダーがreleaseを出荷するかを決める正式なチェックポイントです。
go/no-go decisionは、ステークホルダーがreleaseを出荷する準備ができているかを、テスト結果、未解決のリスク、準備状況を比較検討して決める正式なチェックポイントです。
go/no-goは、重要なreleaseの前の人間によるgateです。pipelineが表に出す signal (テストの状態、未解決のブロッカー、canaryの健全性) を集め、出荷するか保留するかの一つの明示的な判断に変えます。
判断への入力
回帰結果、未解決のブロッカー数、canaryからのパフォーマンスとエラー率のデータ、そしてローンチ時間帯のon-call体制などの運用面の準備状況です。
関連ガイド
Approval Gate - CI/CD Glossary DefinitionApproval Gate: An approval gate is a manual checkpoint that pauses a pipeline until a designated person or te…
Deployment Gate - CI/CD Glossary DefinitionDeployment Gate: A deployment gate is a checkpoint that must pass before a release is allowed to deploy to a…
Release Candidate - CI/CD Glossary DefinitionRelease Candidate: A release candidate (RC) is a build believed ready for release that is put through final t…