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

* in progerss * ASAN tests. * d * in progress * in progress without the asan wheel * Support the asan wheel. * Support the asan wheels * Not build a binary for asan * Fix issues * Remove a wrong build * Separate out asan wheel build * Try preparing more deps. * ip * Try different version * done * d * Trial * Another try * Another try * skip cpp build to see what happens * add more des * ip * abc * Try next * completed * try * Try without static libasan * dbg * Try static link * Fix issues * abc
21 lines
479 B
YAML
21 lines
479 B
YAML
cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
|
|
region: us-west-2
|
|
|
|
aws:
|
|
BlockDeviceMappings:
|
|
- DeviceName: /dev/sda1
|
|
Ebs:
|
|
VolumeSize: 500
|
|
|
|
head_node_type:
|
|
name: head_node
|
|
instance_type: i3.8xlarge
|
|
resources: {"object_store_memory": 21474836480}
|
|
|
|
worker_node_types:
|
|
- name: worker_node
|
|
instance_type: i3.4xlarge
|
|
min_workers: 19
|
|
max_workers: 19
|
|
use_spot: false
|
|
resources: {"object_store_memory": 21474836480}
|