mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
25 lines
No EOL
558 B
YAML
25 lines
No EOL
558 B
YAML
- name: single_deployment_1k_noop_replica
|
|
cluster:
|
|
app_config: app_config.yaml
|
|
compute_template: compute_tpl_8_cpu.yaml
|
|
|
|
run:
|
|
timeout: 7200
|
|
long_running: False
|
|
script: python workloads/single_deployment_1k_noop_replica.py
|
|
|
|
smoke_test:
|
|
timeout: 600
|
|
|
|
- name: multi_deployment_1k_noop_replica
|
|
cluster:
|
|
app_config: app_config.yaml
|
|
compute_template: compute_tpl_8_cpu.yaml
|
|
|
|
run:
|
|
timeout: 7200
|
|
long_running: False
|
|
script: python workloads/multi_deployment_1k_noop_replica.py
|
|
|
|
smoke_test:
|
|
timeout: 600 |