[Nightly tests] Stop running broken tests (#22993)

This commit is contained in:
SangBin Cho 2022-03-10 23:59:51 +09:00 committed by GitHub
parent e88abe4c8e
commit 4fa294ca49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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