Skip to content

Commit fc2d11f

Browse files
committed
try trigger test
Signed-off-by: fishbell <[email protected]> enable test Signed-off-by: fishbell <[email protected]>
1 parent c4d1b6c commit fc2d11f

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ jobs:
555555
cmd: |
556556
python -m pip install git+https://github.com/xufang-lisa/optimum-intel.git@e67abb1a20fb190b39c1dc0216cddb65b300210f
557557
python -m pytest -v ./tests/python_tests/test_continuous_batching.py -k "eagle3"
558-
run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).eagle3_speculative_decoding.test }}
558+
run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).speculative_decoding.test }}
559559
timeout: 90
560560
defaults:
561561
run:

.github/workflows/manylinux_2_28.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ jobs:
472472
run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).tokenizers.test }}
473473
timeout: 60
474474
- name: 'API tests'
475-
cmd: 'python -m pytest -v ./tests/python_tests/test_continuous_batching.py ./tests/python_tests/test_generation_config.py ./tests/python_tests/test_sampling.py ./tests/python_tests/test_text_streamer.py'
475+
cmd: 'python -m pytest -v ./tests/python_tests/test_continuous_batching.py -n "not eagle3" ./tests/python_tests/test_generation_config.py ./tests/python_tests/test_sampling.py ./tests/python_tests/test_text_streamer.py'
476476
run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).continuous_batching.test || fromJSON(needs.smart_ci.outputs.affected_components).sampling.test || fromJSON(needs.smart_ci.outputs.affected_components).text_streamer.test }}
477477
timeout: 60
478478
- name: 'Rag tests'
@@ -489,6 +489,12 @@ jobs:
489489
python -m pytest -v ./tools/who_what_benchmark/tests -m nanollava
490490
run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).WWB.test }}
491491
timeout: 90
492+
- name: 'EAGLE3 speculative decoding tests'
493+
cmd: |
494+
python -m pip install git+https://github.com/xufang-lisa/optimum-intel.git@e67abb1a20fb190b39c1dc0216cddb65b300210f
495+
python -m pytest -v ./tests/python_tests/test_continuous_batching.py -k "eagle3"
496+
run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).speculative_decoding.test }}
497+
timeout: 90
492498
defaults:
493499
run:
494500
shell: bash

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ jobs:
656656
cmd: |
657657
python -m pip install git+https://github.com/xufang-lisa/optimum-intel.git@e67abb1a20fb190b39c1dc0216cddb65b300210f
658658
python -m pytest -v ./tests/python_tests/test_continuous_batching.py -k "eagle3"
659-
run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).eagle3_speculative_decoding.test }}
659+
run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).speculative_decoding.test }}
660660
timeout: 90
661661
defaults:
662662
run:

0 commit comments

Comments
 (0)