long_running_test_compute.yaml 531 B

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