Add inactive buildvariant for running tests against latest server#2982
Merged
jamis merged 4 commits intomongodb:masterfrom Feb 3, 2026
Merged
Add inactive buildvariant for running tests against latest server#2982jamis merged 4 commits intomongodb:masterfrom
jamis merged 4 commits intomongodb:masterfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds an inactive buildvariant to run tests against the latest MongoDB server version. The buildvariant is configured with activate: false so it won't run automatically but can be invoked manually via Evergreen when needed.
Changes:
- Added a 'latest' MongoDB version to the axes configuration
- Added a new 'latest' buildvariant with
activate: falseto prevent automatic execution - Removed an extraneous blank line in the standard configuration
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| .evergreen/config/standard.yml.erb | Added the 'latest' buildvariant configuration with manual activation setting and removed blank line |
| .evergreen/config/axes.yml.erb | Added 'latest' as a MongoDB version option in the axes configuration |
| .evergreen/config.yml | Applied the generated configuration changes including the new 'latest' buildvariant and axis |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
comandeo-mongo
previously approved these changes
Feb 3, 2026
comandeo-mongo
approved these changes
Feb 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We removed tests against latest server because failures there prevented us from merging our PR's. This adds one buildvariant against latest, but marks it with
activate: false-- this it won't run automatically, and has to be invoked manually via evergreen.(This is in response to a one-off request to run our tests against latest server.