-
Notifications
You must be signed in to change notification settings - Fork 455
CDRIVER-4739 Migrate MongoDB 7.0+ Evergreen tasks from Ubuntu 18.04 to 20.04 #1431
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
Conversation
.evergreen/legacy_config_generator/evergreen_config_lib/tasks.py
Outdated
Show resolved
Hide resolved
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.
Confirming, why was Ubuntu 20.04 chosen instead of Ubuntu 22.04?
A patch using Ubuntu 22.04 resulted in task failures using
I did not investigate further. I support a future move to Ubuntu 22.04. For this PR, I propose making the minimal change to get the 7.0 tasks passing. |
.evergreen/legacy_config_generator/evergreen_config_lib/tasks.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Ezra Chung <[email protected]>
Summary
Migrate MongoDB 7.0+ Evergreen tasks from Ubuntu 18.04 to 20.04
Tasks matching
.*7.0.*
were run in this patch build to verify: https://spruce.mongodb.com/version/651d7291c9ec44a912961b62. The failing tasks are expected and fail on the master branch.Background & Motivation
MongoDB 7.0 does not officially support Ubuntu 18.04. Ubuntu 18.04 binaries were removed in 7.0.2 in SERVER-77233. This has resulted task failures for server 7.0 tasks on Ubuntu 18.04.
This PR intends to make the minimal change to reduce test failures by upgrading selected variants to Ubuntu 20.04.