Skip to content

Commit

Permalink
ci(NODE-6405): stop mongo orchestration in post task (#4328)
Browse files Browse the repository at this point in the history
  • Loading branch information
durran authored Nov 15, 2024
1 parent 1320ad8 commit aa986f8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
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

0 comments on commit aa986f8

Please sign in to comment.