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

Use spot instances for chaos tests. We can also experiment with other tests that don't suppose to have dead nodes, but let's do it once the nightly infra is stabilized
21 lines
384 B
YAML
21 lines
384 B
YAML
cloud_id: cld_4F7k8814aZzGG8TNUGPKnc
|
|
|
|
region: us-west-2
|
|
|
|
head_node_type:
|
|
name: head_node
|
|
instance_type: m5.16xlarge
|
|
resources:
|
|
cpu: 0
|
|
custom_resources:
|
|
head: 1
|
|
|
|
worker_node_types:
|
|
- name: worker_node
|
|
instance_type: m5.4xlarge
|
|
min_workers: 9
|
|
max_workers: 9
|
|
use_spot: true
|
|
resources:
|
|
custom_resources:
|
|
worker: 1
|