-
Notifications
You must be signed in to change notification settings - Fork 403
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
Maintenance: Run pydantic v2 workflow only for features using pydantic #3349
Comments
Hey @heitorlessa! Our tests takes +-30s to complete and I think we can start removing lint/static checking. Let me send the PR to check this. |
|
This is now released under 2.27.1 version! |
Why is this needed?
Our CI times doubled as GH has a limit of concurrent workflows run, increasing our lead time.
Which area does this relate to?
No response
Solution
Short-term: change
paths
in Pydantic V2 workflow to only use Event Handler, Parser, and Batch.Medium-term: if CI time continues to be high, we use
nox
like solution to dynamically swap Pydantic version at runtime (no additional workflow).Long-term: Launch v3 with Pydantic v2 and drop v1.
Acknowledgment
The text was updated successfully, but these errors were encountered: