ray/benchmarks/scheduling.yaml
Yi Cheng 90093769df
[nightly] Add more many tasks tests (#21727)
This PR add four tests for many tasks:

many short tasks send from the single node
many short tasks send from multiple nodes
many long tasks send from multiple nodes
many long tasks send from the single node
TODO: migrate many nodes actor tests to this one.

scheduling envelop should contain:

(tasks): scheduling_test_many_xx_tasks_yy_nodes
(actors):many_nodes_actor_test (to be combined with this one)
(shuffle): pipelined_ingestion_1500_gb_15_windows
(shuffle): dask_on_ray_1tb_sort
2022-01-20 14:52:26 -08:00

23 lines
432 B
YAML

cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
region: us-west-2
max_workers: 999
head_node_type:
name: head_node
instance_type: m5.16xlarge
resources:
cpu: 64
custom_resources:
node: 1
worker_node_types:
- name: worker_node
instance_type: m5.16xlarge
min_workers: 31
max_workers: 31
use_spot: false
resources:
cpu: 64
custom_resources:
node: 1