distributed_smoke_test.yaml 455 B

1234567891011121314151617181920212223
  1. cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
  2. region: us-west-2
  3. max_workers: 999
  4. head_node_type:
  5. name: head_node
  6. instance_type: r5dn.16xlarge # Network optimized.
  7. resources:
  8. cpu: 0
  9. custom_resources:
  10. node: 1
  11. small: 1
  12. worker_node_types:
  13. - name: worker_node_m
  14. instance_type: m5.16xlarge
  15. min_workers: 1
  16. max_workers: 1
  17. use_spot: false
  18. resources:
  19. custom_resources:
  20. node: 1