generate_verify_handoff
Creates a verification handoff document for NPU tasks, recording repo, branch, SHA, and device IDs to guide container-based gate runs.
Instructions
Generate markdown handoff for developer NPU verification in a container.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sha | No | Git SHA to record in the handoff. Leave empty to use a placeholder (fill after checkout with git rev-parse HEAD). | |
| repo | Yes | Repository name to verify, e.g. "pypto" | |
| branch | Yes | Branch name to check out on the NPU host | |
| platform | No | Target Ascend platform family for test flags, e.g. "a2a3" (Ascend910B) or "a3" (Ascend910C) | a2a3 |
| task_type | No | Route key for developer_verify_tasks. Default "npu_verify_handoff" covers the standard NPU gate. | npu_verify_handoff |
| device_ids | No | Comma-separated NPU device IDs to pass to pytest (e.g. "0,1") | 0,1 |
| fork_remote | No | Git remote name on the NPU host that has the branch to verify | fork-gbisbas |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||