Skip to content
代码片段 群组 项目
  • ddieulivol's avatar
    6519695a
    Do not retry if we have the max number of failures · 6519695a
    ddieulivol 创作于
    If we have RSPEC_FAIL_FAST_THRESHOLD tests failures, we might
    have more tests failures happening.
    
    If we only retry the RSPEC_FAIL_FAST_THRESHOLD tests that failed,
    we might miss other failures, and pass the CI job,
    which is not intended.
    
    This commit ensures that we do not auto-retry the failed tests
    when we have the maximum of allowed failures.
    6519695a
    历史
    Do not retry if we have the max number of failures
    ddieulivol 创作于
    If we have RSPEC_FAIL_FAST_THRESHOLD tests failures, we might
    have more tests failures happening.
    
    If we only retry the RSPEC_FAIL_FAST_THRESHOLD tests that failed,
    we might miss other failures, and pass the CI job,
    which is not intended.
    
    This commit ensures that we do not auto-retry the failed tests
    when we have the maximum of allowed failures.
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。