@@ -165,15 +165,6 @@ functions:
165
165
script : |
166
166
DRIVERS_TOOLS="${DRIVERS_TOOLS}" sh ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/run-mongohouse-local.sh
167
167
168
- " download crypt_shared " :
169
- - command : shell.exec
170
- params :
171
- background : true
172
- script : |
173
- ${PREPARE_SHELL}
174
- /opt/mongodbtoolchain/v3/bin/python3 ${DRIVERS_TOOLS}/.evergreen/mongodl.py --component crypt_shared --version latest \
175
- --only=lib/mongo_crypt_v1.so --out ${PROJECT_DIRECTORY}/crypt_shared/
176
-
177
168
" run load-balancer " :
178
169
- command : shell.exec
179
170
params :
@@ -240,7 +231,7 @@ functions:
240
231
AZUREKMS_KEY_VAULT_ENDPOINT=${testazurekms_keyvaultendpoint} \
241
232
AZUREKMS_KEY_NAME=${testazurekms_keyname} \
242
233
REQUIRE_API_VERSION=${REQUIRE_API_VERSION} \
243
- CRYPT_SHARED_LIB_PATH="${PROJECT_DIRECTORY}/crypt_shared/lib/mongo_crypt_v1.so " \
234
+ CRYPT_SHARED_LIB_PATH="${CRYPT_SHARED_LIB_PATH} " \
244
235
.evergreen/run-tests.sh
245
236
246
237
" run load-balancer tests " :
@@ -808,7 +799,6 @@ tasks:
808
799
commands :
809
800
- func : " start-kms-kmip-server"
810
801
- func : " bootstrap mongo-orchestration"
811
- - func : " download crypt_shared"
812
802
- func : " run tests"
813
803
814
804
- name : load-balancer-test
@@ -843,7 +833,6 @@ tasks:
843
833
- func : " bootstrap mongo-orchestration"
844
834
vars :
845
835
ORCHESTRATION_FILE : " versioned-api-testing.json"
846
- - func : " download crypt_shared"
847
836
- func : " run tests"
848
837
849
838
- name : " plain-auth-test"
0 commit comments