diff options
author | Xiaochen Wu <allenwu.x@gmail.com> | 2022-10-03 15:37:00 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-10-03 16:59:16 +0000 |
commit | 480063fdcb781f2e46d2514c572747b42651bd15 (patch) | |
tree | 29ad9effdfe567637f9f670d2a817b62ef487553 /etc/system_perf.yml | |
parent | 6c0a31c8522c1baa78e682814927f571eaaffd9c (diff) | |
download | mongo-480063fdcb781f2e46d2514c572747b42651bd15.tar.gz |
SERVER-70105 change SBE releated test to run more frequently
Diffstat (limited to 'etc/system_perf.yml')
-rwxr-xr-x | etc/system_perf.yml | 12 |
1 files changed, 8 insertions, 4 deletions
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 |