315
// isFinalRetry returns true if the test name has the "(final)" suffix,
316
// indicating the test runner exhausted all retries.
318
>
return finalRegex.MatchString(testName)
319
>
}
320
321
// analyzeArtifactForCIBreakers analyzes a single artifact for CI breakers.