mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-30 13:07:08 +08:00
[ci] Fix Buildkite agent path (#5392)
Signed-off-by: kevin <kevin@anyscale.com>
This commit is contained in:
parent
77c87beb06
commit
76477a93b7
@ -54,7 +54,7 @@ tail -n 24 benchmark_serving.txt >> benchmark_results.md # last 24 lines
|
|||||||
echo '```' >> benchmark_results.md
|
echo '```' >> benchmark_results.md
|
||||||
|
|
||||||
# if the agent binary is not found, skip uploading the results, exit 0
|
# if the agent binary is not found, skip uploading the results, exit 0
|
||||||
if [ ! -f buildkite-agent ]; then
|
if [ ! -f /usr/bin/buildkite-agent ]; then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user