Skip to content
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

Merged
merged 13 commits into from
Mar 27, 2025

Conversation

blink1073
Copy link
Member

@blink1073 blink1073 requested a review from NoahStapp March 25, 2025 18:41
# 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
Copy link
Contributor

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?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Copy link
Member Author

@blink1073 blink1073 Mar 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@blink1073 blink1073 requested a review from NoahStapp March 26, 2025 21:51
expansions:
PYTHON_BINARY: /opt/python/3.11/bin/python3
- name: auth-enterprise-rhel8-python3.12
- name: auth-enterprise-win64
Copy link
Contributor

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?

Copy link
Member Author

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.

@blink1073 blink1073 requested a review from NoahStapp March 27, 2025 13:38
@blink1073 blink1073 merged commit 53c4694 into mongodb:master Mar 27, 2025
36 of 38 checks passed
@blink1073 blink1073 deleted the python-ver branch March 27, 2025 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants