ray/release/ray_lightning_tests/ray_lightning_tests.yaml
Amog Kamsetty 3a52187da8
[Release/Lightning] Add Ray lightning user test (#19812)
* wip

* wip

* add ray lightning test

* fix

* update

* merge and add

* fix

* fix

* rename

* autoscale

* add tblib

* gloo backend

* typo

* upgrade torch

* latest and master
2021-11-01 18:29:48 -07:00

22 lines
No EOL
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