File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,12 @@ functions:
7171 params :
7272 file : mo-expansion.yml
7373
74+ " stop mongo-orchestration " :
75+ - command : shell.exec
76+ params :
77+ script : |
78+ bash ${DRIVERS_TOOLS}/.evergreen/stop-orchestration.sh
79+
7480 " bootstrap mongohoused " :
7581 - command : shell.exec
7682 params :
@@ -1773,6 +1779,7 @@ pre:
17731779post :
17741780 - func : " reset aws instance profile"
17751781 - func : " upload test results"
1782+ - func : " stop mongo-orchestration"
17761783 - func : " upload coverage report"
17771784 - func : " cleanup"
17781785
Original file line number Diff line number Diff line change @@ -46,6 +46,11 @@ functions:
4646 - command : expansions.update
4747 params :
4848 file : mo-expansion.yml
49+ stop mongo-orchestration :
50+ - command : shell.exec
51+ params :
52+ script : |
53+ bash ${DRIVERS_TOOLS}/.evergreen/stop-orchestration.sh
4954 bootstrap mongohoused :
5055 - command : shell.exec
5156 params :
@@ -4706,6 +4711,7 @@ pre:
47064711post :
47074712 - func : reset aws instance profile
47084713 - func : upload test results
4714+ - func : stop mongo-orchestration
47094715 - func : upload coverage report
47104716 - func : cleanup
47114717ignore :
You can’t perform that action at this time.
0 commit comments