2021-06-16 21:37:17 +01:00
|
|
|
- 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:
|
2021-11-05 07:18:56 -07:00
|
|
|
app_config: ../rllib_tests/app_config.yaml
|
2021-06-16 21:37:17 +01:00
|
|
|
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:
|
2021-11-05 07:18:56 -07:00
|
|
|
app_config: ../rllib_tests/app_config.yaml
|
2021-06-16 21:37:17 +01:00
|
|
|
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:
|
2021-11-12 20:51:28 -08:00
|
|
|
app_config: ../rllib_tests/app_config.yaml
|
2021-11-07 15:10:09 -08:00
|
|
|
compute_template: many_ppo.yaml
|
2021-06-16 21:37:17 +01:00
|
|
|
|
|
|
|
run:
|
|
|
|
timeout: 86400
|
2021-11-07 15:10:09 -08:00
|
|
|
prepare: python wait_cluster.py 1 600
|
2021-06-16 21:37:17 +01:00
|
|
|
script: python workloads/many_ppo.py
|
|
|
|
long_running: True
|
|
|
|
|
|
|
|
smoke_test:
|
|
|
|
run:
|
|
|
|
timeout: 3600
|
2021-10-27 13:27:43 +09:00
|
|
|
stable: false
|
2021-06-16 21:37:17 +01:00
|
|
|
|
|
|
|
|
|
|
|
- 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:
|
2021-11-05 07:18:56 -07:00
|
|
|
app_config: ../rllib_tests/app_config.yaml
|
2021-06-16 21:37:17 +01:00
|
|
|
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
|
2021-08-19 17:51:19 +02:00
|
|
|
compute_template: tpl_cpu_1_hd.yaml
|
2021-06-16 21:37:17 +01:00
|
|
|
|
|
|
|
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
|
2021-08-19 17:51:19 +02:00
|
|
|
compute_template: tpl_cpu_1_hd.yaml
|
2021-06-16 21:37:17 +01:00
|
|
|
|
|
|
|
run:
|
|
|
|
timeout: 86400
|
|
|
|
prepare: ray stop
|
|
|
|
script: python workloads/serve_failure.py
|
|
|
|
long_running: True
|
|
|
|
|
|
|
|
smoke_test:
|
|
|
|
run:
|
|
|
|
timeout: 3600
|