Skip to content

Commit aa986f8

Browse files
authored
ci(NODE-6405): stop mongo orchestration in post task (#4328)
1 parent 1320ad8 commit aa986f8

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.evergreen/config.in.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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:
17731779
post:
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

.evergreen/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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:
47064711
post:
47074712
- func: reset aws instance profile
47084713
- func: upload test results
4714+
- func: stop mongo-orchestration
47094715
- func: upload coverage report
47104716
- func: cleanup
47114717
ignore:

0 commit comments

Comments
 (0)