2021-08-05 14:06:20 -07:00
|
|
|
- name: rte_many_tasks_actors
|
|
|
|
cluster:
|
|
|
|
app_config: app_config.yaml
|
|
|
|
compute_template: rte_small.yaml
|
|
|
|
|
|
|
|
run:
|
|
|
|
timeout: 600
|
|
|
|
prepare: python wait_cluster.py 4 600
|
|
|
|
script: python workloads/rte_many_tasks_actors.py
|
2021-08-19 15:48:37 -07:00
|
|
|
|
|
|
|
- name: wheel_urls
|
|
|
|
cluster:
|
|
|
|
app_config: app_config.yaml
|
|
|
|
compute_template: rte_minimal.yaml
|
|
|
|
|
|
|
|
run:
|
2021-11-11 21:48:35 -08:00
|
|
|
timeout: 9000 # 2h30m
|
2021-08-19 15:48:37 -07:00
|
|
|
prepare: python wait_cluster.py 1 600
|
|
|
|
script: python workloads/wheel_urls.py
|
2021-10-25 09:49:27 -07:00
|
|
|
|
|
|
|
- name: rte_ray_client
|
|
|
|
cluster:
|
|
|
|
app_config: app_config.yaml
|
|
|
|
compute_template: rte_minimal.yaml
|
|
|
|
|
|
|
|
run:
|
|
|
|
use_connect: True
|
|
|
|
autosuspend_mins: 10
|
|
|
|
timeout: 600
|
|
|
|
prepare: python wait_cluster.py 1 600
|
|
|
|
script: python workloads/rte_ray_client.py
|