Skip to content
代码片段 群组 项目
  • Rémy Coutable's avatar
    eb79ecdd
    ci: Fix the retrying of failing specs for `-ee` jobs · eb79ecdd
    Rémy Coutable 创作于
    
    The "only-failure" feature takes the intersection of failed examples
    with the list of files that would run without the `--only-failures`
    flag.
    In our case, the problem only appeared for `-ee` jobs since the default
    RSpec pattern is `spec/**/*_spec.rb`, the intersection would be empty.
    Passing the pattern from the first run makes the intersection return
    the "failed" examples correctly.
    
    Also, disable Crystalball for the retry run so that the first run report
    is used.
    
    Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
    eb79ecdd
    历史
    ci: Fix the retrying of failing specs for `-ee` jobs
    Rémy Coutable 创作于
    
    The "only-failure" feature takes the intersection of failed examples
    with the list of files that would run without the `--only-failures`
    flag.
    In our case, the problem only appeared for `-ee` jobs since the default
    RSpec pattern is `spec/**/*_spec.rb`, the intersection would be empty.
    Passing the pattern from the first run makes the intersection return
    the "failed" examples correctly.
    
    Also, disable Crystalball for the retry run so that the first run report
    is used.
    
    Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。