mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00

This adds a nightly release test that asserts that autoscaling a cluster up and down in a Ray Tune run works. Signed-off-by: Kai Fricke <kai@anyscale.com>
13 lines
272 B
YAML
13 lines
272 B
YAML
cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
|
|
region: us-west-2
|
|
|
|
head_node_type:
|
|
name: head_node
|
|
instance_type: m5.xlarge # 4 CPUs
|
|
|
|
worker_node_types:
|
|
- name: worker_node
|
|
instance_type: m5.xlarge
|
|
min_workers: 0
|
|
max_workers: 2
|
|
use_spot: false
|