mirror of
https://github.com/wassname/ray.git
synced 2026-07-09 22:39:18 +08:00
Make Dashboard Port Configurable (#8999)
This commit is contained in:
@@ -52,7 +52,8 @@ def _ray_start(**kwargs):
|
||||
@pytest.fixture
|
||||
def ray_start_with_dashboard(request):
|
||||
param = getattr(request, "param", {})
|
||||
with _ray_start(num_cpus=1, include_webui=True, **param) as address_info:
|
||||
with _ray_start(
|
||||
num_cpus=1, include_dashboard=True, **param) as address_info:
|
||||
yield address_info
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user