-
Notifications
You must be signed in to change notification settings - Fork 891
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
GODRIVER-3010 Update ECS Test to use Ubuntu 20.04 #1422
Conversation
.evergreen/config.yml
Outdated
@@ -2389,9 +2389,9 @@ axes: | |||
SKIP_ECS_AUTH_TEST: true | |||
# TODO(BUILD-17329): Update this to Ubuntu 22 after we add a new ECS task |
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.
Should we remove this comment, or do we still plan on bumping to Ubuntu 22? If so, do we need to update this comment with a different build ticket?
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.
Removed, Ubuntu 22 only supports MongoDB 6.0+.
(cherry picked from commit 0bb308c)
GODRIVER-3010
Summary
Update our Ubuntu AWS tests to use Ubuntu 20.04.
Background & Motivation
Move to a supported Ubuntu distribution.