Skip to content

Commit

Permalink
Limit testing notebooks to detectron only
Browse files Browse the repository at this point in the history
  • Loading branch information
yatarkan committed May 31, 2024
1 parent 654eb32 commit 6e1e2de
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .ci/validate_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,12 @@ def prepare_test_plan(test_list: Optional[List[str]], ignore_list: List[str], nb
)
# TODO Remove after testing
notebooks_to_check = [
"amused-lightweight-text-to-image.ipynb",
# "amused-lightweight-text-to-image.ipynb",
"detectron2-to-openvino.ipynb",
"meter-reader.ipynb",
"openvino-tokenizers.ipynb",
"s3d-mil-nce-text-to-video-retrieval.ipynb",
"table-question-answering.ipynb",
# "meter-reader.ipynb",
# "openvino-tokenizers.ipynb",
# "s3d-mil-nce-text-to-video-retrieval.ipynb",
# "table-question-answering.ipynb",
]
testing_notebooks = list(filter(lambda tn: any(n in str(tn) for n in notebooks_to_check), testing_notebooks))
testing_notebooks = sorted(list(set(testing_notebooks)))
Expand Down

0 comments on commit 6e1e2de

Please sign in to comment.