SERVER-73998: Fix perf.yml

(cherry picked from commit 638f348aea)
This commit is contained in:
dalyd 2023-02-14 22:05:05 +00:00 committed by Jim O'Leary
parent 8b06b20e74
commit 696149f9a0

View File

@ -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