Closed hcho3 closed 1 week ago
@wbo4958 The PR is now ready for review.
See the full build log at https://buildkite.com/organizations/xgboost/pipelines/xgboost-ci/builds/7247/jobs/01930a4e-98e2-4dad-bc10-ab2fdd58f376/log
Remove xgboost4j-tester
Is there an alternative? We have no test for xgboost jvm demos.
I'll bring back the integration tests.
Marking as draft until I bring back the integration tests.
@wbo4958 I moved the integration tests so that mvn test -pl xgboost4j-example
will run them. I discovered that some demos were left out in the previous version of integration tests. Now all demos have test coverage.
I assume we can close this one as well https://github.com/dmlc/xgboost/issues/7262 ?
Closes https://github.com/dmlc/xgboost/issues/10879 Closes https://github.com/dmlc/xgboost/issues/7262
mvn test
would suffice.Note. I will submit a follow-up PR to update
dev/prepare_jvm_release.py
.New workflow:
mvn deploy -Pdefault,release-to-s3
, to deploy all CPU packages (xgboost4j, xgboost4j-example, xgboost4j-spark, xgboost4j-flink).mvn clean
to clean all artifactsmvn install -Pgpu
, to build xgboost4j and xgboost4j-spark-gpu with CUDA enabled and to install them locally.mvn deploy -Pgpu,release-to-s3 -pl xgboost4j-spark-gpu
to deploy xgboost4j-spark-gpu only.