Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .evergreen/config.in.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ functions:
params:
file: mo-expansion.yml

"stop mongo-orchestration":
- command: shell.exec
params:
script: |
bash ${DRIVERS_TOOLS}/.evergreen/stop-orchestration.sh

"bootstrap mongohoused":
- command: shell.exec
params:
Expand Down Expand Up @@ -1773,6 +1779,7 @@ pre:
post:
- func: "reset aws instance profile"
- func: "upload test results"
- func: "stop mongo-orchestration"
- func: "upload coverage report"
- func: "cleanup"

Expand Down
6 changes: 6 additions & 0 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ functions:
- command: expansions.update
params:
file: mo-expansion.yml
stop mongo-orchestration:
- command: shell.exec
params:
script: |
bash ${DRIVERS_TOOLS}/.evergreen/stop-orchestration.sh
bootstrap mongohoused:
- command: shell.exec
params:
Expand Down Expand Up @@ -4706,6 +4711,7 @@ pre:
post:
- func: reset aws instance profile
- func: upload test results
- func: stop mongo-orchestration
- func: upload coverage report
- func: cleanup
ignore:
Expand Down