Skip to content

Commit

Permalink
Remove RAY_RAYLET_NODE_ID (#28715)
Browse files Browse the repository at this point in the history
Since this feature has been reverted, this is no longer needed. #28678

Signed-off-by: rickyyx <[email protected]>
  • Loading branch information
rickyyx authored Sep 22, 2022
1 parent 93f911e commit fb7472f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions release/release_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1764,7 +1764,7 @@
run:
timeout: 86400
prepare: ray stop
script: RAY_RAYLET_NODE_ID="" python workloads/actor_deaths.py
script: python workloads/actor_deaths.py
long_running: true
type: sdk_command
file_manager: sdk
Expand Down Expand Up @@ -1854,7 +1854,7 @@
run:
timeout: 86400
prepare: ray stop
script: RAY_RAYLET_NODE_ID="" python workloads/many_actor_tasks.py
script: python workloads/many_actor_tasks.py
long_running: true
type: sdk_command
file_manager: sdk
Expand Down Expand Up @@ -1883,7 +1883,7 @@
run:
timeout: 86400
prepare: ray stop
script: RAY_RAYLET_NODE_ID="" python workloads/many_drivers.py --iteration-num=4000
script: python workloads/many_drivers.py --iteration-num=4000
long_running: true
type: sdk_command
file_manager: sdk
Expand Down Expand Up @@ -1946,7 +1946,7 @@
run:
timeout: 86400
prepare: ray stop
script: RAY_RAYLET_NODE_ID="" python workloads/many_tasks.py
script: python workloads/many_tasks.py
long_running: true
type: sdk_command
file_manager: sdk
Expand Down Expand Up @@ -1975,7 +1975,7 @@
run:
timeout: 86400
prepare: ray stop
script: RAY_RAYLET_NODE_ID="" python workloads/many_tasks_serialized_ids.py
script: python workloads/many_tasks_serialized_ids.py
long_running: true
type: sdk_command
file_manager: sdk
Expand Down Expand Up @@ -2004,7 +2004,7 @@
run:
timeout: 86400
prepare: ray stop
script: RAY_RAYLET_NODE_ID="" python workloads/node_failures.py
script: python workloads/node_failures.py
long_running: true
type: sdk_command
file_manager: sdk
Expand Down Expand Up @@ -2034,7 +2034,7 @@
run:
timeout: 86400
prepare: ray stop
script: RAY_RAYLET_NODE_ID="" python workloads/pbt.py
script: python workloads/pbt.py
long_running: true
type: sdk_command
file_manager: sdk
Expand Down Expand Up @@ -2063,7 +2063,7 @@
run:
timeout: 86400
prepare: ray stop
script: RAY_RAYLET_NODE_ID="" python workloads/serve.py
script: python workloads/serve.py
long_running: true
type: sdk_command
file_manager: job
Expand Down Expand Up @@ -2095,7 +2095,7 @@
run:
timeout: 86400
prepare: ray stop
script: RAY_RAYLET_NODE_ID="" python workloads/serve_failure.py
script: python workloads/serve_failure.py
long_running: true
type: sdk_command
file_manager: job
Expand Down

0 comments on commit fb7472f

Please sign in to comment.