23 lines
534 B
YAML
23 lines
534 B
YAML
# An unique identifier for the head node and workers of this cluster.
|
|
cluster_name: nightly-test-minimal
|
|
max_workers: 1
|
|
idle_timeout_minutes: 2
|
|
|
|
# Cloud-provider specific configuration.
|
|
provider:
|
|
type: aws
|
|
region: us-west-2
|
|
cache_stopped_nodes: False
|
|
|
|
available_node_types:
|
|
ray.head.default:
|
|
resources: {}
|
|
node_config:
|
|
InstanceType: t3.large
|
|
ray.worker.default:
|
|
resources: {}
|
|
min_workers: 1
|
|
max_workers: 1
|
|
node_config:
|
|
InstanceType: t3.large
|