[Test] Fix the permission issue for Dask on Ray multi node sort #17189( #17189)

This commit is contained in:
SangBin Cho 2021-07-19 17:42:39 -04:00 committed by GitHub
parent 34789b3e56
commit 561dcbd99c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@ cloud_id: cld_17WvYIBBkdgLwEUNcLeRAE
region: us-west-2 region: us-west-2
aws: aws:
IamInstanceProfile: {"Name": "ray-autoscaler-v1"}
BlockDeviceMappings: BlockDeviceMappings:
- DeviceName: /dev/sda1 - DeviceName: /dev/sda1
Ebs: Ebs:

View file

@ -290,4 +290,4 @@
run: run:
timeout: 14400 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