ray/release/ray_release/command_runner
Kai Fricke 8a9512bf62
[ci/release] Install local wheels in release test shell script (#25227)
We're currently installing matching wheels on the fly in the python script for Ray client tests. However, we can't reload modules with changed protobuf configurations, and thus can't reload ray completely. Since the `anyscale` pacakge depends on Ray, this effectively prevents us from installing matching wheels within the python script.

There are a few possible solutions to this. First, we could separate out the local environment preparation from the test running - this will duplicate some logic and is thus a bit more involved, but should be considered in the future. For now, we adjust the `run_release_tests.sh` shell script to install any passed `--ray-wheels` wheels locally. We only do this in CI instances per default as these wheels will not be compatible with e.g. MacOS.

Link to successful build: https://buildkite.com/ray-project/release-tests-branch/builds/619#_
2022-06-02 10:32:51 +01:00
..
__init__.py [ci/release] Refactor release test e2e into package (#22351) 2022-02-16 17:35:02 +00:00
_wait_cluster.py [Test] Migrate the first test to the new infra (#22770) 2022-03-06 18:24:54 -08:00
client_runner.py [ci/release] Install local wheels in release test shell script (#25227) 2022-06-02 10:32:51 +01:00
command_runner.py Clean up docstyle in python modules and add LINT rule (#25272) 2022-06-01 11:27:54 -07:00
job_runner.py [ci/release] Reload modules after installing matching Ray (#23227) 2022-03-16 15:44:43 +00:00
sdk_runner.py [ci/release] Refactor release test e2e into package (#22351) 2022-02-16 17:35:02 +00:00