get_trends
Track CI job metrics over time: duration, failure rate, or test count. Get trend analysis to identify performance changes and flakiness.
Instructions
Track metrics over time: duration (are tests getting slower?), failure_rate (are tests getting flakier?), test_count (are we adding tests?). Returns trend analysis with data points.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Number of days to analyze (default: 14) | |
| metric | Yes | Metric to track: duration (job runtime), failure_rate (% tests failing), test_count (total tests) | |
| job_name | Yes | Job name to analyze (e.g., "Test (Blacksmith/Self-Hosted)") | |
| granularity | No | Group data by day or week (default: day) |