diff options
author | Ryan Timmons <ryan.timmons@10gen.com> | 2019-04-04 10:23:48 -0400 |
---|---|---|
committer | Ryan Timmons <ryan.timmons@10gen.com> | 2019-04-04 10:23:48 -0400 |
commit | fc525e2d9b0e4bceff5c2201457e564362909765 (patch) | |
tree | 78157456991281568bb5015da280991d73c12c9a /etc | |
parent | e9b5dc04ae3001c32758720d53fa9e1c899b1358 (diff) | |
download | mongo-fc525e2d9b0e4bceff5c2201457e564362909765.tar.gz |
SERVER-39869: System-Performance: Enable authentication in all tasksr4.0.9-rc0r4.0.9
Diffstat (limited to 'etc')
-rw-r--r-- | etc/system_perf.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml index 5bae0f94477..397045ef751 100644 --- a/etc/system_perf.yml +++ b/etc/system_perf.yml @@ -563,6 +563,7 @@ tasks: - func: "prepare environment" vars: test: "initialsync-logkeeper" + authentication: disabled - func: "deploy cluster" - func: "run test" - func: "analyze" @@ -883,6 +884,8 @@ buildvariants: platform: linux storageEngine: wiredTiger project_dir: *project_dir + # TODO(TIG-1506): enabled authentication on initialsync variants + authentication: disabled run_on: - "rhel70-perf-initialsync-logkeeper" depends_on: @@ -1016,6 +1019,8 @@ buildvariants: platform: linux project_dir: *project_dir storageEngine: "mmapv1" + # TODO(TIG-1506): enabled authentication on initialsync variants + authentication: disabled run_on: - "rhel70-perf-replset" depends_on: |