Skip to content

Commit

Permalink
make developer tools test not build for Javacpp-CAPI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkyang-nvi committed Sep 12, 2023
1 parent 199de7b commit ce82b7b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions qa/L0_java_memory_growth/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
# Set up test files based on installation instructions
# https://github.com/bytedeco/javacpp-presets/blob/master/tritonserver/README.md
set +e
export INCLUDE_DEVELOPER_TOOLS_SERVER=1
rm -r javacpp-presets
git clone https://github.com/bytedeco/javacpp-presets.git
cd javacpp-presets
Expand Down
1 change: 1 addition & 0 deletions qa/L0_java_resnet/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ done
# Set up test files based on installation instructions
# https://github.com/bytedeco/javacpp-presets/blob/master/tritonserver/README.md
set +e
export INCLUDE_DEVELOPER_TOOLS_SERVER=1
rm -r javacpp-presets
git clone https://github.com/bytedeco/javacpp-presets.git
cd javacpp-presets
Expand Down
1 change: 1 addition & 0 deletions qa/L0_java_sequence_batcher/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ DATADIR=/data/inferenceserver/${REPO_VERSION}
# Set up test files based on installation instructions
# https://github.com/bytedeco/javacpp-presets/blob/master/tritonserver/README.md
set +e
export INCLUDE_DEVELOPER_TOOLS_SERVER=1
rm -r javacpp-presets
git clone https://github.com/bytedeco/javacpp-presets.git
cd javacpp-presets
Expand Down
1 change: 1 addition & 0 deletions qa/L0_java_simple_example/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ fi

set +e
rm -r javacpp-presets
export INCLUDE_DEVELOPER_TOOLS_SERVER=1
git clone https://github.com/bytedeco/javacpp-presets.git
cd javacpp-presets
mvn clean install --projects .,tritonserver
Expand Down

0 comments on commit ce82b7b

Please sign in to comment.