vllm-backport-push-report¶
Push a triage report to a GitHub repository under a timestamped directory in reports/. Copies the report markdown and candidates JSON, commits, pushes, and prints the GitHub URL to stdout.
Plugin: odh-ai-helpers | User-invocable
Diagram¶
Arguments¶
/vllm-backport-push-report [--report] [--candidates] [--version]
| Argument | Required | Default | Description |
|---|---|---|---|
--report |
- | Path to report markdown file | |
--candidates |
- | Path to ranked.json | |
--version |
- | Release version (e.g., v0.13.0) |
Usage¶
/vllm-backport-push-report --report artifacts/report.md --candidates artifacts/ranked.json --version v0.13.0