mirror of
https://github.com/vale981/ray
synced 2025-03-11 21:56:39 -04:00
22 lines
508 B
YAML
22 lines
508 B
YAML
![]() |
- name: ray_lightning_user_test_latest
|
||
|
cluster:
|
||
|
app_config: app_config.yaml
|
||
|
compute_template: compute_tpl.yaml
|
||
|
|
||
|
run:
|
||
|
use_connect: True
|
||
|
autosuspend_mins: 10
|
||
|
timeout: 1200
|
||
|
script: python workloads/ray_lightning_user_test.py
|
||
|
|
||
|
|
||
|
- name: ray_lightning_user_test_master
|
||
|
cluster:
|
||
|
app_config: app_config_master.yaml
|
||
|
compute_template: compute_tpl.yaml
|
||
|
|
||
|
run:
|
||
|
use_connect: True
|
||
|
autosuspend_mins: 10
|
||
|
timeout: 1200
|
||
|
script: python workloads/ray_lightning_user_test.py
|