diff --git a/.evergreen/config.in.yml b/.evergreen/config.in.yml index 2baf9fd132..9ec0237f16 100644 --- a/.evergreen/config.in.yml +++ b/.evergreen/config.in.yml @@ -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: @@ -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" diff --git a/.evergreen/config.yml b/.evergreen/config.yml index 3fee70b6d8..7ffc7b607b 100644 --- a/.evergreen/config.yml +++ b/.evergreen/config.yml @@ -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: @@ -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: