ray/release/ray_release/command_runner
Kai Fricke dd87e61808
[ci/release] Fix module import errors in release tests (#24334)
After https://github.com/ray-project/ray/pull/24066, some release tests are running into:

```
ModuleNotFoundError: No module named 'ray.train.impl'
```

This PR simply adds a `__init__.py` file to resolve this.

We also add a 5 wecond delay for client runners in release test to give clusters a bit of slack to come up (and avoid ray client connection errors)
2022-04-29 17:03:17 +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] Fix module import errors in release tests (#24334) 2022-04-29 17:03:17 +01:00
command_runner.py [ci/release] Refactor release test e2e into package (#22351) 2022-02-16 17:35:02 +00: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