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

[train] New persistence mode: Migrate 🐙 Tune tests and examples (medium) #39081

Merged
merged 8 commits into from
Aug 30, 2023
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
remove new_storage tag for medium tests
Signed-off-by: Justin Yu <justinvyu@anyscale.com>
  • Loading branch information
justinvyu committed Aug 29, 2023
commit 9c9767b301cf369cce76573b1e48bedfa5fe6b26
4 changes: 2 additions & 2 deletions python/ray/tune/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -334,15 +334,15 @@ py_test(
size = "large",
srcs = ["tests/test_trial_scheduler.py"],
deps = [":tune_lib"],
tags = ["team:ml", "exclusive", "medium_instance", "new_storage"],
tags = ["team:ml", "exclusive", "medium_instance"],
)

py_test(
name = "test_trial_scheduler_pbt",
size = "large",
srcs = ["tests/test_trial_scheduler_pbt.py"],
deps = [":tune_lib"],
tags = ["team:ml", "exclusive", "medium_instance", "new_storage"],
tags = ["team:ml", "exclusive", "medium_instance"],
)

py_test(
Expand Down