summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiaochen Wu <allenwu.x@gmail.com>2022-09-16 17:55:59 +0000
committerXiaochen Wu <allenwu.x@gmail.com>2022-09-16 17:55:59 +0000
commit2126388ade69f128b2e35959ff9dd2e82a18d8ef (patch)
treee68b250463485b1c72f26660b3e8c65b5e58b011
parentbfafd4fd7fb7ef99c9a12714728a9f4a7ade4397 (diff)
downloadmongo-2126388ade69f128b2e35959ff9dd2e82a18d8ef.tar.gz
Optimize performance test execution frequency PERF-3327
-rw-r--r--etc/perf.yml2
-rwxr-xr-xetc/system_perf.yml16
2 files changed, 9 insertions, 9 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index 459d83bacd5..4c42a4a2c30 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -870,7 +870,7 @@ buildvariants:
- <<: *linux-wt-standalone
name: linux-wt-standalone-sbe
display_name: Standalone Linux inMemory (SBE)
- cron: "0 0 * * 4" # 00:00 on Thursday
+ cron: "0 12 * * *" # Every day starting at 12:00
expansions:
mongodb_setup: microbenchmarks_standalone-sbe
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index ee5a1ed7a5d..18aa6420709 100755
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -1151,7 +1151,7 @@ buildvariants:
- name: linux-standalone
display_name: Linux Standalone
- cron: "0 0 * * *" # Everyday at 00:00
+ cron: "0 0 * * 2,4,6" # Tuesday, Thursday and Saturday at 00:00
modules: *modules
expansions:
mongodb_setup: standalone
@@ -1190,7 +1190,7 @@ buildvariants:
- name: linux-standalone-all-feature-flags
display_name: Linux Standalone (all feature flags)
- cron: "0 0 * * *" # Everyday at 00:00
+ cron: "0 0 * * 2,4,6" # Tuesday, Thursday and Saturday at 00:00
modules: *modules
expansions:
mongodb_setup: standalone-all-feature-flags
@@ -1509,7 +1509,7 @@ buildvariants:
- name: linux-1-node-replSet-ese-cbc
display_name: Linux 1-Node ReplSet ESE CBC
- cron: "0 0 * * 0,4" # 00:00 on Sunday,Thursday
+ cron: "0 0 * * 4" # 00:00 on Thursday
modules: *modules
expansions:
mongodb_setup: single-replica-ese-cbc
@@ -1531,7 +1531,7 @@ buildvariants:
- name: linux-1-node-replSet-ese-gcm
display_name: Linux 1-Node ReplSet ESE GCM
- cron: "0 0 * * 0,4" # 00:00 on Sunday,Thursday
+ cron: "0 0 * * 4" # 00:00 on Thursday
modules: *modules
expansions:
mongodb_setup: single-replica-ese-gcm
@@ -1553,7 +1553,7 @@ buildvariants:
- name: linux-1-node-15gbwtcache
display_name: Linux 1-Node ReplSet 15 GB WiredTiger Cache
- cron: "0 0 * * 0,2,4" # 00:00 on Sunday,Tuesday,Thursday
+ cron: "0 0 * * 2,4" # 00:00 on Tuesday,Thursday
modules: *modules
expansions:
mongodb_setup: single-replica-15gbwtcache
@@ -1758,7 +1758,7 @@ buildvariants:
- name: linux-shard-single
display_name: Linux Shard Single
- cron: "0 0 * * 0,4" # 00:00 on Sunday,Thursday
+ cron: "0 0 * * 2,4" # 00:00 on Tuesday,Thursday
modules: *modules
expansions:
mongodb_setup: shard-single
@@ -1776,7 +1776,7 @@ buildvariants:
- name: linux-3-node-replSet
display_name: Linux 3-Node ReplSet
- cron: "0 0 * * *" # Everyday at 00:00
+ cron: "0 0 * * 1,2,3,4,5,6" # Everyday except Sunday at 00:00
modules: *modules
expansions:
mongodb_setup: replica
@@ -2090,7 +2090,7 @@ buildvariants:
- name: linux-3-node-replSet-initialsync
display_name: Linux 3-Node ReplSet Initial Sync
- cron: "0 0 * * 0,2,4" # 00:00 on Sunday,Tuesday,Thursday
+ cron: "0 0 * * 2,4" # 00:00 on Tuesday,Thursday
modules: *modules
expansions:
mongodb_setup: replica-2node