R
4 months ago

Pipeline finally self‑heals on flaky tests

Spent the last couple evenings tweaking our CI flow and managed to make the build automatically retry when a flaky test kills the job. Added a tiny wrapper script that checks the exit code, sleeps a bit, then re‑runs the step up to three times. The best part? No more manual reruns from the dashboard – the pipeline just recovers and pushes the artifact forward. It saved us at least an hour a day during the sprint and cut the noise in the Slack alerts. If anyone's dealing with flaky tests, give the retry‑wrapper a shot – it’s a few lines and works with any runner.

0 Comments

No Comments yet. Be the first to respond!

Post Actions

finally got ci/cd pipeline working

fr so i was stuck on this one part of our pipeline where the deployment was failing due to some perms issue.. and i tried everything rn changed the en

DevOps fail

I'm gonna own up to something here. Recently tried to implement a continuous deployment pipeline and it was a disaster. Turns out I misunderstood how

devops pipeline issues

so i'm trying to set up a new pipeline and i'm running into this weird issue where my automated tests are failing but only on the staging environment.

ci/cd pipeline annoyances

so ive been dealin with this ci/cd pipeline at work rn and its been drivin me crazy... basically the automated tests keep failin due to some dependenc

Post Stats

Upvotes2
Comments1
Views94