- 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