mirror of
https://github.com/vale981/ray
synced 2025-03-10 05:16:49 -04:00

* infra * wip * add test * typo * typo * update * rename * fix * full path * formatting * reorder * update * update * Update release/horovod_tests/workloads/horovod_user_test.py Co-authored-by: matthewdeng <matthew.j.deng@gmail.com> * bump num_workers * update installs * try * add pip_packages * min_workers * fix * bump pg timeout * Fix symlink * fix * fix * cmake * fix * pin filelock * final * update * fix * Update release/horovod_tests/workloads/horovod_user_test.py * fix * fix * separate compute template * test latest and master Co-authored-by: matthewdeng <matthew.j.deng@gmail.com>
36 lines
800 B
YAML
36 lines
800 B
YAML
- name: horovod_test
|
|
cluster:
|
|
app_config: app_config_master.yaml
|
|
compute_template: compute_tpl.yaml
|
|
|
|
run:
|
|
timeout: 36000
|
|
prepare: python wait_cluster.py 3 600
|
|
script: python workloads/horovod_test.py
|
|
long_running: True
|
|
|
|
smoke_test:
|
|
run:
|
|
timeout: 1800
|
|
|
|
- name: horovod_user_test_latest
|
|
cluster:
|
|
app_config: app_config.yaml
|
|
compute_template: compute_tpl_autoscaling.yaml
|
|
|
|
run:
|
|
use_connect: True
|
|
autosuspend_mins: 10
|
|
timeout: 1200
|
|
script: python workloads/horovod_user_test.py
|
|
|
|
- name: horovod_user_test_master
|
|
cluster:
|
|
app_config: app_config_master.yaml
|
|
compute_template: compute_tpl_autoscaling.yaml
|
|
|
|
run:
|
|
use_connect: True
|
|
autosuspend_mins: 10
|
|
timeout: 1200
|
|
script: python workloads/horovod_user_test.py
|