summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiaochen Wu <allenwu.x@gmail.com>2022-10-03 15:37:00 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-10-03 16:59:16 +0000
commit480063fdcb781f2e46d2514c572747b42651bd15 (patch)
tree29ad9effdfe567637f9f670d2a817b62ef487553
parent6c0a31c8522c1baa78e682814927f571eaaffd9c (diff)
downloadmongo-480063fdcb781f2e46d2514c572747b42651bd15.tar.gz
SERVER-70105 change SBE releated test to run more frequently
-rw-r--r--etc/perf.yml6
-rwxr-xr-xetc/system_perf.yml12
2 files changed, 12 insertions, 6 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index cda93a6e7a3..9d5eec58b57 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -868,14 +868,16 @@ buildvariants:
- <<: *linux-wt-standalone
name: linux-wt-standalone-classic-query-engine
display_name: Standalone Linux inMemory (Classic Query Engine)
- cron: "0 0 * * 4" # 00:00 on Thursday
+ # Will make it less frequent when the current SBE perf improvement is finished (SERVER-69799).
+ cron: "0 0 * * 2,3,4,5,7" # Run it every day except Saturday and Monday.
expansions:
mongodb_setup: microbenchmarks_standalone-classic-query-engine
- <<: *linux-wt-standalone
name: linux-wt-standalone-sbe
display_name: Standalone Linux inMemory (SBE)
- cron: "0 0 * * *" # Run it every day for now to get a stable baseline and then change it back to 00:00 on Thursday
+ # Will make it less frequent when the current SBE perf improvement is finished (SERVER-69799).
+ cron: "0 0 * * 2,3,4,5,7" # Run it every day except Saturday and Monday.
expansions:
mongodb_setup: microbenchmarks_standalone-sbe
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index c86215bda87..7e68209da85 100755
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -1225,7 +1225,8 @@ buildvariants:
- name: linux-standalone-classic-query-engine
display_name: Linux Standalone (Classic Query Engine)
- cron: "0 0 * * 4" # 00:00 on Thursday
+ # Will make it less frequent when the current SBE perf improvement is finished (SERVER-69799).
+ cron: "0 0 * * 2,3,4,5,7" # Run it every day except Saturday and Monday.
modules: *modules
expansions:
mongodb_setup: standalone-classic-query-engine
@@ -1259,7 +1260,8 @@ buildvariants:
- name: linux-standalone-sbe
display_name: Linux Standalone (SBE)
- cron: "0 0 * * *" # Run it every day for now to get a stable baseline and then change it back to 00:00 on Thursday
+ # Will make it less frequent when the current SBE perf improvement is finished (SERVER-69799).
+ cron: "0 0 * * 2,3,4,5,7" # Run it every day except Saturday and Monday.
modules: *modules
expansions:
mongodb_setup: standalone-sbe
@@ -1275,7 +1277,8 @@ buildvariants:
- name: linux-1-node-replSet-classic-query-engine
display_name: Linux 1-Node ReplSet (Classic Query Engine)
- cron: "0 0 * * 4" # 00:00 on Thursday
+ # Will make it less frequent when the current SBE perf improvement is finished (SERVER-69799).
+ cron: "0 0 * * 2,3,4,5,7" # Run it every day except Saturday and Monday.
modules: *modules
expansions:
mongodb_setup: single-replica-classic-query-engine
@@ -1296,7 +1299,8 @@ buildvariants:
- name: linux-1-node-replSet-sbe
display_name: Linux 1-Node ReplSet (SBE)
- cron: "0 0 * * *" # Run it every day for now to get a stable baseline and then change it back to 00:00 on Thursday
+ # Will make it less frequent when the current SBE perf improvement is finished (SERVER-69799).
+ cron: "0 0 * * 2,3,4,5,7" # Run it every day except Saturday and Monday.
modules: *modules
expansions:
mongodb_setup: single-replica-sbe