-
Notifications
You must be signed in to change notification settings - Fork 28.4k
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
[SPARK-50477][INFRA] Add a separate docker file for python 3.9 daily build #49042
Conversation
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 you aiming to split all Python versions, @zhengruifeng ?
yes, @dongjoon-hyun I plan to split them all |
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.
+1, LGTM.
BTW, please double-check all CIs after merging this, @zhengruifeng . We frequently broke other CIs. |
Sure, I will keep an eye on other CIs. |
Thanks @dongjoon-hyun , merged to master |
late LGTM. |
late LGTM, Thank @zhengruifeng |
What changes were proposed in this pull request?
Add a separate docker file for python 3.9 daily build
Why are the changes needed?
to isolate the environments
Does this PR introduce any user-facing change?
no, infra-only
How was this patch tested?
ci, the second commit and the 4-th commit tested this PR against the new image
https://github.com/zhengruifeng/spark/actions/runs/12135050296/job/33835846375
https://github.com/zhengruifeng/spark/actions/runs/12140138335/job/33850700922
Was this patch authored or co-authored using generative AI tooling?
no