Skip to content

Commit 4127543

Browse files
committed
Remove ignore-existing flag from rsync
1 parent 71a9176 commit 4127543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/common/run_trt_model_generation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,4 @@ rm -rf build && mkdir build && \
123123
cd build && cmake .. && make -j && cp libcustomHardmaxPlugin.so $PLGDESTDIR/.
124124
LD_PRELOAD=$PLGDESTDIR/libcustomHardmaxPlugin.so python3 $SRCDIR/gen_qa_trt_plugin_models.py --models_dir=$PLGDESTDIR
125125
chmod -R 777 $PLGDESTDIR
126-
rsync -av --ignore-existing $BUILD_DIR/$TRITON_VERSION/ /lustre/fsw/core_dlfw_ci/datasets/inferenceserver/${NVIDIA_TRITON_SERVER_VERSION}_${TEST_REPO_ARCH}/
126+
rsync -av $BUILD_DIR/$TRITON_VERSION/ /lustre/fsw/core_dlfw_ci/datasets/inferenceserver/${NVIDIA_TRITON_SERVER_VERSION}_${TEST_REPO_ARCH}/

0 commit comments

Comments
 (0)