detect_temporal_failure_patterns
Detect temporal patterns in test failures to determine if failures are time artifacts rather than code regressions, guiding re-runs at different times.
Instructions
Analyzes a history of test failures with timestamps to detect chronometric patterns: failures that cluster at the same UTC hour (hourly jobs), same day of month (billing runs), same weekday (scheduled jobs), or around DST transitions. When a pattern is found, the failure is a time artifact — not a code regression. The agent should schedule a re-run at a different time rather than investigating the source code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| failures | Yes | Historical failure records with timestamps |