Skip to content

Commit

Permalink
Extract cacheopt E2E tests into separate test matrix field
Browse files Browse the repository at this point in the history
  • Loading branch information
vshampor committed Jan 24, 2025
1 parent 9caf53c commit bb596fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,10 @@ jobs:
test:
- name: 'Whisper'
cmd: 'tests/python_tests/test_whisper_pipeline.py tests/python_tests/test_whisper_pipeline_static.py'
- name: 'Cacheopt E2E'
cmd: 'tests/python_tests/test_kv_cache_eviction.py'
- name: 'LLM & VLM'
cmd: 'tests/python_tests --ignore tests/python_tests/test_whisper_pipeline.py --ignore ./tests/python_tests/test_whisper_pipeline_static.py'

cmd: 'tests/python_tests --ignore tests/python_tests/test_whisper_pipeline.py --ignore tests/python_tests/test_kv_cache_eviction.py tests/python_tests/test_whisper_pipeline_static.py'
defaults:
run:
shell: bash
Expand Down

0 comments on commit bb596fc

Please sign in to comment.