From e1d205acd618dfc91763631f620562ac641790a2 Mon Sep 17 00:00:00 2001 From: Xiaochen Wu Date: Mon, 19 Sep 2022 16:32:32 +0000 Subject: convert build variants using batchtime to use cron time --- etc/system_perf.yml | 6 +++--- 1 file 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 -- cgit v1.2.1