Skip to content

Commit 925625f

Browse files
matthewdengelliot-barn
authored andcommitted
[train] disable train_colocate_trainer (#57963)
## Description Change `train_colocate_trainer` release test frequency to be manual. ## Related issues Related to #49454. ## Additional information `ScalingConfig.trainer_resources` has been deprecated in Ray Train V2. As a result, we should disable the test for now. In the future, we can either: 1. Delete this test entirely. 2. Add back functionality for colocation & reenable this test. Signed-off-by: Matthew Deng <matthew.j.deng@gmail.com> Signed-off-by: elliot-barn <elliot.barnwell@anyscale.com>
1 parent 984361b commit 925625f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

release/release_tests.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1895,7 +1895,9 @@
18951895
group: Train tests
18961896
working_dir: train_tests/colocate_trainer
18971897

1898-
frequency: nightly
1898+
# Ray Train V2 doesn't support colocation.
1899+
# TODO: Decide whether to remove this test or re-enable it if we add support again.
1900+
frequency: manual
18991901
team: ml
19001902

19011903
cluster:

0 commit comments

Comments
 (0)