long_running_test_compute.yaml 569 B

12345678910111213141516171819202122232425262728
  1. cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
  2. region: us-west-2
  3. aws:
  4. BlockDeviceMappings:
  5. - DeviceName: /dev/sda1
  6. Ebs:
  7. DeleteOnTermination: true
  8. VolumeSize: 500
  9. head_node_type:
  10. name: head_node
  11. instance_type: m5.4xlarge
  12. resources:
  13. custom_resources:
  14. custom: 200
  15. pending: 1
  16. worker_node_types:
  17. - name: cpu_node
  18. instance_type: m5.4xlarge
  19. min_workers: 1
  20. max_workers: 1
  21. use_spot: false
  22. resources:
  23. custom_resources:
  24. custom: 200
  25. pending: 1