File tree Expand file tree Collapse file tree 2 files changed +19
-25
lines changed Expand file tree Collapse file tree 2 files changed +19
-25
lines changed Original file line number Diff line number Diff line change @@ -520,6 +520,25 @@ functions:
520
520
- .evergreen/scripts/cleanup.sh
521
521
522
522
" teardown system " :
523
+ - command : subprocess.exec
524
+ params :
525
+ binary : bash
526
+ working_dir : " src"
527
+ args :
528
+ # Ensure the instance profile is reassigned for aws tests.
529
+ - ${DRIVERS_TOOLS}/.evergreen/auth_aws/teardown.sh
530
+ - command : subprocess.exec
531
+ params :
532
+ binary : bash
533
+ working_dir : " src"
534
+ args :
535
+ - ${DRIVERS_TOOLS}/.evergreen/csfle/teardown.sh
536
+ - command : subprocess.exec
537
+ params :
538
+ binary : bash
539
+ working_dir : " src"
540
+ args :
541
+ - ${DRIVERS_TOOLS}/.evergreen/ocsp/teardown.sh
523
542
- command : subprocess.exec
524
543
params :
525
544
binary : bash
@@ -601,14 +620,6 @@ functions:
601
620
args :
602
621
- src/.evergreen/scripts/stop-load-balancer.sh
603
622
604
- " teardown " :
605
- - command : subprocess.exec
606
- params :
607
- binary : bash
608
- args :
609
- - src/.evergreen/scripts/run-with-env.sh
610
- - src/.evergreen/scripts/teardown.sh
611
-
612
623
" teardown atlas " :
613
624
- command : subprocess.exec
614
625
params :
@@ -646,7 +657,6 @@ post:
646
657
# Disabled, causing timeouts
647
658
# - func: "upload working dir"
648
659
- func : " teardown system"
649
- - func : " teardown"
650
660
- func : " upload coverage"
651
661
- func : " upload mo artifacts"
652
662
- func : " upload test results"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments