chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user