Skip to content

Commit

Permalink
[core][oom] Use retriable lifo policy for dask 3x nightly test (ray-…
Browse files Browse the repository at this point in the history
…project#32361)

Signed-off-by: Clarence Ng <[email protected]>

3x nightly dask test is failing, due to enabling of group-by-owner oom killer policy

This switches the test to use the previous policy

Signed-off-by: Edward Oakes <[email protected]>
  • Loading branch information
clarng authored and edoakes committed Mar 22, 2023
1 parent d382c02 commit acbee19
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions release/nightly_tests/dask_on_ray/dask_on_ray_app_config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
base_image: {{ env["RAY_IMAGE_NIGHTLY_CPU"] | default("anyscale/ray:nightly-py37") }}
# We use retriable_lifo as the workload can crash due to multiple tasks from different
# callers running on the same node, we also observed raylet memory leak that would
# trigger the group-by-policy to fail the workload.
# https://github.com/ray-project/ray/issues/32195
env_vars: {"RAY_worker_killing_policy": "retriable_lifo"}
debian_packages: []

python:
Expand Down

0 comments on commit acbee19

Please sign in to comment.