Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Enable rerunning of failed rspec tests in CircleCI #5904

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    160928b View commit details
    Browse the repository at this point in the history
  2. Enable rerunning of failed rspec tests in CircleCI

    At the moment, if an rspec test fails when run in CircleCI, all rspec
    tests must be rerun. This takes > 10 minutes and costs credits.
    
    CircleCI has introduced the ability to only rerun failed tests, which
    will save time and money when experiencing flashing tests which fail
    intermittently.
    
    This commit implements the necessary change to enable that functionality
    following guidance here https://circleci.com/docs/rerun-failed-tests/
    mpw5 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    6f5ce1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    751bee4 View commit details
    Browse the repository at this point in the history
  4. wip

    mpw5 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    9a35231 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. wip

    mpw5 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    54c59ea View commit details
    Browse the repository at this point in the history