diff options
author | Cristopher Stauffer <cristopher.stauffer@mongodb.com> | 2021-10-05 18:26:18 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-10-05 18:53:02 +0000 |
commit | 4ac7ec0b33c30d7e14edaf47333d7824cdd67921 (patch) | |
tree | cf49ef7ae96c6d05d448efd04dfc4936058075ec /etc | |
parent | b1b2418d95bc2a4439499a15245da3ebfec3e6b5 (diff) | |
download | mongo-4ac7ec0b33c30d7e14edaf47333d7824cdd67921.tar.gz |
SERVER-60473: Setting popular sys perf variants to run everyday
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/system_perf.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml index 5b81b228fd4..0a8c2b2a4e0 100755 --- a/etc/system_perf.yml +++ b/etc/system_perf.yml @@ -935,7 +935,7 @@ buildvariants: name: compile-amazon2 display_name: Compile modules: *modules - cron: "0 0 * * 0,2,4" # 00:00 on Sunday,Tuesday,Thursday + cron: "0 0 * * *" # Everyday at 00:00 expansions: &compile-expansions platform: linux project_dir: &project_dir dsi @@ -956,7 +956,7 @@ buildvariants: - name: linux-standalone display_name: Linux Standalone - cron: "0 0 * * 0,2,4" # 00:00 on Sunday,Tuesday,Thursday + cron: "0 0 * * *" # Everyday at 00:00 modules: *modules expansions: mongodb_setup: standalone @@ -991,7 +991,7 @@ buildvariants: - name: compile-rhel70 display_name: Compile for Atlas-like modules: *modules - cron: "0 0 * * 0,2,4" # 00:00 on Sunday,Tuesday,Thursday + cron: "0 0 * * *" # Everyday at 00:00 expansions: <<: *compile-expansions compile_flags: >- @@ -1358,7 +1358,7 @@ buildvariants: - name: linux-3-node-replSet display_name: Linux 3-Node ReplSet - cron: "0 0 * * 0,2,4" # 00:00 on Sunday,Tuesday,Thursday + cron: "0 0 * * *" # Everyday at 00:00 modules: *modules expansions: mongodb_setup: replica |