Skip to content

PYTHON-5311 Create standard linux evergreen tasks #2282

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

Merged
merged 1 commit into from
Apr 15, 2025

Conversation

blink1073
Copy link
Member

Patch build: https://spruce.mongodb.com/version/67fd13625ee31c0007ce6dec/tasks?sorts=STATUS%3AASC%3BBASE_STATUS%3ADESC

Before: 35 tasks across 3 build variants
After: 78 tasks across 3 build variants

@blink1073 blink1073 requested a review from NoahStapp April 14, 2025 14:39
for (version, topology), python in zip_cycle(
list(product(ALL_VERSIONS, TOPOLOGIES)), ALL_PYTHONS
):
auth = "auth" if topology == "sharded_cluster" else "noauth"
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we have coverage of every auth-ssl-topology combo elsewhere? Always running set combinations here seems potentially risky.

Copy link
Member Author

Choose a reason for hiding this comment

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

We do on the * MongoDB tasks. This is essentially the same combination we have now for encryption tests.

Copy link
Contributor

Choose a reason for hiding this comment

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

What differentiates these tasks from the * MongoDB tasks?

Copy link
Member Author

Choose a reason for hiding this comment

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

It is trimmed down to not have every combination of topology/auth/ssl, since it is unlikely that it will have a general affect.

@blink1073 blink1073 requested a review from NoahStapp April 15, 2025 13:30
@blink1073 blink1073 merged commit b83389d into mongodb:master Apr 15, 2025
42 of 46 checks passed
@blink1073 blink1073 deleted the PYTHON-5311 branch April 15, 2025 19:44
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