summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiaochen Wu <allenwu.x@gmail.com>2022-09-19 16:32:32 +0000
committerXiaochen Wu <allenwu.x@gmail.com>2022-09-19 16:32:32 +0000
commite1d205acd618dfc91763631f620562ac641790a2 (patch)
tree2ed78940cc6ce78a6c7ce45d8b3f7ca40ed723f9
parent4818f5bf5ea00e0cae12d29c0dcfdd92c1c46b3a (diff)
downloadmongo-build_variant_freq.tar.gz
convert build variants using batchtime to use cron timebuild_variant_freq
-rwxr-xr-xetc/system_perf.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index 2cf1f0d3832..314a153fdf6 100755
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -1420,7 +1420,7 @@ buildvariants:
- name: linux-1-node-replSet-audit-log-encryption-no-compression
display_name: Linux Single-node Replica Set Audit w/ At-Rest Log Encryption (No compression)
- batchtime: 10080 # 7 days
+ cron: "0 0 * * 4" # 00:00 on Thursday
modules: *modules
expansions:
mongodb_setup: single-replica-audit-log-encryption-no-compression
@@ -1436,7 +1436,7 @@ buildvariants:
- name: linux-1-node-replSet-audit
display_name: Linux Single-node Replica Set Audit
- batchtime: 10080 # 7 days
+ cron: "0 0 * * 4" # 00:00 on Thursday
modules: *modules
expansions:
mongodb_setup: single-replica-audit
@@ -1452,7 +1452,7 @@ buildvariants:
- name: linux-1-node-replSet-audit-log-encryption-compression
display_name: Linux Single-node Replica Set Audit w/ At-Rest Log Encryption (With compression)
- batchtime: 10080 # 7 days
+ cron: "0 0 * * 4" # 00:00 on Thursday
modules: *modules
expansions:
mongodb_setup: single-replica-audit-log-encryption-compression