-
Notifications
You must be signed in to change notification settings - Fork 1.1k
PYTHON-3411 [v3.13] Stop testing MongoDB 6.0 on Amazon1 2018 #1061
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/config.yml
Outdated
- matrix_name: "tests-python-version-rhel70-test-ssl" | ||
matrix_spec: | ||
platform: rhel70 | ||
# RHEL 6.2 does not support Python 3.7.x and later. |
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.
RHEL 6.2 -> RHEL 7.0?
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.
Fixed
- rhel70 | ||
auth-ssl: "*" | ||
display_name: "${platform} ${auth-ssl}" | ||
tasks: &all-server-versions | ||
tasks: &rhel-server-versions |
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.
To avoid adding extra unneeded testing can this just be 6.0, rapid, latest? Then we'd keep testing 2.6-5.0 on awslinx and move 6.0+ to rhel 7.
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.
Done
.evergreen/config.yml
Outdated
|
||
- matrix_name: "tests-windows-python-version" | ||
matrix_spec: | ||
platform: windows-64-vsMulti-small | ||
python-version-windows: "*" | ||
auth-ssl: "*" | ||
display_name: "${platform} ${python-version-windows} ${auth-ssl}" | ||
tasks: *all-server-versions | ||
tasks: *rhel-server-versions |
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.
The windows variants (here and below) still need to use "all-server-versions"
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.
Fixed
No description provided.