-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
PYTHON-4764 Update to use current supported EVG hosts #1858
Conversation
@@ -2795,7 +2795,7 @@ buildvariants: | |||
|
|||
- matrix_name: "tests-windows-enterprise-auth" | |||
matrix_spec: | |||
platform: windows-64-vsMulti-small |
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.
windows-64-vsMulti-small is/was a special distro that was built just for us to test with. I take it we don't need that anymore?
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.
https://jira.mongodb.org/browse/BUILD-9934
Ah it was for testing python <=3.4. So yea we don't need it anymore.
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.
This is just changing the name we give it, not the actual host
- id: rhel92-fips | ||
display_name: "RHEL 9.2 FIPS" | ||
- id: rhel9-fips | ||
display_name: "RHEL 9 FIPS" | ||
run_on: rhel92-fips |
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.
run_on: rhel92-fips | |
run_on: rhel9-fips |
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.
Does the run_on also need to be changed?
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.
No, the host is still rhel92-fips.
No description provided.