@@ -268,27 +268,7 @@ functions:
268
268
- command : ec2.assume_role
269
269
params :
270
270
role_arn : ${aws_test_secrets_role}
271
-
272
- " setup atlas " :
273
- - command : subprocess.exec
274
- params :
275
- binary : bash
276
- include_expansions_in_env : ["task_id", "execution"]
277
- env :
278
- MONGODB_VERSION : " 7.0"
279
- LAMBDA_STACK_NAME : dbx-python-lambda
280
- args :
281
- - ${DRIVERS_TOOLS}/.evergreen/atlas/setup-atlas-cluster.sh
282
- - command : expansions.update
283
- params :
284
- file : atlas-expansion.yml
285
-
286
- " teardown atlas " :
287
- - command : subprocess.exec
288
- params :
289
- binary : bash
290
- args :
291
- - ${DRIVERS_TOOLS}/.evergreen/atlas/teardown-atlas-cluster.sh
271
+ duration_seconds : 3600
292
272
293
273
" attach benchmark test results " :
294
274
- command : attach.results
@@ -314,31 +294,6 @@ post:
314
294
- func : " upload test results"
315
295
- func : " cleanup"
316
296
317
- task_groups :
318
- - name : test_aws_lambda_task_group
319
- setup_group :
320
- - func : fetch source
321
- - func : setup system
322
- - func : setup atlas
323
- teardown_task :
324
- - func : teardown atlas
325
- setup_group_can_fail_task : true
326
- setup_group_timeout_secs : 1800
327
- tasks :
328
- - test-aws-lambda-deployed
329
-
330
- - name : test_atlas_task_group_search_indexes
331
- setup_group :
332
- - func : fetch source
333
- - func : setup system
334
- - func : setup atlas
335
- teardown_task :
336
- - func : teardown atlas
337
- setup_group_can_fail_task : true
338
- setup_group_timeout_secs : 1800
339
- tasks :
340
- - test-search-index-helpers
341
-
342
297
tasks :
343
298
# Wildcard task. Do you need to find out what tools are available and where?
344
299
# Throw it here, and execute this task on all buildvariants
@@ -365,17 +320,6 @@ tasks:
365
320
- func : " run server"
366
321
- func : " run doctests"
367
322
368
- - name : " test-search-index-helpers"
369
- commands :
370
- - func : " run server"
371
- vars :
372
- VERSION : " 6.0"
373
- TOPOLOGY : " replica_set"
374
- - func : " run tests"
375
- vars :
376
- TEST_NAME : index_management
377
- AUTH : " auth"
378
-
379
323
- name : " no-server"
380
324
tags : ["no-server"]
381
325
commands :
@@ -390,22 +334,6 @@ tasks:
390
334
TOPOLOGY : " replica_set"
391
335
- func : " run tests"
392
336
393
- - name : " test-aws-lambda-deployed"
394
- commands :
395
- - command : ec2.assume_role
396
- params :
397
- role_arn : ${LAMBDA_AWS_ROLE_ARN}
398
- duration_seconds : 3600
399
- - command : subprocess.exec
400
- params :
401
- working_dir : src
402
- binary : bash
403
- add_expansions_to_env : true
404
- args :
405
- - .evergreen/run-deployed-lambda-aws-tests.sh
406
- env :
407
- TEST_LAMBDA_DIRECTORY : ${PROJECT_DIRECTORY}/test/lambda
408
-
409
337
# }}}
410
338
- name : " coverage-report"
411
339
tags : ["coverage"]
@@ -482,12 +410,6 @@ buildvariants:
482
410
batchtime : 10080 # 7 days
483
411
- name : test-azurekms-fail
484
412
485
- - name : rhel8-test-lambda
486
- display_name : FaaS Lambda
487
- run_on : rhel87-small
488
- tasks :
489
- - name : test_aws_lambda_task_group
490
-
491
413
- name : rhel8-import-time
492
414
display_name : Import Time
493
415
run_on : rhel87-small
0 commit comments