Diagnose with Tests
diagnose_and_testDiagnose build failures and get JUnit test results in one call. Fetches build metadata, analyzes failures, and parses test results in parallel to save time.
Instructions
One-call diagnosis + test results — combines diagnose_build and get_build_test_results.
Fetches build metadata once, then runs failure analysis and JUnit test parsing in parallel. Saves a round-trip vs calling both tools separately.
Args: uuid: Build UUID tenant: Tenant (default from env) url: Zuul build URL (alternative to uuid + tenant) brief: Brief diagnosis (default true). Set false for full failure details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| uuid | No | ||
| brief | No | ||
| tenant | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |