Quality Gate - CI/CD用語集の定義
クオリティゲートは、ビルドが先に進む前にクリアしなければならない基準を定義します。
クオリティゲートとは、最低限のテストカバレッジ、失敗するテストがないこと、許容できるコード品質のメトリクスなど、ビルドが先に進むために満たさなければならない合格または不合格の条件のセットです。
クオリティゲートは、ビルドが先に進む前にクリアしなければならない基準を定義します。
CIでの利用
クオリティゲートは、いずれかのしきい値を満たさないときに失敗するパイプラインのjobとして強制されるため、基準を満たさない変更はmergeやdeployができません。
関連ガイド
Security Gate - CI/CD Glossary DefinitionSecurity Gate: A security gate is a pipeline checkpoint that blocks a change from progressing unless it passe…
Compliance Gate - CI/CD Glossary DefinitionCompliance Gate: A compliance gate is a pipeline checkpoint that enforces regulatory or organizational policy…
Code Review - CI/CD Glossary DefinitionCode Review: A code review is the examination of proposed code changes by one or more people other than the a…