[ci] Mount buildkite agent on Docker container to upload benchmark results (#5330)

Signed-off-by: kevin <kevin@anyscale.com>
This commit is contained in:
Kevin H. Luu
2024-06-10 09:22:34 -07:00
committed by GitHub
parent f7f9c5f97b
commit c5602f0baa
2 changed files with 6 additions and 3 deletions

View File

@@ -49,6 +49,9 @@ steps:
{% if not step.no_gpu %}
gpus: all
{% endif %}
{% if step.label == "Benchmarks" %}
mount-buildkite-agent: true
{% endif %}
command: ["bash", "-c", "cd {{ (step.working_dir or default_working_dir) | safe }} && {{ step.command or (step.commands | join(' && ')) | safe }}"]
environment:
- VLLM_USAGE_SOURCE=ci-test