Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci/release] Use job-based file manager for SDK runner per default #31493

Merged
merged 1 commit into from
Jan 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[ci/release] Use job-based file manager for SDK runner per default
Signed-off-by: Kai Fricke <[email protected]>
  • Loading branch information
Kai Fricke committed Jan 6, 2023
commit ca4d912c7556097688a5e03149a7817a8cc5b9f2
2 changes: 1 addition & 1 deletion release/ray_release/glue.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
}

command_runner_to_file_manager = {
SDKRunner: SessionControllerFileManager,
SDKRunner: JobFileManager, # Use job file manager per default
ClientRunner: RemoteTaskFileManager,
JobRunner: JobFileManager,
}
Expand Down
4 changes: 0 additions & 4 deletions release/release_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3481,7 +3481,6 @@
timeout: 7200
script: python stress_tests/test_placement_group.py
type: sdk_command
file_manager: sdk

- name: shuffle_1tb_5000_partitions
group: core-multi-test
Expand Down Expand Up @@ -4319,7 +4318,6 @@
script: python read_tfrecords_benchmark.py

type: sdk_command
file_manager: sdk

- name: map_batches_benchmark_single_node
group: core-dataset-tests
Expand All @@ -4337,7 +4335,6 @@
script: python map_batches_benchmark.py

type: sdk_command
file_manager: sdk

- name: iter_batches_benchmark_single_node
group: core-dataset-tests
Expand All @@ -4355,7 +4352,6 @@
script: python iter_batches_benchmark.py

type: sdk_command
file_manager: sdk

- name: pipelined_training_50_gb
group: core-dataset-tests
Expand Down