mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
[Nightly tests] Stop running broken tests (#22993)
This commit is contained in:
parent
e88abe4c8e
commit
4fa294ca49
1 changed files with 42 additions and 42 deletions
|
@ -1996,54 +1996,54 @@
|
||||||
type: sdk_command
|
type: sdk_command
|
||||||
file_manager: sdk
|
file_manager: sdk
|
||||||
|
|
||||||
- name: scheduling_test_many_5s_tasks_single_node
|
# - name: scheduling_test_many_5s_tasks_single_node
|
||||||
group: core-scalability-test
|
# group: core-scalability-test
|
||||||
working_dir: benchmarks
|
# working_dir: benchmarks
|
||||||
legacy:
|
# legacy:
|
||||||
test_name: scheduling_test_many_5s_tasks_single_node
|
# test_name: scheduling_test_many_5s_tasks_single_node
|
||||||
test_suite: benchmark_tests
|
# test_suite: benchmark_tests
|
||||||
|
|
||||||
frequency: nightly
|
# frequency: nightly
|
||||||
team: core
|
# team: core
|
||||||
cluster:
|
# cluster:
|
||||||
cluster_env: app_config.yaml
|
# cluster_env: app_config.yaml
|
||||||
cluster_compute: scheduling.yaml
|
# cluster_compute: scheduling.yaml
|
||||||
|
|
||||||
run:
|
# run:
|
||||||
timeout: 3600
|
# timeout: 3600
|
||||||
script: python distributed/test_scheduling.py --total-num-task=1984000 --num-cpu-per-task=1
|
# script: python distributed/test_scheduling.py --total-num-task=1984000 --num-cpu-per-task=1
|
||||||
--task-duration-s=5 --total-num-actors=1 --num-actors-per-nodes=1
|
# --task-duration-s=5 --total-num-actors=1 --num-actors-per-nodes=1
|
||||||
|
|
||||||
wait_for_nodes:
|
# wait_for_nodes:
|
||||||
num_nodes: 32
|
# num_nodes: 32
|
||||||
timeout: 600
|
# timeout: 600
|
||||||
|
|
||||||
type: sdk_command
|
# type: sdk_command
|
||||||
file_manager: sdk
|
# file_manager: sdk
|
||||||
stable: false
|
# stable: false
|
||||||
|
|
||||||
- name: scheduling_test_many_5s_tasks_many_nodes
|
# - name: scheduling_test_many_5s_tasks_many_nodes
|
||||||
group: core-scalability-test
|
# group: core-scalability-test
|
||||||
working_dir: benchmarks
|
# working_dir: benchmarks
|
||||||
legacy:
|
# legacy:
|
||||||
test_name: scheduling_test_many_5s_tasks_many_nodes
|
# test_name: scheduling_test_many_5s_tasks_many_nodes
|
||||||
test_suite: benchmark_tests
|
# test_suite: benchmark_tests
|
||||||
|
|
||||||
frequency: nightly
|
# frequency: nightly
|
||||||
team: core
|
# team: core
|
||||||
cluster:
|
# cluster:
|
||||||
cluster_env: app_config.yaml
|
# cluster_env: app_config.yaml
|
||||||
cluster_compute: scheduling.yaml
|
# cluster_compute: scheduling.yaml
|
||||||
|
|
||||||
run:
|
# run:
|
||||||
timeout: 3600
|
# timeout: 3600
|
||||||
script: python distributed/test_scheduling.py --total-num-task=1984000 --num-cpu-per-task=1
|
# script: python distributed/test_scheduling.py --total-num-task=1984000 --num-cpu-per-task=1
|
||||||
--task-duration-s=5 --total-num-actors=32 --num-actors-per-nodes=1
|
# --task-duration-s=5 --total-num-actors=32 --num-actors-per-nodes=1
|
||||||
|
|
||||||
wait_for_nodes:
|
# wait_for_nodes:
|
||||||
num_nodes: 32
|
# num_nodes: 32
|
||||||
timeout: 600
|
# timeout: 600
|
||||||
|
|
||||||
type: sdk_command
|
# type: sdk_command
|
||||||
file_manager: sdk
|
# file_manager: sdk
|
||||||
stable: false
|
# stable: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue