ray/release
Max Pumperla f9b71a8bf6
[docs] new structure (#21776)
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).
2022-01-21 15:42:05 -08:00
..
.buildkite [Serve] Serve Autoscaling Release tests (#21208) 2022-01-21 12:08:25 -08:00
alerts [Test Infra] Unrevert team col (#21700) 2022-01-19 13:29:53 -08:00
golden_notebook_tests [docs] new structure (#21776) 2022-01-21 15:42:05 -08:00
horovod_tests [Test Infra] Unrevert team col (#21700) 2022-01-19 13:29:53 -08:00
kubernetes_manual_tests [test][k8s] Restore kubernetes test directory, adds some info (#18982) 2021-10-01 11:23:22 +01:00
lightgbm_tests [Test Infra] Unrevert team col (#21700) 2022-01-19 13:29:53 -08:00
long_running_distributed_tests [Test Infra] Unrevert team col (#21700) 2022-01-19 13:29:53 -08:00
long_running_tests [Test Infra] Unrevert team col (#21700) 2022-01-19 13:29:53 -08:00
microbenchmark [Test Infra] Unrevert team col (#21700) 2022-01-19 13:29:53 -08:00
ml_user_tests [Test Infra] Unrevert team col (#21700) 2022-01-19 13:29:53 -08:00
nightly_tests [Test] First core nightly test migration to k8s (#21698) 2022-01-19 13:31:49 -08:00
release_logs [release] update release log for 1.9.0 release (#20781) 2021-11-29 22:20:37 -08:00
rllib_tests [Test Infra] Unrevert team col (#21700) 2022-01-19 13:29:53 -08:00
runtime_env_tests [Test Infra] Unrevert team col (#21700) 2022-01-19 13:29:53 -08:00
serve_tests [Serve] Serve Autoscaling Release tests (#21208) 2022-01-21 12:08:25 -08:00
sgd_tests [Test Infra] Unrevert team col (#21700) 2022-01-19 13:29:53 -08:00
tune_tests [Test Infra] Unrevert team col (#21700) 2022-01-19 13:29:53 -08:00
util [release][m1] Update sanity check python versions for M1 mac (#20730) 2021-11-29 11:38:38 -08:00
xgboost_tests [Test Infra] Unrevert team col (#21700) 2022-01-19 13:29:53 -08:00
__init__.py [release] move release testing end to end script to main ray repo (#17070) 2021-07-14 12:39:07 -07:00
alert.py [release/alert] less results (#17637) 2021-08-06 10:26:07 +01:00
BUILD [Serve] Serve Autoscaling Release tests (#21208) 2022-01-21 12:08:25 -08:00
config_generator.html [release] move release testing end to end script to main ray repo (#17070) 2021-07-14 12:39:07 -07:00
e2e.py [Test Infra] Fix e2e.py help info for --report (#21757) 2022-01-21 03:29:50 -08:00
README.md [Release] Remove release process doc (#19312) 2021-10-18 11:24:03 -07:00
requirements.txt [ci/release] use s3 sync (#21626) 2022-01-15 17:53:19 -08:00
run_e2e.sh [ci/release] use s3 sync (#21626) 2022-01-15 17:53:19 -08:00
test_owners.yaml [ci] Add release test owner overview file (#18590) 2021-09-14 11:00:31 -07:00

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