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

Conversation

mpw5
Copy link
Contributor

@mpw5 mpw5 commented Jul 21, 2023

What

Ticket

board ticket description

Why

How


TODO (wip)

  • item 1
  • item 2

@mpw5 mpw5 force-pushed the mw/circleci-retry-failed-tests branch 15 times, most recently from 0762c66 to 90d495b Compare July 27, 2023 16:55
@sonarcloud
Copy link

sonarcloud bot commented Jul 27, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@mpw5 mpw5 force-pushed the mw/circleci-retry-failed-tests branch 14 times, most recently from 46c0b06 to eea2fc6 Compare October 25, 2023 15:24
@mpw5 mpw5 force-pushed the mw/circleci-retry-failed-tests branch from eea2fc6 to 7d86b23 Compare October 25, 2023 15:33
@sonarcloud
Copy link

sonarcloud bot commented Oct 25, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@mpw5 mpw5 force-pushed the mw/circleci-retry-failed-tests branch 10 times, most recently from 65ef07c to 82278df Compare May 1, 2024 13:43
mpw5 added 4 commits May 10, 2024 14:44
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 mpw5 force-pushed the mw/circleci-retry-failed-tests branch 7 times, most recently from fbf8047 to 4f693f0 Compare May 14, 2024 14:25
@mpw5 mpw5 force-pushed the mw/circleci-retry-failed-tests branch from 4f693f0 to 54c59ea Compare May 14, 2024 14:27
Copy link

sonarcloud bot commented May 14, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant