chore(NODE-7771): align tags to match their versions on evergreen tasks - #5048
Open
johnmtll wants to merge 1 commit into
Open
chore(NODE-7771): align tags to match their versions on evergreen tasks#5048johnmtll wants to merge 1 commit into
johnmtll wants to merge 1 commit into
Conversation
johnmtll
force-pushed
the
NODE-7771/match-latest-evergreen-tags
branch
from
September 4, 2026 18:02
afd5f47 to
f62e6d3
Compare
johnmtll
marked this pull request as ready for review
September 4, 2026 19:25
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
Changes are limited to CI metadata and the updated tags match the tasks’ configured VERSION/topology expansions (or remove version tags where none are configured).
Pull request overview
Aligns Evergreen task tags with the MongoDB server version (and in a few cases topology) those tasks actually target, improving task discoverability/filtering and reducing misleading version labeling in the CI matrix.
Changes:
- Removes incorrect
latesttags from tasks that don’t set a serverVERSION(e.g., x509, SFP). - Adds explicit server-version tags to tasks whose
VERSIONexpansion is pinned (load-balanced, TLS support, AWS auth, custom dependency, performance). - Adds missing tags to a few hand-authored tasks in
.evergreen/config*.yml(e.g., KMS fail tasks, BSON compatibility server tasks).
File summaries
| File | Description |
|---|---|
| .evergreen/generate_evergreen_tasks.js | Adjusts task tag generation so tasks consistently advertise the server version they run against. |
| .evergreen/config.yml | Applies the corrected/added tags in the rendered Evergreen configuration. |
| .evergreen/config.in.yml | Mirrors the tag fixes/additions in the source Evergreen config template. |
Review details
- Files reviewed: 3/3 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| BASE_TASKS.push({ | ||
| name: `test-x509-authentication`, | ||
| tags: ['latest', 'auth', 'x509'], | ||
| tags: ['auth', 'x509'], |
Contributor
There was a problem hiding this comment.
We don't use a server at all for this test?
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.
Description
Summary of Changes
Many of the evergreen tasks are missing or have incorrect tags which reflect the targeted mongo server version. This PR removes incorrect tags, and appends the correct server version tag to each task.
Notes for Reviewers
What is the motivation for this change?
Release Highlight
Release notes highlight
Double check the following
npm run check:lint)type(NODE-xxxx)[!]: descriptionfeat(NODE-1234)!: rewriting everything in coffeescript