-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
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] Refactor Jenkins CI pipeline + migrate tests to Jenkins #4380
Conversation
Will re-open after filling in all blanks |
@CodingCat I'm seeing this error with the latest master:
How serious is this error? Also, do we want to build a XGBoost JAR with one version of Spark and test it with another version of Spark? |
I took out all changes related to pylint and moved them to #4381, to keep this PR focused. |
Oh, I didn’t notice the question here, I think it’s because we have too many cores in jenkins? How many cores we have there? |
@CodingCat 8 cores |
it’s strange...is the issue still there? |
@CodingCat For now, I am skipping JVM tests from the Build stage. Trying to export a test JAR so that I can run JVM tests in the Test stage. See https://xgboost-ci.net/blue/organizations/jenkins/xgboost/detail/PR-4380/18/pipeline/173 |
@CodingCat What's the meaning of this error?
|
Will re-open when things are ready. There's a long way to go, and I don't want to spam notification |
@CodingCat FYI, reducing the number of cores did the trick. Thanks for the suggestion |
@hcho3, yeah, it should work, but 8 cores should not make the failure happen, I met it in a 40-cores machine... Partitioner of spark may have some secretes that I don’t know...I will check |
See #4234 for details.
Overview of Jenkins CI pipeline: