ci_wait_for_run
Polls a CI run until completion, returning final status and per-step results. Use for long iOS builds to avoid timeouts.
Instructions
Wait (up to timeout_seconds) for a run to finish; returns status and per-step results. Call repeatedly for long builds (a clean iOS build usually takes 8–20 minutes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | ||
| run_id | Yes | ||
| poll_seconds | No | ||
| project_path | No | ||
| timeout_seconds | No |