Kai Fricke 6c5229295e [ci/release] Support running tests with different python versions (#24843) 2 年之前
..
workloads 47243ace7c [Release] Upgrade instance types for xgboost gpu release tests (#24002) 2 年之前
README.rst a0f73cf3f7 [xgboost] Update XGBoost release test configs (#13941) 3 年之前
app_config.yaml 6c5229295e [ci/release] Support running tests with different python versions (#24843) 2 年之前
app_config_gpu.yaml 6c5229295e [ci/release] Support running tests with different python versions (#24843) 2 年之前
create_test_data.py 7f1bacc7dc [CI] Format Python code with Black (#21975) 2 年之前
tpl_cpu_moderate.yaml 8db2e5c23a [release] Move xgboost tune small + microbenchmark release test to new release automation (#15619) 3 年之前
tpl_cpu_small.yaml 8db2e5c23a [release] Move xgboost tune small + microbenchmark release test to new release automation (#15619) 3 年之前
tpl_gpu_small.yaml 47243ace7c [Release] Upgrade instance types for xgboost gpu release tests (#24002) 2 年之前

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.