From c1547bc49a86738cde8e0a920290d373ed3dc242 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 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/etc/perf.yml b/etc/perf.yml index 4b6ea153818..20a76604a1d 100644 --- a/etc/perf.yml +++ b/etc/perf.yml @@ -770,7 +770,7 @@ microbenchmark-buildvariants: display_name: Standalone Linux inMemory batchtime: 240 # 4 hours 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. @@ -821,7 +821,7 @@ microbenchmark-buildvariants: display_name: 1-Node ReplSet Linux inMemory batchtime: 240 # 4 hours modules: *modules - expansions: + expansions: &linux-repl-expansions mongod_exec_wrapper: *exec_wrapper perf_exec_wrapper: *perf_wrapper platform: linux @@ -851,6 +851,7 @@ buildvariants: display_name: Standalone Linux inMemory (all feature flags) batchtime: 1440 # 24 hours expansions: + <<: *linux-standalone-expansions mongodb_setup: microbenchmarks_standalone-all-feature-flags - <<: *linux-wt-repl @@ -858,4 +859,5 @@ buildvariants: display_name: 1-Node ReplSet Linux inMemory (all feature flags) batchtime: 1440 # 24 hours expansions: + <<: *linux-repl-expansions mongodb_setup: microbenchmarks_replica-all-feature-flags -- cgit v1.2.1