Skip to content

Commit

Permalink
[nightly] Enable GCS HA nightly test with bootstrap (ray-project#21389)
Browse files Browse the repository at this point in the history
After ray-project#21232 we are able to start ray without redis. We need to bake the test for a while before turning on the flag by default.
This PR add tests for this.
  • Loading branch information
fishbone authored Jan 5, 2022
1 parent 24da654 commit 72c9fef
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions benchmarks/benchmark_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,9 @@
script: python distributed/test_many_tasks.py --num-tasks=10000

app_env_vars:
RAY_gcs_grpc_based_pubsub: "true"
RAY_gcs_grpc_based_pubsub: "1"
RAY_gcs_storage: "memory"
RAY_bootstrap_with_gcs: "1"

stable: false

Expand All @@ -160,8 +161,9 @@
script: python distributed/test_many_actors.py

app_env_vars:
RAY_gcs_grpc_based_pubsub: "true"
RAY_gcs_grpc_based_pubsub: "1"
RAY_gcs_storage: "memory"
RAY_bootstrap_with_gcs: "1"

stable: false

Expand All @@ -180,8 +182,9 @@
script: python distributed/test_many_tasks.py --num-tasks=1000

app_env_vars:
RAY_gcs_grpc_based_pubsub: "true"
RAY_gcs_grpc_based_pubsub: "1"
RAY_gcs_storage: "memory"
RAY_bootstrap_with_gcs: "1"

stable: false

Expand All @@ -200,7 +203,8 @@
script: python distributed/test_many_pgs.py

app_env_vars:
RAY_gcs_grpc_based_pubsub: "true"
RAY_gcs_grpc_based_pubsub: "1"
RAY_gcs_storage: "memory"
RAY_bootstrap_with_gcs: "1"

stable: false

0 comments on commit 72c9fef

Please sign in to comment.