Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

test(NODE-6405): stop mongo orchestration in post task #4328

Merged
merged 1 commit into from
Nov 15, 2024
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