summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/perf.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index b289e4f8d9b..6ba5b793b6b 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -770,7 +770,7 @@ microbenchmark-buildvariants:
display_name: Standalone Linux inMemory
cron: "0 */4 * * *" # Every 4 hours starting at midnight
modules: *modules
- expansions:
+ expansions: &linux-standalone-expansions
# We are explicitly tracking the rhel62 variant compile options from evergreen.yml for
# microbenchmarks, since they run on the centos6 boxes. If we can get proper artifacts directly
# from that project, we should do that and remove the compile tasks.
@@ -826,7 +826,7 @@ microbenchmark-buildvariants:
display_name: 1-Node ReplSet Linux inMemory
cron: "0 */4 * * *" # Every 4 hours starting at midnight
modules: *modules
- expansions:
+ expansions: &linux-repl-expansions
mongod_exec_wrapper: *exec_wrapper
perf_exec_wrapper: *perf_wrapper
platform: linux
@@ -856,6 +856,7 @@ buildvariants:
display_name: Standalone Linux inMemory (all feature flags)
cron: "0 0 * * *" # Every day starting at 00:00
expansions:
+ <<: *linux-standalone-expansions
mongodb_setup: microbenchmarks_standalone-all-feature-flags
- <<: *linux-wt-standalone
@@ -864,6 +865,7 @@ buildvariants:
# Will make it less frequent when the current SBE perf improvement is finished (SERVER-69799).
cron: "0 0 * * 0,2,3,4,5" # Run it every day except Saturday and Monday.
expansions:
+ <<: *linux-standalone-expansions
mongodb_setup: microbenchmarks_standalone-classic-query-engine
- <<: *linux-wt-standalone
@@ -872,6 +874,7 @@ buildvariants:
# Will make it less frequent when the current SBE perf improvement is finished (SERVER-69799).
cron: "0 0 * * 0,2,3,4,5" # Run it every day except Saturday and Monday.
expansions:
+ <<: *linux-standalone-expansions
mongodb_setup: microbenchmarks_standalone-sbe
- <<: *linux-wt-repl
@@ -879,4 +882,5 @@ buildvariants:
display_name: 1-Node ReplSet Linux inMemory (all feature flags)
cron: "0 0 * * *" # Every day starting at 00:00
expansions:
+ <<: *linux-repl-expansions
mongodb_setup: microbenchmarks_replica-all-feature-flags