summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjulianedwards <julian.edwards@mongodb.com>2018-01-25 15:38:01 -0500
committerjulianedwards <julian.edwards@mongodb.com>2018-01-29 11:46:12 -0500
commita33ce8514c90ed07dcba461d8b8fd85211127afc (patch)
tree33c4233ac702f1927ec6166ad95482f10bd1f8f9
parente51f8ac658c9bd4bd267e535449a4be1892c94ab (diff)
downloadmongo-a33ce8514c90ed07dcba461d8b8fd85211127afc.tar.gz
SERVER-32740: Set ycsb_dir and workloads_dir in longevity.yml.
(cherry picked from commit 145ebbe66f735bda74de1a000dd493185e70e174)
-rw-r--r--etc/longevity.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/longevity.yml b/etc/longevity.yml
index ed3ff246255..f3f529339a2 100644
--- a/etc/longevity.yml
+++ b/etc/longevity.yml
@@ -63,6 +63,8 @@ functions:
storageEngine: ${storageEngine}
test: ${test}.longevity
production: true
+ workloads_dir: ../src/workloads/workloads
+ ycsb_dir: ../src/YCSB/YCSB
# compositions of expansions
mongodb_binary_archive: "https://s3.amazonaws.com/mciuploads/${project}/${version_id}/${revision}/${platform}/mongod-${version_id}.tar.gz"