Flaky Job Detection
find_flaky_jobsAnalyze recent build history to detect flaky jobs by computing pass/fail statistics and flagging jobs with mixed results and over 20% failure rate.
Instructions
Detect flaky jobs by analyzing recent build history for intermittent failures.
Computes pass/fail statistics from recent builds. A job with mixed results and >20% failure rate is likely flaky.
Args: job_name: Job name to analyze tenant: Tenant (default from env) project: Project filter pipeline: Pipeline filter limit: Builds to analyze (default 20, max 100) detail: Include individual build list (default false)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| detail | No | ||
| tenant | No | ||
| project | No | ||
| job_name | Yes | ||
| pipeline | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |