mirror of
https://github.com/vale981/ray
synced 2025-03-05 18:11:42 -05:00
[Nightly test] Fix a minor syntax issue for core nightly tests (#23069)
Add frequency to smoke tests Remove unnecessary alerts
This commit is contained in:
parent
5b2d58674b
commit
965d609627
1 changed files with 5 additions and 2 deletions
|
@ -1798,6 +1798,7 @@
|
|||
file_manager: sdk
|
||||
|
||||
smoke_test:
|
||||
frequency: multi
|
||||
cluster:
|
||||
app_config: dask_on_ray/large_scale_dask_on_ray_app_config.yaml
|
||||
compute_template: dask_on_ray/large_scale_dask_on_ray_compute_template.yaml
|
||||
|
@ -1837,6 +1838,7 @@
|
|||
file_manager: sdk
|
||||
|
||||
smoke_test:
|
||||
frequency: multi
|
||||
cluster:
|
||||
app_config: dask_on_ray/large_scale_dask_on_ray_app_config.yaml
|
||||
compute_template: dask_on_ray/large_scale_dask_on_ray_compute_template.yaml
|
||||
|
@ -1870,6 +1872,7 @@
|
|||
file_manager: sdk
|
||||
|
||||
smoke_test:
|
||||
frequency: multi
|
||||
cluster:
|
||||
app_config: stress_tests/stress_tests_app_config.yaml
|
||||
compute_template: stress_tests/smoke_test_compute.yaml
|
||||
|
@ -1898,6 +1901,7 @@
|
|||
file_manager: sdk
|
||||
|
||||
smoke_test:
|
||||
frequency: multi
|
||||
cluster:
|
||||
app_config: stress_tests/stress_tests_app_config.yaml
|
||||
compute_template: stress_tests/smoke_test_compute.yaml
|
||||
|
@ -1933,6 +1937,7 @@
|
|||
file_manager: sdk
|
||||
|
||||
smoke_test:
|
||||
frequency: nightly
|
||||
cluster:
|
||||
app_config: stress_tests/stress_tests_app_config.yaml
|
||||
compute_template: stress_tests/smoke_test_compute.yaml
|
||||
|
@ -2037,8 +2042,6 @@
|
|||
type: sdk_command
|
||||
file_manager: sdk
|
||||
|
||||
alert: ''
|
||||
|
||||
|
||||
#########################
|
||||
# Horovod tests
|
||||
|
|
Loading…
Add table
Reference in a new issue