2020-12-11 11:53:47 -08:00
|
|
|
cluster_name: ray-release-long-running-tests
|
|
|
|
|
|
|
|
docker:
|
2021-01-07 10:31:46 -08:00
|
|
|
image: anyscale/ray-ml:latest
|
2020-12-11 11:53:47 -08:00
|
|
|
container_name: ray_container
|
|
|
|
pull_before_run: False
|
2020-02-24 21:18:53 -08:00
|
|
|
|
|
|
|
provider:
|
|
|
|
type: aws
|
|
|
|
region: us-west-2
|
2020-12-11 11:53:47 -08:00
|
|
|
availability_zone: us-west-2a, us-west-2b, us-west-2c
|
|
|
|
|
2020-02-24 21:18:53 -08:00
|
|
|
auth:
|
|
|
|
ssh_user: ubuntu
|
|
|
|
|
|
|
|
head_node:
|
2020-12-11 11:53:47 -08:00
|
|
|
InstanceType: m5.xlarge
|
2021-01-19 12:23:30 -08:00
|
|
|
TagSpecifications:
|
|
|
|
- ResourceType: "instance"
|
|
|
|
Tags:
|
|
|
|
- Key: anyscale-user
|
|
|
|
Value: "release-automation@anyscale.com"
|
|
|
|
- Key: anyscale-custodian
|
|
|
|
Value: "ignore"
|