diff options
author | Suganthi Mani <suganthi.mani@mongodb.com> | 2019-11-27 17:18:40 +0000 |
---|---|---|
committer | evergreen <evergreen@mongodb.com> | 2019-11-27 17:18:40 +0000 |
commit | 2a39ae74beefe919e78a113cfcdda8b4b8618cf1 (patch) | |
tree | 9cc420dd1dd60b1f68016519888d47cf1f8ec0ed /etc | |
parent | 996d0dee82219d362f1b31737cb35ee3bca3f092 (diff) | |
download | mongo-2a39ae74beefe919e78a113cfcdda8b4b8618cf1.tar.gz |
SERVER-44868 Initialsync logkeeper and logkeeper-short tests passes snapshot id and dataset link respectively to dsi(sys-perf).
(cherry picked from commit e145a11f19b0416335a898bc82b77bf849a1a9e0)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/system_perf.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml index 520eb85cd00..9c2666e9991 100644 --- a/etc/system_perf.yml +++ b/etc/system_perf.yml @@ -219,6 +219,10 @@ functions: production: true authentication: ${authentication} overrides: + infrastructure_provisioning: + tfvars: + # This is currently only used by initialsync-logkeeper. It is empty and not used for other tests. + mongod_seeded_ebs_snapshot_id: ${snapshotId} workload_setup: local_repos: workloads: ../src/workloads/workloads @@ -227,6 +231,8 @@ functions: tpcc: ../src/tpcc/tpcc genny: ../src/genny/genny mongodb_setup: + # This is currently only used by initialsync-logkeeper-short. It is empty and not used for other tests. + mongodb_dataset: ${dataset} mongodb_binary_archive: "https://s3.amazonaws.com/mciuploads/${project_dir}/${version_id}/${revision}/${platform}/mongodb${compile-variant|}-${version_id}.tar.gz" EOF @@ -763,6 +769,8 @@ tasks: vars: test: "initialsync-logkeeper" setup: "initialsync-logkeeper-short" + # Logkeeper dataset with FCV set to 4.0 + dataset: "https://s3-us-west-2.amazonaws.com/dsi-donot-remove/InitialSyncLogKeeper/logkeeper-slice-data.tgz" - func: "deploy cluster" - func: "run test" - func: "analyze" @@ -1260,6 +1268,8 @@ buildvariants: expansions: setup: initialsync-logkeeper cluster: initialsync-logkeeper + # EBS logkeeper snapshot with FCV set to 4.0 + snapshotId: snap-041c3c57a1a4f5bba platform: linux # TODO(TIG-1506): enabled authentication on initialsync variants authentication: disabled |