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

* infra * wip * add test * typo * typo * update * rename * fix * full path * formatting * reorder * update * update * Update release/horovod_tests/workloads/horovod_user_test.py Co-authored-by: matthewdeng <matthew.j.deng@gmail.com> * bump num_workers * update installs * try * add pip_packages * min_workers * fix * bump pg timeout * Fix symlink * fix * fix * cmake * fix * pin filelock * final * update * fix * Update release/horovod_tests/workloads/horovod_user_test.py * fix * fix * separate compute template * test latest and master Co-authored-by: matthewdeng <matthew.j.deng@gmail.com>
29 lines
589 B
YAML
29 lines
589 B
YAML
cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
|
|
region: us-west-2
|
|
|
|
max_workers: 3
|
|
|
|
head_node_type:
|
|
name: head_node
|
|
instance_type: g3.8xlarge
|
|
|
|
worker_node_types:
|
|
- name: worker_node
|
|
instance_type: g3.8xlarge
|
|
max_workers: 3
|
|
min_workers: 3
|
|
use_spot: false
|
|
|
|
aws:
|
|
TagSpecifications:
|
|
- ResourceType: "instance"
|
|
Tags:
|
|
- Key: anyscale-user
|
|
Value: '{{env["ANYSCALE_USER"]}}'
|
|
- Key: anyscale-expiration
|
|
Value: '{{env["EXPIRATION_1D"]}}'
|
|
|
|
BlockDeviceMappings:
|
|
- DeviceName: /dev/sda1
|
|
Ebs:
|
|
VolumeSize: 500
|