File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -513,15 +513,15 @@ jobs:
513
513
- name : ' Cacheopt E2E'
514
514
cmd : ' tests/python_tests/test_kv_cache_eviction.py'
515
515
run_condition : ${{ fromJSON(needs.smart_ci.outputs.affected_components).continuous_batching.test }}
516
- timeout : 240
516
+ timeout : 360
517
517
- name : ' LLM & VLM'
518
518
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/'
519
519
run_condition : ${{ fromJSON(needs.smart_ci.outputs.affected_components).visual_language.test || fromJSON(needs.smart_ci.outputs.affected_components).LLM.test }}
520
520
timeout : 180
521
521
- name : ' GGUF Reader tests'
522
522
cmd : ' tests/python_tests/test_gguf_reader.py'
523
523
run_condition : ${{ fromJSON(needs.smart_ci.outputs.affected_components).GGUF.test || fromJSON(needs.smart_ci.outputs.affected_components).LLM.test }}
524
- timeout : 60
524
+ timeout : 180
525
525
- name : ' Tokenizer tests'
526
526
cmd : ' tests/python_tests/test_tokenizer.py'
527
527
run_condition : ${{ fromJSON(needs.smart_ci.outputs.affected_components).tokenizers.test }}
Original file line number Diff line number Diff line change @@ -438,7 +438,7 @@ jobs:
438
438
- name : ' GGUF Reader tests'
439
439
cmd : ' tests/python_tests/test_gguf_reader.py'
440
440
run_condition : ${{ fromJSON(needs.smart_ci.outputs.affected_components).GGUF.test || fromJSON(needs.smart_ci.outputs.affected_components).LLM.test }}
441
- timeout : 60
441
+ timeout : 180
442
442
- name : ' Tokenizer tests'
443
443
cmd : ' tests/python_tests/test_tokenizer.py'
444
444
run_condition : ${{ fromJSON(needs.smart_ci.outputs.affected_components).tokenizers.test }}
Original file line number Diff line number Diff line change @@ -454,15 +454,15 @@ jobs:
454
454
- name : ' Cacheopt E2E'
455
455
cmd : ' tests/python_tests/test_kv_cache_eviction.py'
456
456
run_condition : ${{ fromJSON(needs.smart_ci.outputs.affected_components).continuous_batching.test }}
457
- timeout : 240
457
+ timeout : 360
458
458
- name : ' LLM & VLM'
459
459
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/'
460
460
run_condition : ${{ fromJSON(needs.smart_ci.outputs.affected_components).visual_language.test || fromJSON(needs.smart_ci.outputs.affected_components).LLM.test }}
461
461
timeout : 180
462
462
- name : ' GGUF Reader tests'
463
463
cmd : ' tests/python_tests/test_gguf_reader.py'
464
464
run_condition : ${{ fromJSON(needs.smart_ci.outputs.affected_components).GGUF.test || fromJSON(needs.smart_ci.outputs.affected_components).LLM.test }}
465
- timeout : 60
465
+ timeout : 180
466
466
- name : ' Tokenizer tests'
467
467
cmd : ' tests/python_tests/test_tokenizer.py'
468
468
run_condition : ${{ fromJSON(needs.smart_ci.outputs.affected_components).tokenizers.test }}
Original file line number Diff line number Diff line change @@ -614,15 +614,15 @@ jobs:
614
614
- name : ' Cacheopt E2E'
615
615
cmd : ' tests/python_tests/test_kv_cache_eviction.py'
616
616
run_condition : ${{ fromJSON(needs.smart_ci.outputs.affected_components).continuous_batching.test }}
617
- timeout : 240
617
+ timeout : 360
618
618
- name : ' LLM & VLM'
619
619
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/'
620
620
run_condition : ${{ fromJSON(needs.smart_ci.outputs.affected_components).visual_language.test || fromJSON(needs.smart_ci.outputs.affected_components).LLM.test }}
621
621
timeout : 180
622
622
- name : ' GGUF Reader tests'
623
623
cmd : ' tests/python_tests/test_gguf_reader.py'
624
624
run_condition : ${{ fromJSON(needs.smart_ci.outputs.affected_components).GGUF.test || fromJSON(needs.smart_ci.outputs.affected_components).LLM.test }}
625
- timeout : 100
625
+ timeout : 180
626
626
- name : ' Tokenizer tests'
627
627
cmd : ' tests/python_tests/test_tokenizer.py'
628
628
run_condition : ${{ fromJSON(needs.smart_ci.outputs.affected_components).tokenizers.test }}
You can’t perform that action at this time.
0 commit comments