get_gerrit_cl_bot_errors
Retrieve detailed error messages and stack traces from failed Chromium Gerrit CL try-bots to diagnose test failures and assertion errors.
Instructions
Get detailed error messages with stack traces from failed try-bots for a Chromium Gerrit CL. This includes the actual test failures, assertion errors, and full stack traces to diagnose why tests failed.
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 errors for (if not specified, gets errors for latest patchset) | |
| bot_filter | No | Optional bot name filter for partial matching (e.g., 'linux' matches all linux bots, 'linux-rel' matches only linux-rel bot) | |
| failed_only | No | Only check failed bots (default: true) |