-
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-5233 Allow python version to be set at the task level #2228
Conversation
# Function that gets a python binary given a python version string. | ||
# Versions can be of the form 3.xx or pypy3.xx. | ||
get_python_binary() { | ||
version=$1 |
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 this have a check to verify that the version is in an expected form?
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
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.
expansions: | ||
PYTHON_BINARY: /opt/python/3.11/bin/python3 | ||
- name: auth-enterprise-rhel8-python3.12 | ||
- name: auth-enterprise-win64 |
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.
Are we running less variants for enterprise auth, or are these changes captured elsewhere?
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 same number of total tasks, just run in 3 variants instead of whatever it was before.
Win Py3.13 failure is expected: https://spruce.mongodb.com/version/67e2efa85e86b700078bad40/tasks?sorts=STATUS%3AASC%3BBASE_STATUS%3ADESC