Skip to content

Conversation

@sgonorov
Copy link
Contributor

Part of CVS-173285

Adds support for pytest cache plugin, also some fixture refactorings in order to support it better

@sgonorov sgonorov requested a review from Wovchena September 18, 2025 14:13
@sgonorov sgonorov self-assigned this Sep 18, 2025
@github-actions github-actions bot added category: visual language Visual language pipeline category: continuous batching Continuous batching category: LLM LLM pipeline (stateful, static) category: whisper Whisper pipeline category: sampling Sampling / Decoding algorithms category: GHA CI based on Github actions category: tokenizers Tokenizer class or submodule update category: GGUF GGUF file reader labels Sep 18, 2025
@sgonorov sgonorov force-pushed the testing_pytest_cache_instead_of_ov_cache branch 2 times, most recently from ccfc236 to afef4af Compare September 23, 2025 08:47
timeout: 360
- name: 'LLM & VLM'
cmd: 'tests/python_tests/test_llm_pipeline.py tests/python_tests/test_llm_pipeline_static.py tests/python_tests/test_vlm_pipeline.py tests/python_tests/test_structured_output.py --override-ini cache_dir=/mount/caches/pytest/'
cmd: 'tests/python_tests/test_llm_pipeline.py tests/python_tests/test_llm_pipeline_static.py tests/python_tests/test_vlm_pipeline.py tests/python_tests/test_structured_output.py -o cache_dir=/mount/caches/pytest/lin'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

-o is an alias for --override-ini. --override-ini is more verbose. Why replace with -o?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's for consistency - all other commands use -o

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't fine any. Can you like a specific place?

@sgonorov sgonorov force-pushed the testing_pytest_cache_instead_of_ov_cache branch from 439b164 to 1f986d5 Compare November 11, 2025 08:33
@sgonorov sgonorov force-pushed the testing_pytest_cache_instead_of_ov_cache branch from 9f0e566 to 0539dec Compare November 11, 2025 08:58
@sgonorov sgonorov marked this pull request as ready for review November 11, 2025 11:20
@sgonorov sgonorov force-pushed the testing_pytest_cache_instead_of_ov_cache branch from 70ce5a8 to 271bcbc Compare November 11, 2025 12:42
@sgonorov sgonorov force-pushed the testing_pytest_cache_instead_of_ov_cache branch from 271bcbc to d884783 Compare January 6, 2026 11:51
@sgonorov sgonorov requested a review from akashchi as a code owner January 6, 2026 11:51
@github-actions github-actions bot added category: tests dependencies and removed category: llm_bench Label for tool/llm_bench folder labels Jan 6, 2026
@sgonorov sgonorov force-pushed the testing_pytest_cache_instead_of_ov_cache branch from c26d96b to 2114307 Compare January 8, 2026 07:04
@sgonorov sgonorov force-pushed the testing_pytest_cache_instead_of_ov_cache branch from 2bcf37e to 1519986 Compare January 8, 2026 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: continuous batching Continuous batching category: GGUF GGUF file reader category: GHA CI based on Github actions category: LLM LLM pipeline (stateful, static) category: sampling Sampling / Decoding algorithms category: tokenizers Tokenizer class or submodule update category: visual language Visual language pipeline category: whisper Whisper pipeline

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants