@@ -268,27 +268,7 @@ functions:
268268 - command : ec2.assume_role
269269 params :
270270 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
292272
293273 " attach benchmark test results " :
294274 - command : attach.results
@@ -314,31 +294,6 @@ post:
314294 - func : " upload test results"
315295 - func : " cleanup"
316296
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-
342297tasks :
343298 # Wildcard task. Do you need to find out what tools are available and where?
344299 # Throw it here, and execute this task on all buildvariants
@@ -365,17 +320,6 @@ tasks:
365320 - func : " run server"
366321 - func : " run doctests"
367322
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-
379323 - name : " no-server"
380324 tags : ["no-server"]
381325 commands :
@@ -390,22 +334,6 @@ tasks:
390334 TOPOLOGY : " replica_set"
391335 - func : " run tests"
392336
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-
409337# }}}
410338 - name : " coverage-report"
411339 tags : ["coverage"]
@@ -482,12 +410,6 @@ buildvariants:
482410 batchtime : 10080 # 7 days
483411 - name : test-azurekms-fail
484412
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-
491413- name : rhel8-import-time
492414 display_name : Import Time
493415 run_on : rhel87-small
0 commit comments