[nightly] Remove grpc staging test since nightly is stable #20119 (#20119)

This commit is contained in:
Yi Cheng 2021-11-05 21:36:58 -07:00 committed by GitHub
parent 3408b60d2b
commit 6a6cc434ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 0 additions and 104 deletions

View file

@ -65,7 +65,6 @@ CORE_NIGHTLY_TESTS = {
SmokeTest("dask_on_ray_large_scale_test_no_spilling"),
SmokeTest("dask_on_ray_large_scale_test_spilling"),
"stress_test_placement_group",
"grpc_stress_test_placement_group",
"shuffle_1tb_1000_partition",
"non_streaming_shuffle_1tb_1000_partition",
"shuffle_1tb_5000_partitions",
@ -74,14 +73,12 @@ CORE_NIGHTLY_TESTS = {
# "non_streaming_shuffle_1tb_5000_partitions",
"decision_tree_autoscaling",
"decision_tree_autoscaling_20_runs",
"grpc_decision_tree_autoscaling_20_runs",
"autoscaling_shuffle_1tb_1000_partitions",
SmokeTest("stress_test_many_tasks"),
SmokeTest("stress_test_dead_actors"),
"shuffle_data_loader",
"dask_on_ray_1tb_sort",
"many_nodes_actor_test",
"grpc_many_nodes_actor_test",
],
"~/ray/benchmarks/benchmark_tests.yaml": [
"single_node",
@ -111,7 +108,6 @@ NIGHTLY_TESTS = {
"dask_on_ray_large_scale_test_no_spilling",
"dask_on_ray_large_scale_test_spilling",
"pg_autoscaling_regression_test",
"grpc_pg_autoscaling_regression_test",
],
"~/ray/release/long_running_tests/long_running_tests.yaml": [
SmokeTest("actor_deaths"),

View file

@ -1,14 +0,0 @@
base_image: "anyscale/ray-ml:pinned-nightly-py37"
env_vars: {"RAY_grpc_based_resource_broadcast": "true"}
python:
pip_packages: []
conda_packages: []
post_build_cmds:
- pip uninstall -y ray
- pip3 install -U {{ env["RAY_WHEELS"] | default("ray") }}
- pip3 install -U ray[default]
- pip3 install sklearn
- echo {{env["DATESTAMP"]}}
- {{ env["RAY_WHEELS_SANITY_CHECK"] | default("echo No Ray wheels sanity check") }}

View file

@ -1,14 +0,0 @@
base_image: "anyscale/ray-ml:pinned-nightly-py37"
env_vars: {"RAY_gcs_server_rpc_server_thread_num": "8", "RAY_GCS_ACTOR_SCHEDULING_ENABLED": "true", "RAY_grpc_based_resource_broadcast": "true"}
debian_packages: []
python:
pip_packages: []
conda_packages: []
post_build_cmds:
- pip uninstall -y ray
- pip3 install -U {{ env["RAY_WHEELS"] | default("ray") }}
- pip3 install -U ray[default]
- echo {{env["DATESTAMP"]}}
- {{ env["RAY_WHEELS_SANITY_CHECK"] | default("echo No Ray wheels sanity check") }}

View file

@ -242,17 +242,6 @@
timeout: 7200
script: python stress_tests/test_placement_group.py
- name: grpc_stress_test_placement_group
cluster:
app_config: stress_tests/stress_tests_app_config_grpc.yaml
compute_template: stress_tests/placement_group_tests_compute.yaml
run:
timeout: 7200
script: python stress_tests/test_placement_group.py
stable: false
# Test decision tree on autoscaling compute cluster.
- name: decision_tree_autoscaling
cluster:
@ -272,17 +261,6 @@
timeout: 9600
script: python decision_tree/cart_with_tree.py --concurrency=20
# Test 20 concurrent decision tree runs on autoscaling compute cluster
# grpc broadcasting version.
- name: grpc_decision_tree_autoscaling_20_runs
cluster:
app_config: decision_tree/decision_tree_app_config_grpc.yaml
compute_template: decision_tree/autoscaling_compute.yaml
run:
timeout: 9600
script: python decision_tree/cart_with_tree.py --concurrency=20
stable: false
# Stress test shuffle_data_loader.
- name: shuffle_data_loader
cluster:
@ -348,17 +326,6 @@
prepare: python wait_cluster.py 251 5400
script: python many_nodes_tests/actor_test.py
- name: grpc_many_nodes_actor_test
cluster:
app_config: many_nodes_tests/app_config_grpc.yaml
compute_template: many_nodes_tests/compute_config.yaml
run:
timeout: 7200
prepare: python wait_cluster.py 251 5400
script: python many_nodes_tests/actor_test.py
stable: false
- name: pg_autoscaling_regression_test
cluster:
app_config: placement_group_tests/app_config.yaml
@ -367,13 +334,3 @@
run:
timeout: 1200
script: python placement_group_tests/pg_run.py
- name: grpc_pg_autoscaling_regression_test
cluster:
app_config: placement_group_tests/app_config_grpc.yaml
compute_template: placement_group_tests/compute.yaml
run:
timeout: 1200
script: python placement_group_tests/pg_run.py
stable: false

View file

@ -1,13 +0,0 @@
base_image: "anyscale/ray-ml:pinned-nightly-py37"
env_vars: {"RAY_grpc_based_resource_broadcast": "true", "RAY_event_log_reporter_enabled": "true"}
debian_packages: []
python:
pip_packages: []
conda_packages: []
post_build_cmds:
- pip uninstall -y ray
- pip3 install -U {{ env["RAY_WHEELS"] | default("ray") }}
- pip3 install -U ray[default]
- {{ env["RAY_WHEELS_SANITY_CHECK"] | default("echo No Ray wheels sanity check") }}

View file

@ -1,16 +0,0 @@
base_image: "anyscale/ray-ml:pinned-nightly-py37"
env_vars: {"RAY_grpc_based_resource_broadcast": "true"}
debian_packages: []
python:
pip_packages: []
conda_packages: []
post_build_cmds:
- pip uninstall -y ray
- pip3 install -U {{ env["RAY_WHEELS"] | default("ray") }}
- pip3 install -U ray[default]
- pip install terminado
- pip install boto3 cython==0.29.0
- echo {{env["DATESTAMP"]}}
- {{ env["RAY_WHEELS_SANITY_CHECK"] | default("echo No Ray wheels sanity check") }}