Building a Tool to Classify CI Failures: Key Insights Learned
I developed a tool to classify CI failures, aiming to save engineers time and improve workflow.
I spent a month developing a tool that classifies CI failures instead of fixing them. This tool aims to save engineers' time by addressing the fact that over 90% of failures are unrelated to the changes being tested. It automatically reruns tests and classifies failures to help identify their source.