summaryrefslogtreecommitdiff
path: root/etc/system_perf.yml
diff options
context:
space:
mode:
authorMickey. J Winters <mickey.winters@mongodb.com>2023-02-24 16:23:03 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-02-25 05:12:02 +0000
commitc3e2419d2b1a32a92ef8e53066b5dfe6083ace20 (patch)
tree80e4e7ea04c1a65d2e2d07c1c0e3b460c4525fe8 /etc/system_perf.yml
parente0d916063a07ff33c48bdf2546d2c588760ed19d (diff)
downloadmongo-c3e2419d2b1a32a92ef8e53066b5dfe6083ace20.tar.gz
SERVER-74377 restore sbe specific microbenchmarks variants to run 5 days a week
Diffstat (limited to 'etc/system_perf.yml')
-rwxr-xr-xetc/system_perf.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index a5f6cfd90ba..0432476a909 100755
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -4057,7 +4057,7 @@ buildvariants:
name: linux-microbenchmarks-standalone-classic-query-engine-arm.2023-01
display_name: MicroBenchmarks Arm Standalone inMemory (Classic Query Engine).2023-01
# Will make it less frequent when the current SBE perf improvement is finished (SERVER-69799).
- cron: "0 */4 * * *" # Every 4 hours starting at midnight
+ cron: "0 0 * * 0,2,3,4,5" # Run it every day except Saturday and Monday.
expansions:
<<: *standalone-arm-expansions
mongodb_setup: mongo-perf-standalone-classic-query-engine.2023-02
@@ -4069,7 +4069,7 @@ buildvariants:
name: linux-microbenchmarks-standalone-sbe-arm.2023-01
display_name: MicroBenchmarks Arm Standalone inMemory (SBE).2023-01
# Will make it less frequent when the current SBE perf improvement is finished (SERVER-69799).
- cron: "0 */4 * * *" # Every 4 hours starting at midnight
+ cron: "0 0 * * 0,2,3,4,5" # Run it every day except Saturday and Monday.
expansions:
<<: *standalone-arm-expansions
mongodb_setup: mongo-perf-standalone-sbe.2023-02
@@ -4136,7 +4136,7 @@ buildvariants:
name: linux-microbenchmarks-standalone-classic-query-engine.2023-01
display_name: MicroBenchmarks Intel Standalone inMemory (Classic Query Engine).2023-01
# Will make it less frequent when the current SBE perf improvement is finished (SERVER-69799).
- cron: "0 */12 * * *" # Every 12 hours starting at midnight
+ cron: "0 0 * * 0,2,3,4,5" # Run it every day except Saturday and Monday.
expansions:
<<: *standalone-intel-expansions
mongodb_setup: mongo-perf-standalone-classic-query-engine.2023-02
@@ -4148,7 +4148,7 @@ buildvariants:
name: linux-microbenchmarks-standalone-sbe.2023-01
display_name: MicroBenchmarks Intel Standalone inMemory (SBE).2023-01
# Will make it less frequent when the current SBE perf improvement is finished (SERVER-69799).
- cron: "0 */12 * * *" # Every 12 hours starting at midnight
+ cron: "0 0 * * 0,2,3,4,5" # Run it every day except Saturday and Monday.
expansions:
<<: *standalone-intel-expansions
mongodb_setup: mongo-perf-standalone-sbe.2023-02