From 9ed32be7fbaaa48d93332f710598498e9e4c1c8e Mon Sep 17 00:00:00 2001 From: Durran Jordan Date: Fri, 15 Nov 2024 16:51:55 +0100 Subject: [PATCH] test(NODE-6405): stop mongo orchestration in post task --- .evergreen/config.in.yml | 7 +++++++ .evergreen/config.yml | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/.evergreen/config.in.yml b/.evergreen/config.in.yml index 2baf9fd132d..9ec0237f16b 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 3fee70b6d8c..7ffc7b607b4 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: