Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
76477a93
Unverified
Commit
76477a93
authored
Jun 10, 2024
by
Kevin H. Luu
Committed by
GitHub
Jun 10, 2024
Browse files
[ci] Fix Buildkite agent path (#5392)
Signed-off-by:
kevin
<
kevin@anyscale.com
>
parent
77c87beb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.buildkite/run-benchmarks.sh
.buildkite/run-benchmarks.sh
+1
-1
No files found.
.buildkite/run-benchmarks.sh
View file @
76477a93
...
@@ -54,7 +54,7 @@ tail -n 24 benchmark_serving.txt >> benchmark_results.md # last 24 lines
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment