-
Notifications
You must be signed in to change notification settings - Fork 530
RUBY-3780 Use mongodb runner #3010
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
064420d
ad158c1
e9661fd
1f82fcb
1f59bbf
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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"] | ||
|
||
| - command: expansions.update | ||
| params: | ||
| file: mo-expansion.yml | ||
|
|
||
There was a problem hiding this comment.
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 runsrun-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.