Retry Budget - CI/CD用語集の定義
Retry budgetは、自動リトライ(テスト単位、job単位、または全体)に対する上限であり、一時的な失敗に再挑戦の機会を与えつつ、無制限の再実行が真のregressionを隠したりCIの分数を浪費したりしないようにします。
関連ガイド
Quarantine - CI/CD Glossary DefinitionQuarantine moves a known-flaky test out of the blocking suite so it no longer fails the build, while still ru…
Circuit Breaker - CI/CD Glossary DefinitionA circuit breaker stops calling a failing dependency once errors cross a threshold, failing fast for a cooldo…
Rate Limiting - CI/CD Glossary DefinitionRate limiting caps how many requests a client may make in a window, protecting a service from overload and ab…