From 696149f9a0b12c4f20b5f35f5f5155673ba2f74a Mon Sep 17 00:00:00 2001 From: dalyd Date: Tue, 14 Feb 2023 22:05:05 +0000 Subject: SERVER-73998: Fix perf.yml (cherry picked from commit 638f348aea94c7fa0d26ffcaeb4380430a54d5e6) --- etc/perf.yml | 8 ++++++-- 1 file 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 -- cgit v1.2.1