summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordalyd <david.daly@mongodb.com>2023-02-14 22:05:05 +0000
committerJim O'Leary <jim.oleary@gmail.com>2023-02-15 13:56:23 +0000
commit696149f9a0b12c4f20b5f35f5f5155673ba2f74a (patch)
tree3df14e77f0be95749105fbf6bc6089f68e968016
parent8b06b20e74a8ae34f4e41add8f152b9d1bcbbffc (diff)
downloadmongo-BACKPORT-14789-perf.tar.gz
SERVER-73998: Fix perf.ymlBACKPORT-14789-perf
(cherry picked from commit 638f348aea94c7fa0d26ffcaeb4380430a54d5e6)
-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