From 14043468317972c6d69b8ed44507f42e389c47e6 Mon Sep 17 00:00:00 2001 From: "Kevin H. Luu" Date: Mon, 10 Jun 2024 18:58:07 -0700 Subject: [PATCH] [ci] Fix Buildkite agent path (#5392) Signed-off-by: kevin --- .buildkite/run-benchmarks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/run-benchmarks.sh b/.buildkite/run-benchmarks.sh index 75e9cf6a6579a..cbf6dda677c53 100644 --- a/.buildkite/run-benchmarks.sh +++ b/.buildkite/run-benchmarks.sh @@ -54,7 +54,7 @@ tail -n 24 benchmark_serving.txt >> benchmark_results.md # last 24 lines echo '```' >> benchmark_results.md # 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 fi