summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordalyd <david.daly@mongodb.com>2017-10-04 16:26:10 -0400
committerdalyd <david.daly@mongodb.com>2017-10-09 10:57:36 -0400
commit3395664dfc21ec412399f98bd7b7438d28cc18f4 (patch)
treefa3bfe55cfeab50e2a8846fdec3d88051dfba623
parent052b36e92814c2470c564c930691ca2e44801bd7 (diff)
downloadmongo-3395664dfc21ec412399f98bd7b7438d28cc18f4.tar.gz
SERVER-30891: perf.yml: make the -repl variants run frequently
(cherry picked from commit 9ea39284d34021fb5f3dffa1b5c669ec21a3a408)
-rw-r--r--etc/perf.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index 05c18196aa5..5be661da579 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -358,7 +358,7 @@ buildvariants:
- name: linux-wt-repl
display_name: 1-Node ReplSet Linux WT
- batchtime: 360 # 6 hours
+ batchtime: 90 # 1.5 hours
expansions:
compile_flags: *compile_flags
mongod_exec_wrapper: *exec_wrapper
@@ -376,7 +376,7 @@ buildvariants:
- name: linux-mmap-repl
display_name: 1-Node ReplSet Linux MMAPv1
- batchtime: 360 # 6 hours
+ batchtime: 90 # 1.5 hours
expansions:
compile_flags: *compile_flags
mongod_exec_wrapper: *exec_wrapper