Skip to content

Commit

Permalink
[AIR, Doc] Separate computer_vision.py into its own test of enormous …
Browse files Browse the repository at this point in the history
…size. (ray-project#35616)

Signed-off-by: Jun Gong <jungong@anyscale.com>
Signed-off-by: e428265 <arvind.chandramouli@lmco.com>
  • Loading branch information
Jun Gong authored and arvind-chandra committed Aug 31, 2023
1 parent 0a6f825 commit 82029d4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -183,13 +183,23 @@ py_test_run_all_subdirectory(
size = "large",
include = ["source/ray-air/doc_code/*.py"],
exclude = [
# Too large. Use a custom test below.
"source/ray-air/doc_code/computer_vision.py",
"source/ray-air/doc_code/hf_trainer.py", # Too large
"source/ray-air/doc_code/predictors.py",
],
extra_srcs = [],
tags = ["exclusive", "team:ml"],
)

py_test(
size = "enormous",
name = "computer_vision_test",
main = "source/ray-air/doc_code/computer_vision.py",
srcs = ["source/ray-air/doc_code/computer_vision.py"],
tags = ["exclusive", "team:ml"],
)

# --------------------------------------------------------------------
# Test all doc/source/train/doc_code code included in rst/md files.
# --------------------------------------------------------------------
Expand Down

0 comments on commit 82029d4

Please sign in to comment.