From aa986f8e8a7e2e9d57fc227539b7dd9a1c0fea33 Mon Sep 17 00:00:00 2001 From: Durran Jordan Date: Fri, 15 Nov 2024 18:44:48 +0100 Subject: [PATCH] ci(NODE-6405): stop mongo orchestration in post task (#4328) --- .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 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: