ray/release/nightly_tests/many_nodes_tests/compute_config.yaml
Yi Cheng 1dc03cd49d
[nightly] Put many nodes actor test back (#19313)
## Why are these changes needed?
There are two issues fixed in this PR:
- make sure wait for session count alive node
- upgrade the machine to match what's tested in oss ray.

## Related issue number
https://github.com/ray-project/ray/issues/19084
2021-10-13 15:51:12 -07:00

14 lines
262 B
YAML

cloud_id: cld_4F7k8814aZzGG8TNUGPKnc
region: us-west-2
head_node_type:
name: head_node
instance_type: m5.16xlarge
worker_node_types:
- name: worker_node
instance_type: m5.xlarge
min_workers: 250
max_workers: 250
use_spot: false