mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
parent
49e0ab2f58
commit
5ab634f285
1 changed files with 46 additions and 23 deletions
|
@ -2599,6 +2599,8 @@
|
|||
script: python stress_tests/test_dead_actors.py --num-nodes=4 --num-parents=3
|
||||
--num-children=3
|
||||
|
||||
# The full test is not stable, so run the smoke test only.
|
||||
# See https://github.com/ray-project/ray/issues/23244.
|
||||
- name: threaded_actors_stress_test
|
||||
group: core-daily-test
|
||||
working_dir: nightly_tests
|
||||
|
@ -2610,35 +2612,56 @@
|
|||
team: core
|
||||
cluster:
|
||||
cluster_env: stress_tests/stress_tests_app_config.yaml
|
||||
cluster_compute: stress_tests/stress_test_threaded_actor_compute.yaml
|
||||
cluster_compute: stress_tests/smoke_test_compute.yaml
|
||||
|
||||
run:
|
||||
timeout: 7200
|
||||
script: python stress_tests/test_threaded_actors.py --test-runtime 3600 --kill-interval_s
|
||||
60
|
||||
timeout: 3600
|
||||
script: python stress_tests/test_threaded_actors.py --test-runtime 1800 --kill-interval_s
|
||||
30
|
||||
|
||||
wait_for_nodes:
|
||||
num_nodes: 201
|
||||
num_nodes: 5
|
||||
timeout: 600
|
||||
|
||||
type: sdk_command
|
||||
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
|
||||
|
||||
run:
|
||||
timeout: 3600
|
||||
script: python stress_tests/test_threaded_actors.py --test-runtime 1800 --kill-interval_s
|
||||
30
|
||||
|
||||
wait_for_nodes:
|
||||
num_nodes: 5
|
||||
timeout: 600
|
||||
stable: false
|
||||
# - name: threaded_actors_stress_test
|
||||
# group: core-daily-test
|
||||
# working_dir: nightly_tests
|
||||
# legacy:
|
||||
# test_name: threaded_actors_stress_test
|
||||
# test_suite: nightly_tests
|
||||
#
|
||||
# frequency: nightly
|
||||
# team: core
|
||||
# cluster:
|
||||
# cluster_env: stress_tests/stress_tests_app_config.yaml
|
||||
# cluster_compute: stress_tests/stress_test_threaded_actor_compute.yaml
|
||||
#
|
||||
# run:
|
||||
# timeout: 7200
|
||||
# script: python stress_tests/test_threaded_actors.py --test-runtime 3600 --kill-interval_s
|
||||
# 60
|
||||
#
|
||||
# wait_for_nodes:
|
||||
# num_nodes: 201
|
||||
# timeout: 600
|
||||
#
|
||||
# type: sdk_command
|
||||
# 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
|
||||
#
|
||||
# run:
|
||||
# timeout: 3600
|
||||
# script: python stress_tests/test_threaded_actors.py --test-runtime 1800 --kill-interval_s
|
||||
# 30
|
||||
#
|
||||
# wait_for_nodes:
|
||||
# num_nodes: 5
|
||||
# timeout: 600
|
||||
|
||||
- name: dask_on_ray_1tb_sort
|
||||
group: core-daily-test
|
||||
|
|
Loading…
Add table
Reference in a new issue