summaryrefslogtreecommitdiff
path: root/etc/system_perf.yml
diff options
context:
space:
mode:
authorjoshua <80741223+jlap199@users.noreply.github.com>2023-04-01 00:08:33 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-04-01 02:26:07 +0000
commit4505d6d039311553767fadecae1c01e9c3945819 (patch)
treea2a067f483628463e5ae303efac8c1bacb1d9e9d /etc/system_perf.yml
parent8d778087d173360f6d75f5a8c516ee615c1235ab (diff)
downloadmongo-4505d6d039311553767fadecae1c01e9c3945819.tar.gz
SERVER-75568 Increase telemetry sys-perf frequency
Diffstat (limited to 'etc/system_perf.yml')
-rwxr-xr-xetc/system_perf.yml16
1 files changed, 12 insertions, 4 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index 40da0836fbb..9bfa13a5e72 100755
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -2963,7 +2963,9 @@ buildvariants:
- name: linux-standalone-telemetry
display_name: Linux Standalone 2022-11 (Telemetry)
- cron: "0 0 * * 0,2,3,4,5" # Run it every day except Saturday and Monday.
+ # Run it twice a day.
+ # Will make it less frequent when perf is finished.
+ cron: "0 3,15 * * 0,1,2,3,4,5,6"
modules: *modules
expansions:
mongodb_setup_release: 2022-11
@@ -2989,7 +2991,9 @@ buildvariants:
- name: linux-1-node-replSet-telemetry
display_name: Linux 1-Node ReplSet 2022-11 (Telemetry)
- cron: "0 0 * * 0,2,3,4,5" # Run it every day except Saturday and Monday.
+ # Run it twice a day.
+ # Will make it less frequent when perf is finished.
+ cron: "0 3,15 * * 0,1,2,3,4,5,6"
modules: *modules
expansions:
mongodb_setup_release: 2022-11
@@ -3016,7 +3020,9 @@ buildvariants:
- name: linux-3-node-replSet-telemetry
display_name: Linux 3-Node ReplSet 2022-11 (Telemetry)
- cron: "0 0 * * 0,2,3,4,5" # Run it every day except Saturday and Monday.
+ # Run it twice a day.
+ # Will make it less frequent when perf is finished.
+ cron: "0 3,15 * * 0,1,2,3,4,5,6"
modules: *modules
expansions:
mongodb_setup_release: 2022-11
@@ -3044,7 +3050,9 @@ buildvariants:
- name: linux-3-shard-telemetry
display_name: Linux 3-Shard Cluster 2022-11 (Telemetry)
- cron: "0 0 * * 0,2,3,4,5" # Run it every day except Saturday and Monday.
+ # Run it twice a day.
+ # Will make it less frequent when perf is finished.
+ cron: "0 3,15 * * 0,1,2,3,4,5,6"
modules: *modules
expansions:
mongodb_setup_release: 2022-11