Post-Deploy Verification とは?
Post-deploy verification は、deployment の直後に、新しいバージョンが正しく機能していることを自動チェックで確認するフェーズです。smoke test、synthetic ジャーニー、ヘルスシグナルの評価を含めることができます。検証が通ったときにのみ、deployment は完了かつ信頼できるものとして扱われます。
なぜ重要か
deploy が終わったというだけで完了と宣言すると、稼働中のシステムでしか現れない失敗を隠してしまいます。後で検証することで、成功を思い込みではなく測定された結果に変えます。
関連ガイド
What Is a Smoke Test Gate?A smoke test gate runs a small set of critical checks right after deployment and blocks promotion if any fail…
What Is a Synthetic Check Gate?A synthetic check gate runs scripted, simulated user transactions against a live deployment to verify behavio…
What Is a Deployment Annotation?A deployment annotation is a marker placed on monitoring charts at the moment of a release, making it easy to…