ray/release/golden_notebook_tests/compute_tpl.yaml
matthewdeng 9c36ff81fa
[release] add golden notebook tests for dask/xgboost and modin/xgboost (#16231)
Co-authored-by: Kai Fricke <krfricke@users.noreply.github.com>
2021-06-11 10:03:04 +01:00

15 lines
280 B
YAML

cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
region: us-west-2
max_workers: 3
head_node_type:
name: head_node
instance_type: m5.4xlarge
worker_node_types:
- name: worker_node
instance_type: m5.4xlarge
min_workers: 3
max_workers: 3
use_spot: false