Skip to content

Commit ecbb8f8

Browse files
RUBY-3780 Use mongodb runner (#3010)
1 parent ee63d9e commit ecbb8f8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.evergreen/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ functions:
151151
MONGODB_VERSION: ${MONGODB_VERSION}
152152
include_expansions_in_env: [TOPOLOGY, AUTH, SSL, ORCHESTRATION_FILE,
153153
REQUIRE_API_VERSION, LOAD_BALANCER]
154-
args: ["${DRIVERS_TOOLS}/.evergreen/run-orchestration.sh"]
154+
args: ["${DRIVERS_TOOLS}/.evergreen/run-mongodb.sh", "start"]
155155
- command: expansions.update
156156
params:
157157
file: mo-expansion.yml

.evergreen/config/common.yml.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ functions:
148148
MONGODB_VERSION: ${MONGODB_VERSION}
149149
include_expansions_in_env: [TOPOLOGY, AUTH, SSL, ORCHESTRATION_FILE,
150150
REQUIRE_API_VERSION, LOAD_BALANCER]
151-
args: ["${DRIVERS_TOOLS}/.evergreen/run-orchestration.sh"]
151+
args: ["${DRIVERS_TOOLS}/.evergreen/run-mongodb.sh", "start"]
152152
- command: expansions.update
153153
params:
154154
file: mo-expansion.yml

.mod/drivers-evergreen-tools

0 commit comments

Comments
 (0)