mirror of
https://github.com/vale981/ray
synced 2025-03-10 05:16:49 -04:00
![]() This PR consolidates both #21667 and #21759 (look there for features), but improves on them in the following way: - [x] we reverted renaming of existing projects `tune`, `rllib`, `train`, `cluster`, `serve`, `raysgd` and `data` so that links won't break. I think my consolidation efforts with the `ray-` prefix were a little overeager in that regard. It's better like this. Only the creation of `ray-core` was a necessity, and some files moved into the `rllib` folder, so that should be relatively benign. - [x] Additionally, we added Algolia `docsearch`, screenshot below. This is _much_ better than our current search. Caveat: there's a sphinx dependency that needs to be replaced (`sphinx-tabs`) by another, newer one (`sphinx-panels`), as the former prevents loading of the `algolia.js` library. Will follow-up in the next PR (hoping this one doesn't get re-re-re-re-reverted). |
||
---|---|---|
.. | ||
.buildkite | ||
alerts | ||
golden_notebook_tests | ||
horovod_tests | ||
kubernetes_manual_tests | ||
lightgbm_tests | ||
long_running_distributed_tests | ||
long_running_tests | ||
microbenchmark | ||
ml_user_tests | ||
nightly_tests | ||
release_logs | ||
rllib_tests | ||
runtime_env_tests | ||
serve_tests | ||
sgd_tests | ||
tune_tests | ||
util | ||
xgboost_tests | ||
__init__.py | ||
alert.py | ||
BUILD | ||
config_generator.html | ||
e2e.py | ||
README.md | ||
requirements.txt | ||
run_e2e.sh | ||
test_owners.yaml |
Release Tests
While the exact release process relies on Anyscale internal tooling, the tests we run during the releases are located at https://github.com/ray-project/ray/blob/master/release/.buildkite/build_pipeline.py