ray/release
Amog Kamsetty bd726aab02
[Release] Disable caching for ray_lightning (#21886)
Passing tests: https://buildkite.com/ray-project/periodic-ci/builds/2560#_

Add an echo timestamp to the post build commands of the ray lightning release tests to trigger a cluster env rebuild and get the latest versions of ray lightning. Without this, the cluster env gets cached so an outdated version is installed on the cluster that is different than the one on the driver, resulting in the below failures.

Closes #21871
Closes #21863

Also reinstalls the dependencies in the post build commands so old versions are not cached in the Docker images
2022-01-27 17:56:32 -08:00
..
.buildkite [nightly] Temporarily stops the two pipelines for scheduling until with good setup. (#21922) 2022-01-26 20:15:59 -08:00
alerts [ci/release] Increase long running timeout, fix artifacts copy (#21905) 2022-01-26 21:25:03 +00: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 [e2e] do not terminate in serve_failure smoke test (#21925) 2022-01-27 15:36:46 -08:00
microbenchmark [Test Infra] Unrevert team col (#21700) 2022-01-19 13:29:53 -08:00
ml_user_tests [Release] Disable caching for ray_lightning (#21886) 2022-01-27 17:56:32 -08:00
nightly_tests Don't advertise cpus on gpu nodes for pipelined ingestion tests (#21899) 2022-01-27 09:17:01 -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] Add "Serve" team tag to untagged release tests (#21861) 2022-01-25 11:46:03 -08:00
sgd_tests [Test Infra] Unrevert team col (#21700) 2022-01-19 13:29:53 -08:00
tune_tests [Cleanup] Use mkstemp (#21676) 2022-01-25 13:42:12 -08:00
util [release] Fix broken pip_download_test.sh script for non-M1 Macs (#21542) 2022-01-26 10:38:52 -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 [e2e] do not terminate in serve_failure smoke test (#21925) 2022-01-27 15:36:46 -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 [e2e] improve output dir handling (#21906) 2022-01-26 23:56:08 -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] Increase long running timeout, fix artifacts copy (#21905) 2022-01-26 21:25:03 +00: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