ray/dashboard
mwtian 20ca1d85c2
[GCS][Bootstrap 2/n] Fix tests to enable using GCS address for bootstrapping (#21288)
This PR contains most of the fixes @iycheng made in #21232, to make tests pass with GCS bootstrapping by supporting both Redis and GCS address as the bootstrap address. The main change is to use address_info["address"] to obtain the bootstrap address to pass to ray.init(), instead of using address_info["redis_address"]. In a subsequent PR, address_info["address"] will return the Redis or GCS address depending on whether using GCS to bootstrap.
2021-12-29 19:25:51 -07:00
..
client [CI] Fix frontend build issue (#20375) 2021-11-15 10:12:43 -08:00
modules [GCS][Bootstrap 2/n] Fix tests to enable using GCS address for bootstrapping (#21288) 2021-12-29 19:25:51 -07:00
tests [2/gcs] Bootstrap dashboard for gcs ha (#21179) 2021-12-21 16:58:03 -08:00
__init__.py [Dashboard] New dashboard skeleton (#9099) 2020-07-27 11:34:47 +08:00
agent.py [2/gcs] Bootstrap dashboard for gcs ha (#21179) 2021-12-21 16:58:03 -08:00
BUILD [job submission] Allow passing job_id, return DOES_NOT_EXIST when applicable (#20164) 2021-11-08 23:10:27 -08:00
consts.py [2/gcs] Bootstrap dashboard for gcs ha (#21179) 2021-12-21 16:58:03 -08:00
dashboard.py [2/gcs] Bootstrap dashboard for gcs ha (#21179) 2021-12-21 16:58:03 -08:00
datacenter.py [Dashboard] Dashboard memory improvement (#19385) 2021-10-19 19:34:42 -07:00
head.py [2/gcs] Bootstrap dashboard for gcs ha (#21179) 2021-12-21 16:58:03 -08:00
k8s_utils.py [dashboard][k8s] Better CPU reporting when running on K8s (#14593) 2021-03-12 12:02:15 -06:00
memory_utils.py [dashboard] Rename "new_dashboard" -> "dashboard" (#18214) 2021-09-15 11:17:15 -05:00
optional_deps.py Fix aiohttp 3.8.0 breaking changes (and unpin from 3.7) (#20261) 2021-11-11 15:35:20 -08:00
utils.py Fix aiohttp 3.8.0 breaking changes (and unpin from 3.7) (#20261) 2021-11-11 15:35:20 -08:00