get_failing_tests
Retrieve non-passing tests across all builds for a CDash project, helping you triage CI failures. Filter by date or test name and paginate to focus on relevant results.
Instructions
Find non-passing tests across all builds for a project. Most useful for CI triage.
Args:
project: CDash project name (e.g. "PublicDashboard").
date: Optional date (YYYY-MM-DD). Defaults to today.
test_name: Optional filter to match test names containing this string.
limit: Maximum number of tests to return (default 50, max 200).
offset: Number of tests to skip (default 0). Use for pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| limit | No | ||
| offset | No | ||
| project | Yes | ||
| test_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |