summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gorrod <alexander.gorrod@mongodb.com>2016-12-16 09:10:51 +1100
committerGitHub <noreply@github.com>2016-12-16 09:10:51 +1100
commitc404af8b32fe2fc24682fd31e3333b38d9540a11 (patch)
tree89775d4ee09ef58b48589f43627bf593a121bcdd
parent876a85fbc566d0062bd04c8ce55be30773387707 (diff)
downloadmongo-c404af8b32fe2fc24682fd31e3333b38d9540a11.tar.gz
WT-3068 Have Jenkins include specific files for copy rather than exclude (#3202)
-rwxr-xr-xbench/wtperf/runners/wtperf_run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/wtperf/runners/wtperf_run.sh b/bench/wtperf/runners/wtperf_run.sh
index 41bc19c14ad..fdf3b14e991 100755
--- a/bench/wtperf/runners/wtperf_run.sh
+++ b/bench/wtperf/runners/wtperf_run.sh
@@ -102,7 +102,7 @@ while test "$run" -le "$runmax"; do
# Copy the artifacts from the run
backup_dir=${home}_$(basename $wttest)_${run}_$(date +"%s")
- rsync -r -m --exclude=*Log* --exclude=*.wt --exclude=WiredTiger --exclude=*Preplog* --exclude=WiredTiger.lock --exclude=WiredTiger.turtle $home/ $backup_dir
+ rsync -r -m --include="*Stat*" --include="CONFIG.wtperf" --include="*monitor" --include="latency*" --include="test.stat" --exclude="*" $home/ $backup_dir
# Load is always using floating point, so handle separately
l=`grep "^Load time:" ./WT_TEST/test.stat`