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:
71
71
params :
72
72
file : mo-expansion.yml
73
73
74
+ " stop mongo-orchestration " :
75
+ - command : shell.exec
76
+ params :
77
+ script : |
78
+ bash ${DRIVERS_TOOLS}/.evergreen/stop-orchestration.sh
79
+
74
80
" bootstrap mongohoused " :
75
81
- command : shell.exec
76
82
params :
@@ -1773,6 +1779,7 @@ pre:
1773
1779
post :
1774
1780
- func : " reset aws instance profile"
1775
1781
- func : " upload test results"
1782
+ - func : " stop mongo-orchestration"
1776
1783
- func : " upload coverage report"
1777
1784
- func : " cleanup"
1778
1785
Original file line number Diff line number Diff line change @@ -46,6 +46,11 @@ functions:
46
46
- command : expansions.update
47
47
params :
48
48
file : mo-expansion.yml
49
+ stop mongo-orchestration :
50
+ - command : shell.exec
51
+ params :
52
+ script : |
53
+ bash ${DRIVERS_TOOLS}/.evergreen/stop-orchestration.sh
49
54
bootstrap mongohoused :
50
55
- command : shell.exec
51
56
params :
@@ -4706,6 +4711,7 @@ pre:
4706
4711
post :
4707
4712
- func : reset aws instance profile
4708
4713
- func : upload test results
4714
+ - func : stop mongo-orchestration
4709
4715
- func : upload coverage report
4710
4716
- func : cleanup
4711
4717
ignore :
You can’t perform that action at this time.
0 commit comments