mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
183 lines
3.1 KiB
YAML
183 lines
3.1 KiB
YAML
- name: actor_deaths
|
|
cluster:
|
|
app_config: app_config.yaml
|
|
compute_template: tpl_cpu_1.yaml
|
|
|
|
run:
|
|
timeout: 86400
|
|
prepare: ray stop
|
|
script: python workloads/actor_deaths.py
|
|
long_running: True
|
|
|
|
smoke_test:
|
|
run:
|
|
timeout: 3600
|
|
|
|
- name: apex
|
|
cluster:
|
|
app_config: app_config.yaml
|
|
compute_template: tpl_cpu_3.yaml
|
|
|
|
run:
|
|
timeout: 86400
|
|
prepare: python wait_cluster.py 3 600
|
|
script: python workloads/apex.py
|
|
long_running: True
|
|
|
|
smoke_test:
|
|
run:
|
|
timeout: 3600
|
|
|
|
|
|
- name: impala
|
|
cluster:
|
|
app_config: app_config_np.yaml
|
|
compute_template: tpl_cpu_1.yaml
|
|
|
|
run:
|
|
timeout: 86400
|
|
script: python workloads/impala.py
|
|
long_running: True
|
|
|
|
smoke_test:
|
|
run:
|
|
timeout: 3600
|
|
|
|
- name: many_actor_tasks
|
|
cluster:
|
|
app_config: app_config.yaml
|
|
compute_template: tpl_cpu_1.yaml
|
|
|
|
run:
|
|
timeout: 86400
|
|
prepare: ray stop
|
|
script: python workloads/many_actor_tasks.py
|
|
long_running: True
|
|
|
|
smoke_test:
|
|
run:
|
|
timeout: 3600
|
|
|
|
|
|
- name: many_drivers
|
|
cluster:
|
|
app_config: app_config.yaml
|
|
compute_template: tpl_cpu_1.yaml
|
|
|
|
run:
|
|
timeout: 86400
|
|
prepare: ray stop
|
|
script: python workloads/many_drivers.py
|
|
long_running: True
|
|
|
|
smoke_test:
|
|
run:
|
|
timeout: 3600
|
|
|
|
|
|
- name: many_ppo
|
|
cluster:
|
|
app_config: app_config.yaml
|
|
compute_template: tpl_cpu_3.yaml
|
|
|
|
run:
|
|
timeout: 86400
|
|
prepare: python wait_cluster.py 3 600
|
|
script: python workloads/many_ppo.py
|
|
long_running: True
|
|
|
|
smoke_test:
|
|
run:
|
|
timeout: 3600
|
|
|
|
|
|
- name: many_tasks
|
|
cluster:
|
|
app_config: app_config.yaml
|
|
compute_template: tpl_cpu_1.yaml
|
|
|
|
run:
|
|
timeout: 86400
|
|
prepare: ray stop
|
|
script: python workloads/many_tasks.py
|
|
long_running: True
|
|
|
|
smoke_test:
|
|
run:
|
|
timeout: 3600
|
|
|
|
- name: many_tasks_serialized_ids
|
|
cluster:
|
|
app_config: app_config.yaml
|
|
compute_template: tpl_cpu_1.yaml
|
|
|
|
run:
|
|
timeout: 86400
|
|
prepare: ray stop
|
|
script: python workloads/many_tasks_serialized_ids.py
|
|
long_running: True
|
|
|
|
smoke_test:
|
|
run:
|
|
timeout: 3600
|
|
|
|
|
|
- name: node_failures
|
|
cluster:
|
|
app_config: app_config.yaml
|
|
compute_template: tpl_cpu_1.yaml
|
|
|
|
run:
|
|
timeout: 86400
|
|
prepare: ray stop
|
|
script: python workloads/node_failures.py
|
|
long_running: True
|
|
|
|
smoke_test:
|
|
run:
|
|
timeout: 3600
|
|
|
|
- name: pbt
|
|
cluster:
|
|
app_config: app_config_np.yaml
|
|
compute_template: tpl_cpu_1.yaml
|
|
|
|
run:
|
|
timeout: 86400
|
|
prepare: ray stop
|
|
script: python workloads/pbt.py
|
|
long_running: True
|
|
|
|
smoke_test:
|
|
run:
|
|
timeout: 3600
|
|
|
|
- name: serve
|
|
cluster:
|
|
app_config: app_config.yaml
|
|
compute_template: tpl_cpu_1_hd.yaml
|
|
|
|
run:
|
|
timeout: 86400
|
|
prepare: ray stop
|
|
script: python workloads/serve.py
|
|
long_running: True
|
|
|
|
smoke_test:
|
|
run:
|
|
timeout: 3600
|
|
|
|
- name: serve_failure
|
|
cluster:
|
|
app_config: app_config.yaml
|
|
compute_template: tpl_cpu_1_hd.yaml
|
|
|
|
run:
|
|
timeout: 86400
|
|
prepare: ray stop
|
|
script: python workloads/serve_failure.py
|
|
long_running: True
|
|
|
|
smoke_test:
|
|
run:
|
|
timeout: 3600
|