Kai Fricke 92d6f1f306 [ci/release] Migrate GBDT tests (xgboost/lightgbm) to GCE (#34264) 1 年之前
..
workloads b628c82062 Revert "Revert "[ci/release] Move all release tests to use Ray jobs instead of SDK commands"" (#30969) 1 年之前
README.rst a0f73cf3f7 [xgboost] Update XGBoost release test configs (#13941) 3 年之前
app_config.yaml 1bfc05a47a Fix typo in a comment (#31187) 1 年之前
app_config_gpu.yaml b628c82062 Revert "Revert "[ci/release] Move all release tests to use Ray jobs instead of SDK commands"" (#30969) 1 年之前
create_test_data.py 7f1bacc7dc [CI] Format Python code with Black (#21975) 2 年之前
tpl_cpu_moderate_aws.yaml 92d6f1f306 [ci/release] Migrate GBDT tests (xgboost/lightgbm) to GCE (#34264) 1 年之前
tpl_cpu_moderate_gce.yaml 92d6f1f306 [ci/release] Migrate GBDT tests (xgboost/lightgbm) to GCE (#34264) 1 年之前
tpl_cpu_small_aws.yaml 92d6f1f306 [ci/release] Migrate GBDT tests (xgboost/lightgbm) to GCE (#34264) 1 年之前
tpl_cpu_small_gce.yaml 92d6f1f306 [ci/release] Migrate GBDT tests (xgboost/lightgbm) to GCE (#34264) 1 年之前
tpl_gpu_small_aws.yaml 92d6f1f306 [ci/release] Migrate GBDT tests (xgboost/lightgbm) to GCE (#34264) 1 年之前
tpl_gpu_small_gce.yaml 92d6f1f306 [ci/release] Migrate GBDT tests (xgboost/lightgbm) to GCE (#34264) 1 年之前

README.rst

XGBoost on Ray tests
====================

This directory contains various XGBoost on Ray release tests.

You should run these tests with the `releaser `_ tool.

Overview
--------
There are four kinds of tests:

1. ``distributed_api_test`` - checks general API functionality and should finish very quickly (< 1 minute)
2. ``train_*`` - checks single trial training on different setups.
3. ``tune_*`` - checks multi trial training via Ray Tune.
4. ``ft_*`` - checks fault tolerance.

Generally the releaser tool will run all tests in parallel, but if you do
it sequentially, be sure to do it in the order above. If ``train_*`` fails,
``tune_*`` will fail, too.

Acceptance criteria
-------------------
These tests are considered passing when they throw no error at the end of
the output log.