Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions release/.buildkite/build_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ def __init__(self,
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",
Expand All @@ -93,14 +92,12 @@ def __init__(self,
# "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",
Expand Down Expand Up @@ -130,7 +127,6 @@ def __init__(self,
"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"),
Expand Down

This file was deleted.

14 changes: 0 additions & 14 deletions release/nightly_tests/many_nodes_tests/app_config_grpc.yaml

This file was deleted.

43 changes: 0 additions & 43 deletions release/nightly_tests/nightly_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -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
13 changes: 0 additions & 13 deletions release/nightly_tests/placement_group_tests/app_config_grpc.yaml

This file was deleted.

This file was deleted.