summaryrefslogtreecommitdiff
path: root/etc/system_perf.yml
diff options
context:
space:
mode:
authorJawwad Asghar <jawwad.asghar@mongodb.com>2023-04-12 17:36:14 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-04-12 20:02:17 +0000
commit0bc188cbdf1cdcf2c5fe4fd23e21d8f6fa9f3f72 (patch)
tree24e7f4b474556a3e3da3f535c19613b5925fb142 /etc/system_perf.yml
parent5dacfb1eeb047697e946c0c98a273d16fdb6e599 (diff)
downloadmongo-0bc188cbdf1cdcf2c5fe4fd23e21d8f6fa9f3f72.tar.gz
SERVER-75906: Reduce frequency of Microbenchmark tests
Diffstat (limited to 'etc/system_perf.yml')
-rwxr-xr-xetc/system_perf.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index 8ca61ff1289..08b8fc559db 100755
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -3127,7 +3127,7 @@ buildvariants:
- &linux-microbenchmarks-standalone-arm
name: linux-microbenchmarks-standalone-arm.2023-01
display_name: MicroBenchmarks Arm Standalone inMemory.2023-01
- 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.
modules: *modules
expansions: &standalone-arm-expansions
mongodb_setup_release: 2022-11
@@ -3176,7 +3176,7 @@ buildvariants:
- &linux-microbenchmarks-repl-arm
name: linux-microbenchmarks-repl-arm.2023-01
display_name: MicroBenchmarks Arm 1-Node ReplSet inMemory.2023-01
- 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.
modules: *modules
expansions: &repl-arm-expansions
mongodb_setup_release: 2022-11
@@ -3205,7 +3205,7 @@ buildvariants:
- <<: *linux-microbenchmarks-standalone-arm
name: linux-microbenchmarks-standalone-all-feature-flags-arm.2023-01
display_name: MicroBenchmarks Arm Standalone inMemory (all feature flags).2023-01
- 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-all-feature-flags.2023-02
@@ -3266,7 +3266,7 @@ buildvariants:
- <<: *linux-microbenchmarks-repl-arm
name: linux-microbenchmarks-repl-all-feature-flags-arm.2023-01
display_name: MicroBenchmarks Arm 1-Node ReplSet inMemory (all feature flags).2023-01
- 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:
<<: *repl-arm-expansions
mongodb_setup: mongo-perf-replica-all-feature-flags.2023-02
@@ -3278,7 +3278,7 @@ buildvariants:
<<: *linux-microbenchmarks-standalone-arm
name: linux-microbenchmarks-standalone-intel.2023-01
display_name: MicroBenchmarks Intel Standalone inMemory.2023-01
- 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
<<: *standalone-arm-expansions
infrastructure_provisioning: workload_client_mongod_combined_intel.2023-01
@@ -3294,7 +3294,7 @@ buildvariants:
<<: *linux-microbenchmarks-repl-arm
name: linux-microbenchmarks-repl-intel.2023-01
display_name: MicroBenchmarks Intel 1-Node ReplSet inMemory.2023-01
- 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: &repl-intel-expansions
<<: *repl-arm-expansions
infrastructure_provisioning: workload_client_mongod_combined_intel.2023-01
@@ -3309,7 +3309,7 @@ buildvariants:
- <<: *linux-microbenchmarks-standalone-intel
name: linux-microbenchmarks-standalone-all-feature-flags.2023-01
display_name: MicroBenchmarks Intel Standalone inMemory (all feature flags).2023-01
- 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-all-feature-flags.2023-02
@@ -3345,7 +3345,7 @@ buildvariants:
- <<: *linux-microbenchmarks-repl-intel
name: linux-microbenchmarks-repl-all-feature-flags.2023-01
display_name: MicroBenchmarks Intel 1-Node ReplSet inMemory (all feature flags).2023-01
- 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:
<<: *repl-intel-expansions
mongodb_setup: mongo-perf-replica-all-feature-flags.2023-02