-
Notifications
You must be signed in to change notification settings - Fork 236
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
CI Add unit tests running for Spark 3.0.1 #418
Conversation
build |
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.
Is there any way we can make these run in parallel? I think that would be ideal.
yeah I was going to look into running parallel separate. The problem is that unit tests are going to use entire GPU , so we would need multiple GPUs to run in parallel in the same build. We can certainly leave it out of premerge right now if we think it takes to long, I don't think it will be a big deal for nightly. |
I was thinking multiple jenkins jobs. One to test each platform. We could also drop the initial memory allocated for cudf. We don't run jobs that are that big for the unit tests. We probably could run multiple in parallel that way. |
sounds good, I'll talk to Tim and Calvin to see what our ci nodes have for gpus |
build |
looks like this increased premerge build by about 5 minutes. So its taking around 42 minutes now. |
* Add unit tests running for Spark 3.0.1 * dont' run python integration tests for other versions of Spark Co-authored-by: Thomas Graves <[email protected]>
* Add unit tests running for Spark 3.0.1 * dont' run python integration tests for other versions of Spark Co-authored-by: Thomas Graves <[email protected]>
[auto-merge] bot-auto-merge-branch-22.08 to branch-22.10 [skip ci] [bot]
Nightly and Premerge run unit tests against Spark 3.0.1 as well. 3.1.0 have a few failures we need to fix first.
Let me know thoughts if we think this will take to long for premerge.