-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Separate computer_vision.py into its own test of enormous size. #35616
Conversation
doc/BUILD
Outdated
main = "source/ray-air/doc_code/computer_vision.py", | ||
srcs = ["source/ray-air/doc_code/computer_vision.py"], | ||
tags = ["exclusive", "team:ml"], | ||
size = "enormous", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be large
? Since it finishes in 566 < 900 secs.
size = "enormous", | |
size = "large", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
apparently it runs faster once I separated it out.
it was timing out consistently at 900s.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought we were supposed to avoid using the 'enormous' tag?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😕
so the options are splitting the actual script into 2.
or specify a different more specific limit?
do you have a preference?
Signed-off-by: Jun Gong <jungong@anyscale.com>
Signed-off-by: Jun Gong <jungong@anyscale.com>
31c5f67
to
604cbce
Compare
Signed-off-by: Jun Gong <jungong@anyscale.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approve as hotfix to unblock release.
…size. (ray-project#35616) Signed-off-by: Jun Gong <jungong@anyscale.com>
…size. (ray-project#35616) Signed-off-by: Jun Gong <jungong@anyscale.com>
…size. (ray-project#35616) Signed-off-by: Jun Gong <jungong@anyscale.com> Signed-off-by: e428265 <arvind.chandramouli@lmco.com>
Why are these changes needed?
This test is too long.
Separate it into a different test.
Related issue number
Issue #35551
Issue #35692
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/
under thecorresponding
.rst
file.