mirror of
https://github.com/vale981/ray
synced 2025-03-05 18:11:42 -05:00
[Test] Fix the permission issue for Dask on Ray multi node sort #17189( #17189)
This commit is contained in:
parent
34789b3e56
commit
561dcbd99c
2 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@ cloud_id: cld_17WvYIBBkdgLwEUNcLeRAE
|
|||
region: us-west-2
|
||||
|
||||
aws:
|
||||
IamInstanceProfile: {"Name": "ray-autoscaler-v1"}
|
||||
BlockDeviceMappings:
|
||||
- DeviceName: /dev/sda1
|
||||
Ebs:
|
||||
|
|
|
@ -290,4 +290,4 @@
|
|||
|
||||
run:
|
||||
timeout: 14400
|
||||
script: python dask_on_ray/dask_on_ray_sort.py --nbytes 1_000_000_000_000 --npartitions 500 --num-nodes 5 --ray --data-dir /tmp/ray --s3-bucket /core-nightly-test/shuffle-data/
|
||||
script: python dask_on_ray/dask_on_ray_sort.py --nbytes 1_000_000_000_000 --npartitions 500 --num-nodes 5 --ray --data-dir /tmp/ray --s3-bucket core-nightly-test
|
||||
|
|
Loading…
Add table
Reference in a new issue