From 354db83c8611c1eabb58c748430289168ae3a709 Mon Sep 17 00:00:00 2001 From: dalyd Date: Tue, 20 Dec 2022 14:55:19 +0000 Subject: SERVER-72091 Enable auth-delay sys-perf variant --- etc/system_perf.yml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/etc/system_perf.yml b/etc/system_perf.yml index f38e0f95bd9..f8affc4e522 100755 --- a/etc/system_perf.yml +++ b/etc/system_perf.yml @@ -2343,23 +2343,23 @@ buildvariants: - name: schedule_variant_auto_tasks - name: industry_benchmarks - # - name: linux-replSet-auth-delay.2022-11 - # display_name: Linux 3-Node ReplSet (Auth Delay) 2022-11 - # modules: *modules - # expansions: - # mongodb_setup_release: 2022-11 - # mongodb_setup: replica-auth-cluster-delay - # infrastructure_provisioning_release: 2022-11 - # infrastructure_provisioning: replica - # workload_setup: 2022-11 - # platform: linux - # project_dir: *project_dir - # authentication: enabled - # storageEngine: wiredTiger - # compile_variant: "-arm64" - # run_on: - # - "rhel70-perf-replset" - # depends_on: *_compile_amazon_linux2_arm64 - # tasks: - # - name: schedule_patch_auto_tasks - # - name: schedule_variant_auto_tasks + - name: linux-replSet-auth-delay.2022-11 + display_name: Linux 3-Node ReplSet (Auth Delay) 2022-11 + modules: *modules + expansions: + mongodb_setup_release: 2022-11 + mongodb_setup: replica-auth-cluster-delay + infrastructure_provisioning_release: 2022-11 + infrastructure_provisioning: replica + workload_setup: 2022-11 + platform: linux + project_dir: *project_dir + authentication: enabled + storageEngine: wiredTiger + compile_variant: "-arm64" + run_on: + - "rhel70-perf-replset" + depends_on: *_compile_amazon_linux2_arm64 + tasks: + - name: schedule_patch_auto_tasks + - name: schedule_variant_auto_tasks -- cgit v1.2.1