get_gerrit_cl_trybot_status
Check try-bot status for Chromium Gerrit CLs to identify test failures and pass/fail counts across patchsets.
Instructions
Get detailed try-bot status for a Chromium Gerrit CL, including individual bot results and pass/fail counts
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cl_number | Yes | CL number or full Gerrit URL (e.g., '6624568' or 'https://chromium-review.googlesource.com/c/chromium/src/+/6624568') | |
| patchset | No | Optional specific patchset number to get bot status for (if not specified, gets status for latest patchset) | |
| failed_only | No | Only return failed bots (default: false) |