-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Backport toolchain 7.5 #6063
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
base: 7.5-stable
Are you sure you want to change the base?
Backport toolchain 7.5 #6063
Conversation
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.
Pull Request Overview
This PR backports toolchain version 7.5 updates, modernizing the CI/CD infrastructure and test execution environment. The changes update the Ruby toolchain installation mechanism, replace Docker-based testing with direct rbenv-based execution, and expand test matrix coverage to include newer Ruby and Rails versions.
Key Changes:
- Migrated from Docker-based test execution to direct rbenv toolchain installation
- Updated Ruby version support (added 3.2, 3.3, ruby-head) and expanded Rails version testing (7.1, 8.0)
- Restructured Evergreen CI configuration with new test matrices and improved orchestration
Reviewed Changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| spec/shared | Updated subproject commit reference |
| spec/mongoid/criteria/queryable/extensions/fixnum_spec.rb | Removed Ruby version guard for Fixnum tests |
| gemfiles/standard.rb | Updated RSpec dependencies and removed VSCode debugger gems |
| .mod/drivers-evergreen-tools | Added new submodule for Evergreen tools |
| .gitmodules | Added drivers-evergreen-tools submodule configuration |
| .evergreen/run-tests.sh | Replaced Docker/mlaunch setup with direct rbenv installation and toolchain usage |
| .evergreen/run-tests-atlas-full.sh | Updated to use rbenv installation and added JUnit formatter output |
| .evergreen/config/variants.yml.erb | Expanded test matrix with new Ruby/Rails versions and FLE testing |
| .evergreen/config/commands.yml.erb | Updated commands to use bootstrap-mongo-orchestration and fixed typos |
| .evergreen/config/axes.yml.erb | Updated variable naming (VERSION → MONGODB_VERSION), topology naming (standalone → server), added new Ruby/Rails versions |
| .evergreen/config.yml | Generated configuration file reflecting all template changes |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| "create expansions": | ||
| # Make an evergreen exapansion file with dynamic values | ||
| # Make an evergreen exapanstion file with dynamic values |
Copilot
AI
Oct 30, 2025
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.
Corrected spelling of 'exapanstion' to 'expansion'.
| # Make an evergreen exapanstion file with dynamic values | |
| # Make an evergreen expansion file with dynamic values |
| "create expansions": | ||
| # Make an evergreen exapansion file with dynamic values | ||
| # Make an evergreen exapanstion file with dynamic values |
Copilot
AI
Oct 30, 2025
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.
Corrected spelling of 'exapanstion' to 'expansion'.
| # Make an evergreen exapanstion file with dynamic values | |
| # Make an evergreen expansion file with dynamic values |
No description provided.