Merge "test-log-collect: Improve rsync performance for log collection"
This commit is contained in:
commit
89358b4a5b
@ -28,7 +28,7 @@
|
||||
export WORKING_DIR=${WORKING_DIR:-$(pwd)}
|
||||
export TESTING_HOME=${TESTING_HOME:-$HOME}
|
||||
|
||||
export RSYNC_CMD="rsync --archive --safe-links --ignore-errors --quiet --no-perms --no-owner --no-group"
|
||||
export RSYNC_CMD="rsync --archive --safe-links --ignore-errors --quiet --no-perms --no-owner --no-group --whole-file --inplace"
|
||||
|
||||
# NOTE(cloudnull): This is a very simple list of common directories in /etc we
|
||||
# wish to search for when storing gate artifacts. When adding
|
||||
|
Loading…
Reference in New Issue
Block a user