Skip to content

Commit 4803ee0

Browse files
committed
[chore] Define server for tests
1 parent ed62ba4 commit 4803ee0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/common/util.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
# Copyright 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
33
#
44
# Redistribution and use in source and binary forms, with or without
55
# modification, are permitted provided that the following conditions
@@ -25,7 +25,7 @@
2525
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2626
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2727

28-
28+
SERVER=${SERVER:=/opt/tritonserver/bin/tritonserver}
2929
SERVER_IPADDR=${TRITONSERVER_IPADDR:=localhost}
3030
SERVER_LOG=${SERVER_LOG:=./server.log}
3131
SERVER_TIMEOUT=${SERVER_TIMEOUT:=120}

0 commit comments

Comments
 (0)