ray/release/nightly_tests/chaos_test/compute_template.yaml
SangBin Cho 47ff1241f9
[Test] Use spot instances for chaos tests. (#23679)
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
2022-04-06 15:56:31 -07:00

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