Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ functions:
MONGODB_VERSION: ${MONGODB_VERSION}
include_expansions_in_env: [TOPOLOGY, AUTH, SSL, ORCHESTRATION_FILE,
REQUIRE_API_VERSION, LOAD_BALANCER]
args: ["${DRIVERS_TOOLS}/.evergreen/run-orchestration.sh"]
args: ["${DRIVERS_TOOLS}/.evergreen/run-mongodb.sh", "start"]
Copy link

Copilot AI Mar 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This generated config still calls the function bootstrap-mongo-orchestration, but it now runs run-mongodb.sh start. To avoid confusion when debugging CI failures, consider renaming the function (and any associated task/function labels that mention orchestration) to reflect the new bootstrap mechanism.

Copilot uses AI. Check for mistakes.
- command: expansions.update
params:
file: mo-expansion.yml
Expand Down
2 changes: 1 addition & 1 deletion .evergreen/config/common.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ functions:
MONGODB_VERSION: ${MONGODB_VERSION}
include_expansions_in_env: [TOPOLOGY, AUTH, SSL, ORCHESTRATION_FILE,
REQUIRE_API_VERSION, LOAD_BALANCER]
args: ["${DRIVERS_TOOLS}/.evergreen/run-orchestration.sh"]
args: ["${DRIVERS_TOOLS}/.evergreen/run-mongodb.sh", "start"]
Copy link

Copilot AI Mar 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bootstrap-mongo-orchestration now invokes run-mongodb.sh start, but the function name (and downstream references like “run tests with orchestration…”) still describe the old mongo-orchestration flow. This mismatch makes the Evergreen config harder to understand/maintain; consider renaming the function (and any related labels) to reflect the mongodb-runner/mongodb bootstrap it performs.

Copilot uses AI. Check for mistakes.
- command: expansions.update
params:
file: mo-expansion.yml
Expand Down
2 changes: 1 addition & 1 deletion .mod/drivers-evergreen-tools
Loading