-
Notifications
You must be signed in to change notification settings - Fork 7
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
base: master
Are you sure you want to change the base?
Conversation
0762c66
to
90d495b
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
46c0b06
to
eea2fc6
Compare
eea2fc6
to
7d86b23
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
65ef07c
to
82278df
Compare
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/
fbf8047
to
4f693f0
Compare
4f693f0
to
54c59ea
Compare
Quality Gate passedIssues Measures |
What
Ticket
board ticket description
Why
How
TODO (wip)