ray/release/cluster_tests/cpt_autoscaling_1-3.yaml
Kai Fricke cd95569b01
[tune/release] Add up/down scaling release test (#25392)
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>
2022-07-13 22:57:24 +01:00

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