ray/release/long_running_tests/cluster.yaml
Kai Fricke 1d52ab819f
[release] release 1.3.0 results and test updates (#15366)
Convert a number of release tests and add logs for release 1.3.0
2021-05-04 22:10:04 +01:00

46 lines
1.2 KiB
YAML

cluster_name: ray-release-long-running-tests
docker:
image: anyscale/ray-ml:nightly
container_name: ray_container
pull_before_run: False
provider:
type: aws
region: us-west-2
availability_zone: us-west-2a, us-west-2b, us-west-2c
auth:
ssh_user: ubuntu
available_node_types:
cpu_8_ondemand:
node_config:
InstanceType: m5.2xlarge
TagSpecifications:
- ResourceType: "instance"
Tags:
- Key: anyscale-user
Value: "release-automation@anyscale.com"
- Key: anyscale-custodian
Value: "ignore"
- Key: anyscale-expiration
Value: '{{env["ANSYCALE_EXPIRATION"]}}'
BlockDeviceMappings:
- DeviceName: /dev/sda1
Ebs:
VolumeSize: 200
resources: {"CPU": 8}
min_workers: 0
max_workers: 0
head_node_type: cpu_8_ondemand
worker_default_node_type: cpu_8_ondemand
setup_commands:
- sudo apt update && sudo apt install -y unzip
- pip install --upgrade pip
- pip install -U tensorflow==1.14
- pip install -U {{env["RAY_WHEEL"]}}
- pip install -q "ray[all]" "gym[atari]"